pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mail/postfix Updated mail/postfix to 2.4.3
details: https://anonhg.NetBSD.org/pkgsrc/rev/81b7c49d50fc
branches: trunk
changeset: 529345:81b7c49d50fc
user: martti <martti%pkgsrc.org@localhost>
date: Fri Jun 01 03:34:06 2007 +0000
description:
Updated mail/postfix to 2.4.3
20070425
Bugfix: don't falsely report "lost connection from
localhost[127.0.0.1]" when Postfix is being portscanned.
Files: smtpd/smtpd_peer.c, qmqpd/qmqpd_peer.c.
20070430
Robustness: recommend a "0" process limit for policy servers
to avoid "connection refused" problems when the smtpd
process limit exceeds the default process limit. File:
proto/SMTPD_POLICY_README.html.
20070501
Safety: when IPv6 (or IPv4) is turned off, don't treat an
IPv6 (or IPv4) connection from e.g. inetd as if it comes
from localhost[127.0.0.1]. Files: smtpd/smtpd_peer.c,
qmqpd/qmqpd_peer.c.
20070508
Bugfix: Content-Transfer-Encoding: attribute values are
case insensitive. File: src/cleanup/cleanup_message.c.
20070514
Bugfix: mailbox_transport(_maps) and fallback_transport(_maps)
were broken when used with the error(8) or discard(8)
transports. Cause: insufficient documentation. Files:
error/error.c, discard/discard.c.
20070520
Bugfix (problem introduced Postfix 2.3): when DSN support
was introduced it broke "agressive" recipient duplicate
elimination with "enable_original_recipient = no". File:
cleanup/cleanup_out_recipient.c.
20070529
Bugfix (introduced Postfix 2.3): the sendmail/postdrop
commands would hang when trying to submit a message larger
than the per-message size limit. File: postdrop/postdrop.c.
20070530
Sabotage the saboteur who insists on breaking Postfix by
adding gethostbyname() calls that cause maildir delivery
to fail when the machine name is not found in /etc/hosts,
or that cause Postfix processes to hang when the network
is down.
20070531
Portability: Victor helpfully pointed out that change
20070425 broke on non-IPv6 systems. Files: smtpd/smtpd_peer.c,
qmqpd/qmqpd_peer.c.
diffstat:
mail/postfix/Makefile | 4 ++--
mail/postfix/distinfo | 10 +++++-----
mail/postfix/patches/patch-aa | 8 ++++----
3 files changed, 11 insertions(+), 11 deletions(-)
diffs (52 lines):
diff -r 40d30a43243b -r 81b7c49d50fc mail/postfix/Makefile
--- a/mail/postfix/Makefile Fri Jun 01 01:13:32 2007 +0000
+++ b/mail/postfix/Makefile Fri Jun 01 03:34:06 2007 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.204 2007/05/30 07:56:27 martti Exp $
+# $NetBSD: Makefile,v 1.205 2007/06/01 03:34:06 martti Exp $
-DISTNAME= postfix-2.4.1
+DISTNAME= postfix-2.4.3
#PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
diff -r 40d30a43243b -r 81b7c49d50fc mail/postfix/distinfo
--- a/mail/postfix/distinfo Fri Jun 01 01:13:32 2007 +0000
+++ b/mail/postfix/distinfo Fri Jun 01 03:34:06 2007 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.111 2007/05/02 05:02:48 martti Exp $
+$NetBSD: distinfo,v 1.112 2007/06/01 03:34:07 martti Exp $
-SHA1 (postfix/postfix-2.4.1.tar.gz) = cfd041cd7f16e9ee701c6e5a2f33e417e57751db
-RMD160 (postfix/postfix-2.4.1.tar.gz) = 006cdaf82e9edb176522079e606b5645eef65734
-Size (postfix/postfix-2.4.1.tar.gz) = 2932009 bytes
-SHA1 (patch-aa) = acd87c45baa4da2341e9609f2d6276ec013be198
+SHA1 (postfix/postfix-2.4.3.tar.gz) = 7d3625332bb3e877e59ef01fad56b444ac59967b
+RMD160 (postfix/postfix-2.4.3.tar.gz) = cf07bdabf1c468daaebc164cb8b048130f42ab4b
+Size (postfix/postfix-2.4.3.tar.gz) = 2929905 bytes
+SHA1 (patch-aa) = b8f4e67ac18dcd1e5e3c56ad587b4552c539caa0
SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228
SHA1 (patch-ai) = 68201eac6b479ad733ba851741cc1cc2e56f7c9f
diff -r 40d30a43243b -r 81b7c49d50fc mail/postfix/patches/patch-aa
--- a/mail/postfix/patches/patch-aa Fri Jun 01 01:13:32 2007 +0000
+++ b/mail/postfix/patches/patch-aa Fri Jun 01 03:34:06 2007 +0000
@@ -1,7 +1,7 @@
-$NetBSD: patch-aa,v 1.18 2007/04/03 07:27:51 martti Exp $
+$NetBSD: patch-aa,v 1.19 2007/06/01 03:34:07 martti Exp $
---- postfix-install.orig 2007-03-25 23:44:02.000000000 +0300
-+++ postfix-install 2007-04-03 08:51:05.000000000 +0300
+--- postfix-install.orig 2007-04-02 20:14:37.000000000 +0300
++++ postfix-install 2007-06-01 06:26:07.000000000 +0300
@@ -359,26 +359,6 @@
: ${tempdir=`pwd`}
: ${config_directory=`bin/postconf -h -d config_directory`}
@@ -29,7 +29,7 @@
# In case some systems special-case pathnames beginning with //.
case $install_root in
-@@ -729,10 +709,3 @@
+@@ -735,10 +715,3 @@
"sample_directory = $sample_directory" \
"readme_directory = $readme_directory" \
|| exit 1
Home |
Main Index |
Thread Index |
Old Index