diff options
author | martti <martti@pkgsrc.org> | 2007-06-01 03:34:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-06-01 03:34:06 +0000 |
commit | e1753cf967aeaea0aad5f74ee7772985d77c0174 (patch) | |
tree | 78f1f0643fc46e28cfe370617f149c803039c43b /mail/postfix | |
parent | aee9e480e7a04f2ae32fecca6b496f1c440dffe3 (diff) | |
download | pkgsrc-e1753cf967aeaea0aad5f74ee7772985d77c0174.tar.gz |
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 (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 10 | ||||
-rw-r--r-- | mail/postfix/patches/patch-aa | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 1941267ccd2..61b289366b8 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -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 --git a/mail/postfix/distinfo b/mail/postfix/distinfo index cbd39651403..0e67872c33d 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -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 --git a/mail/postfix/patches/patch-aa b/mail/postfix/patches/patch-aa index f3d301c7af2..808f12b0a97 100644 --- a/mail/postfix/patches/patch-aa +++ b/mail/postfix/patches/patch-aa @@ -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 @@ $NetBSD: patch-aa,v 1.18 2007/04/03 07:27:51 martti Exp $ # 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 |