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: triaxx
Date: Mon Dec 9 08:45:14 UTC 2019
Modified Files:
pkgsrc/mail/postfix: Makefile.common distinfo
Log Message:
postfix: update to 3.4.8
upstream changes:
-----------------
Fix for an Exim interoperability problem when postscreen after-220 checks
are enabled. Bug introduced in Postfix 3.4: the code that detected
"PIPELINING after BDAT" looked at the wrong variable. The warning now says
"BDAT without valid RCPT", and the error is no longer treated as a command
PIPELINING error, thus allowing mail to be delivered. Meanwhile, Exim has
been fixed to stop sending BDAT commands when postscreen rejects all RCPT
commands.
Usability bug, introduced in Postfix 3.4: the parser for key/certificate
chain files rejected inputs that contain an EC PARAMETERS object. While
this is technically correct (the documentation says what types are allowed)
this is surprising behavior because the legacy cert/key parameters will
accept such inputs. For now, the parser skips object types that it does not
know about for usability, and logs a warning because ignoring inputs is not
kosher.
Bug introduced in Postfix 2.8: don't gratuitously enable all after-220
tests when only one such test is enabled. This made selective tests
impossible with 'good' clients. This will be fixed in older Postfix
versions at some later time.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.181 -r1.182 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.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.21 pkgsrc/mail/postfix/Makefile.common:1.22
--- pkgsrc/mail/postfix/Makefile.common:1.21 Sat Nov 2 16:25:26 2019
+++ pkgsrc/mail/postfix/Makefile.common Mon Dec 9 08:45:14 2019
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.21 2019/11/02 16:25:26 rillig Exp $
+# $NetBSD: Makefile.common,v 1.22 2019/12/09 08:45:14 triaxx Exp $
# used by mail/postfix/Makefile
# used by mail/postfix/Makefile.module
-DISTNAME= postfix-3.4.7
+DISTNAME= postfix-3.4.8
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/
Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.181 pkgsrc/mail/postfix/distinfo:1.182
--- pkgsrc/mail/postfix/distinfo:1.181 Mon Sep 23 20:00:07 2019
+++ pkgsrc/mail/postfix/distinfo Mon Dec 9 08:45:14 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.181 2019/09/23 20:00:07 triaxx Exp $
+$NetBSD: distinfo,v 1.182 2019/12/09 08:45:14 triaxx Exp $
-SHA1 (postfix-3.4.7.tar.gz) = 675438e5eb2093579480a14e8f8552e784f03f32
-RMD160 (postfix-3.4.7.tar.gz) = ee13bda624a2f34a663fb133296786f592e89f85
-SHA512 (postfix-3.4.7.tar.gz) = 2bc29a87a65c46d06b6fc51c4cdf22da773e63f19488871e040eba6250bf686eecc7de11e14224018c35b061e66e1759c69dc649d7388f724a58080195209e68
-Size (postfix-3.4.7.tar.gz) = 4572758 bytes
+SHA1 (postfix-3.4.8.tar.gz) = a6f90324fcba80eb59d4c9a6a2198421360252b7
+RMD160 (postfix-3.4.8.tar.gz) = 430c5294a1fd4ca5411e13fb328897e01a03a055
+SHA512 (postfix-3.4.8.tar.gz) = 782fe83e4b40c7aadfb4c55850db4c7163dd0f647f4ef133e59f7b47c993b2b4fa6c43ebbc45131caa54d968259f9c8568f47e81bfccda02ab142be52aa95d45
+Size (postfix-3.4.8.tar.gz) = 4573099 bytes
SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
SHA1 (patch-ag) = c126c572e36bf2bcbd3f6e5d8332a3d26e704109
SHA1 (patch-ai) = 51748ccf92da543f7ff640f36906a29b5db3f6e3
Home |
Main Index |
Thread Index |
Old Index