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: Wed Mar 11 15:25:57 UTC 2026
Modified Files:
pkgsrc/mail/postfix: Makefile Makefile.common distinfo
Log Message:
mail/postfix: update to 3.11.1
3.11.1 (2026-03-10)
* Bugfix (defect introduced: 20260219): alias_maps errors when
default_database_type was not set in main.cf. Fix by Michael
Tokarev.
* Bugfix (defect introduced: Postfix 3.0): buffer over-read when
Postfix is configured with an enhanced status code not followed
by other text. For example, "5.7.2" without text after the
three-number code, in an access(5) table, header or body checks,
or with "$rbl_code $rbl_text" in rbl_reply_maps or default_rbl_reply.
These are all uncommon configurations. Problem reported by Kamil
Frankowicz.
* Bugfix (defect introduced: Postfix 3.3): null pointer in
nbdb_reindexd(8) because the "service_name" value was not
propagated. Report by Michael Tokarev.
* During Postfix start-up, avoid a spurious error message from
nbdb_reindexd(8), when non_bdb_migration_level disables automatic
re-indexing.
To generate a diff of this commit:
cvs rdiff -u -r1.355 -r1.356 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.62 -r1.63 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.221 -r1.222 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.355 pkgsrc/mail/postfix/Makefile:1.356
--- pkgsrc/mail/postfix/Makefile:1.355 Sun Mar 1 08:01:11 2026
+++ pkgsrc/mail/postfix/Makefile Wed Mar 11 15:25:57 2026
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.355 2026/03/01 08:01:11 taca Exp $
+# $NetBSD: Makefile,v 1.356 2026/03/11 15:25:57 taca Exp $
.include "../../mail/postfix/Makefile.common"
@@ -74,7 +74,7 @@ do-install:
${DESTDIR}${PREFIX}/sbin/qshape
${INSTALL_MAN} ${WRKSRC}/man/man1/qshape.1 \
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
-.for dir in ${POSTFIX_QUEUE_SUBDIR}
+.for dir in ${POSTFIX_QUEUE_SUBDIRS}
${RMDIR} ${DESTDIR}${POSTFIX_QUEUE_DIR}/${dir}
.endfor
.if ${OPSYS} == "Darwin"
Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.62 pkgsrc/mail/postfix/Makefile.common:1.63
--- pkgsrc/mail/postfix/Makefile.common:1.62 Sun Mar 8 14:13:42 2026
+++ pkgsrc/mail/postfix/Makefile.common Wed Mar 11 15:25:57 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.62 2026/03/08 14:13:42 taca Exp $
+# $NetBSD: Makefile.common,v 1.63 2026/03/11 15:25:57 taca Exp $
# used by mail/postfix/Makefile
# used by mail/postfix/Makefile.module
-DISTNAME= postfix-3.11.0
+DISTNAME= postfix-3.11.1
CATEGORIES= mail
MASTER_SITES= https://ftp.fu-berlin.de/unix/mail/postfix/official/
MASTER_SITES+= https://ghostarchive.org/postfix/postfix-release/official/
@@ -32,7 +32,7 @@ MAILDROP_GROUP?= maildrop
#
POSTFIX_DATA_DIR?= ${VARBASE}/db/postfix
POSTFIX_QUEUE_DIR?= ${VARBASE}/spool/postfix
-POSTFIX_QUEUE_SUBDIR= active bounce corrupt defer deferred flush hold \
+POSTFIX_QUEUE_SUBDIRS= active bounce corrupt defer deferred flush hold \
incoming maildrop pid private public saved trace
BUILD_DEFS+= VARBASE POSTFIX_DATA_DIR POSTFIX_QUEUE_DIR
Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.221 pkgsrc/mail/postfix/distinfo:1.222
--- pkgsrc/mail/postfix/distinfo:1.221 Sun Mar 8 14:13:42 2026
+++ pkgsrc/mail/postfix/distinfo Wed Mar 11 15:25:57 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.221 2026/03/08 14:13:42 taca Exp $
+$NetBSD: distinfo,v 1.222 2026/03/11 15:25:57 taca Exp $
-BLAKE2s (postfix-3.11.0.tar.gz) = f9c4123dbedc44944d7b47f1e0a173569d709cfba9c909d1642cc194e8bfaed3
-SHA512 (postfix-3.11.0.tar.gz) = aa377e3cb889aec166c73e90b3c7d3fbc1db48a558b13948d76b2a7aaccaee202dad7252e973d503800d97a4e6da9091ca792d037528f90521d04729594b23cc
-Size (postfix-3.11.0.tar.gz) = 5279929 bytes
+BLAKE2s (postfix-3.11.1.tar.gz) = d274a961a7cd7be88c5263b3492e80204575b090c55b24ffa4a234f518b341eb
+SHA512 (postfix-3.11.1.tar.gz) = 065aee35d462a7121ef870f1af5b3d7efedd08e18f18c5d04d7c731b3b051ab8f70499cbdcea6cb559fbfb2115ff39509fa145abf6e99dade232ac4943d178d1
+Size (postfix-3.11.1.tar.gz) = 5280696 bytes
SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
SHA1 (patch-ag) = 8ab3cfafa63056f9a7f096da7e55bcccab965180
SHA1 (patch-ai) = 1ffcc1a06ffcd382d2f34821e0d3ef1d22886e08
Home |
Main Index |
Thread Index |
Old Index