pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail/postfix
Module Name: pkgsrc
Committed By: taca
Date: Sat Dec 7 06:08:57 UTC 2024
Modified Files:
pkgsrc/mail/postfix: Makefile Makefile.common distinfo
Log Message:
mail/postfix: update to 3.9.1
Postfix 3.9.1 (2024-12-04)
Postfix stable release 3.9.1, and legacy releases 3.8.7, 3.7.12,
3.6.16 [An on-line version of this announcement will be available
at https://www.postfix.org/announcements/postfix-3.9.1.html]
Fixed with Postfix 3.9.1:
* The mail_version configuration parameter did not have a
three-number value (3.9 instead of 3.9.0 (it still had the
two-number version from the development releases postfix-3.9-yyyymmdd).
This broke pathnames derived from the mail_version value, such
as shlib_directory. Problem reported by Michael Orlitzky.
Fixed with Postfix 3.9.1, 3.8.7, 3.7.12, 3.6.16:
* Bugfix (defect introduced: Postfix 2.9, date 20111218): with
"smtpd_sasl_auth_enable = no", the permit_sasl_authenticated
feature ignored information that was received with the XCLIENT
LOGIN command, so that the client was treated as unauthenticated.
This was fixed by removing an unnecessary test. Problem reported
by Antonin Verrier.
* Bugfix (defect introduced: postfix 3.0): the default master.cf
multi-instance information, which complicated logfile analysis.
Found during a support discussion.
* Bugfix (defect introduced: Postfix 2.3, date 20051222): file
descriptor leak after failure to connect to a Dovecot auth
server. The impact is limited because Dovecot auth failures are
rare, there are limits on the number of retries (one), on the
number of errors per SMTP session (smtpd_hard_error_limit), on
the number of sessions per SMTP server process (max_use), and
on the number of file handles per process (managed with sysctl).
Found during code maintenance.
* Bugfix (defect introduced: Postfix 3.4, date 20190121): the
postsuper command failed with "open logfile '/path/to/file':
Permission denied" when the maillog_file parameter specified a
filename and Postfix was not running. This was fixed by opening
the maillog_file before dropping root privileges. Found during
code maintenance.
* Bugfix (defect introduced Postfix 3.0). No autodetection of
UTF8 text when missing message headers were automatically
added by Postfix (for example, a From: header with UTF8 full
name information from the password file). This caused Postfix
to send UTF8 in message headers without using the SMTPUTF8
protocol. Problem reported by Michael Tokarev.
To generate a diff of this commit:
cvs rdiff -u -r1.349 -r1.350 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.48 -r1.49 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.209 -r1.210 pkgsrc/mail/postfix/distinfo
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/mail/postfix/Makefile
diff -u pkgsrc/mail/postfix/Makefile:1.349 pkgsrc/mail/postfix/Makefile:1.350
--- pkgsrc/mail/postfix/Makefile:1.349 Thu Nov 14 22:20:39 2024
+++ pkgsrc/mail/postfix/Makefile Sat Dec 7 06:08:57 2024
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.349 2024/11/14 22:20:39 wiz Exp $
+# $NetBSD: Makefile,v 1.350 2024/12/07 06:08:57 taca Exp $
-PKGREVISION= 3
.include "../../mail/postfix/Makefile.common"
COMMENT= Fast, easy to administer, and secure mail transfer agent
Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.48 pkgsrc/mail/postfix/Makefile.common:1.49
--- pkgsrc/mail/postfix/Makefile.common:1.48 Sun Jun 2 15:43:31 2024
+++ pkgsrc/mail/postfix/Makefile.common Sat Dec 7 06:08:57 2024
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.48 2024/06/02 15:43:31 taca Exp $
+# $NetBSD: Makefile.common,v 1.49 2024/12/07 06:08:57 taca Exp $
# used by mail/postfix/Makefile
# used by mail/postfix/Makefile.module
-DISTNAME= postfix-3.9.0
+DISTNAME= postfix-3.9.1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.209 pkgsrc/mail/postfix/distinfo:1.210
--- pkgsrc/mail/postfix/distinfo:1.209 Sun Jun 2 15:43:31 2024
+++ pkgsrc/mail/postfix/distinfo Sat Dec 7 06:08:57 2024
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.209 2024/06/02 15:43:31 taca Exp $
+$NetBSD: distinfo,v 1.210 2024/12/07 06:08:57 taca Exp $
-BLAKE2s (postfix-3.9.0.tar.gz) = 7ac81cb8855adc4a065f2623f57add628d3ce4ccb67733fb5591ab628e16f0f2
-SHA512 (postfix-3.9.0.tar.gz) = 46faaf529a6d2edc5ea747ee0d73a028f7061a923da0ea4b1e1828d935b15f5782d83f7a8472e7c74b45ea0e96666c871efd352934bead28a88ddd3561ade324
-Size (postfix-3.9.0.tar.gz) = 4953133 bytes
+BLAKE2s (postfix-3.9.1.tar.gz) = 7cd2667399dbe796958aecfda285121d87deb22d5f6845affd6cd961ae517429
+SHA512 (postfix-3.9.1.tar.gz) = 79109d9f19e51d9089a0f2b5c6134972148a6e1a7e385aabc79c0a32e09c78715ad94a93ae3eca1171b770c62d6bf3b8e079b94183ae851001db1a0cf21fff15
+Size (postfix-3.9.1.tar.gz) = 4953855 bytes
SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
SHA1 (patch-ag) = 8ab3cfafa63056f9a7f096da7e55bcccab965180
SHA1 (patch-ai) = 3d143532e1e9a149c6c06e2efadcd34f6f72e82d
Home |
Main Index |
Thread Index |
Old Index