pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/mail
Module Name: pkgsrc
Committed By: taca
Date: Sun Mar 1 08:01:11 UTC 2026
Modified Files:
pkgsrc/mail/postfix: Makefile Makefile.common distinfo
pkgsrc/mail/postfix-sqlite: Makefile
Log Message:
mail/postfix: update to 3.10.8
3.10.8 (2026-02-19)
Fixes for all supported Postfix releases:
* Improved Milter error handling for messages that arrive over a
long-lived SMTP connection, by changing the default
milter_default_action from "tempfail" to the new "shutdown"
action (i.e. disconnect the remote SMTP client).
The problem was that after a single Milter error, Postfix could
tempfail all messages that the client sends over a long-lived
connection, even if the Milter error was only temporary. This
problem was reported by Ankit Kulkarni.
* Bugfix (defect introduced: Postfix 2.11): "posttls-finger -v
-v -v" terminated with a panic, caused by recursive logging.
Reported by Geert Hendrickx, diagnosed by Viktor Dukhovni, and
fixed by Wietse.
To generate a diff of this commit:
cvs rdiff -u -r1.354 -r1.355 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.60 -r1.61 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.219 -r1.220 pkgsrc/mail/postfix/distinfo
cvs rdiff -u -r1.46 -r1.47 pkgsrc/mail/postfix-sqlite/Makefile
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.354 pkgsrc/mail/postfix/Makefile:1.355
--- pkgsrc/mail/postfix/Makefile:1.354 Wed Jan 7 08:47:49 2026
+++ pkgsrc/mail/postfix/Makefile Sun Mar 1 08:01:11 2026
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.354 2026/01/07 08:47:49 wiz Exp $
+# $NetBSD: Makefile,v 1.355 2026/03/01 08:01:11 taca Exp $
-PKGREVISION= 1
.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.60 pkgsrc/mail/postfix/Makefile.common:1.61
--- pkgsrc/mail/postfix/Makefile.common:1.60 Tue Dec 9 14:21:03 2025
+++ pkgsrc/mail/postfix/Makefile.common Sun Mar 1 08:01:11 2026
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.60 2025/12/09 14:21:03 taca Exp $
+# $NetBSD: Makefile.common,v 1.61 2026/03/01 08:01:11 taca Exp $
# used by mail/postfix/Makefile
# used by mail/postfix/Makefile.module
-DISTNAME= postfix-3.10.7
+DISTNAME= postfix-3.10.8
CATEGORIES= mail
MASTER_SITES= https://ftp.fu-berlin.de/unix/mail/postfix/official/
MASTER_SITES+= https://ghostarchive.org/postfix/postfix-release/official/
Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.219 pkgsrc/mail/postfix/distinfo:1.220
--- pkgsrc/mail/postfix/distinfo:1.219 Tue Dec 9 14:21:03 2025
+++ pkgsrc/mail/postfix/distinfo Sun Mar 1 08:01:11 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.219 2025/12/09 14:21:03 taca Exp $
+$NetBSD: distinfo,v 1.220 2026/03/01 08:01:11 taca Exp $
-BLAKE2s (postfix-3.10.7.tar.gz) = df1d425676c27518e1e977bbbb0b592334c277f3958a8861a147e169e0a06502
-SHA512 (postfix-3.10.7.tar.gz) = 28d7c05bfd6fb15f906c67cca989c4b47640ec631b640943deb66d91e44a6684deb79af95f0d4ba4dd362d9ba59179e5ed268942384e5e35ba472c91cf366e4c
-Size (postfix-3.10.7.tar.gz) = 5040093 bytes
+BLAKE2s (postfix-3.10.8.tar.gz) = ee536ed9397d1dd2531fb1606e0fbe0b2eb86c5f901deebf20e5e06a90b21d5a
+SHA512 (postfix-3.10.8.tar.gz) = a34e9f84ec96c47765a417801a303bea32ca42bb16c6ae665c771f1a37c8369f6d140999f1015c8c28aa18dad86e918e0a072ea67dea644d271b1ed3beaf61ea
+Size (postfix-3.10.8.tar.gz) = 5040857 bytes
SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
SHA1 (patch-ag) = 8ab3cfafa63056f9a7f096da7e55bcccab965180
SHA1 (patch-ai) = 3d143532e1e9a149c6c06e2efadcd34f6f72e82d
Index: pkgsrc/mail/postfix-sqlite/Makefile
diff -u pkgsrc/mail/postfix-sqlite/Makefile:1.46 pkgsrc/mail/postfix-sqlite/Makefile:1.47
--- pkgsrc/mail/postfix-sqlite/Makefile:1.46 Wed Jan 7 08:47:49 2026
+++ pkgsrc/mail/postfix-sqlite/Makefile Sun Mar 1 08:01:11 2026
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.46 2026/01/07 08:47:49 wiz Exp $
+# $NetBSD: Makefile,v 1.47 2026/03/01 08:01:11 taca Exp $
COMMENT= Postfix SMTP server SQLite backend module
-PKGREVISION= 1
POSTFIX_LIB= sqlite
POSTFIX_LIBDIR= src/global
Home |
Main Index |
Thread Index |
Old Index