diff options
author | martti <martti> | 2007-06-01 03:34:06 +0000 |
---|---|---|
committer | martti <martti> | 2007-06-01 03:34:06 +0000 |
commit | 937be407ea8ebc66c0c89022cd03e12a735d622f (patch) | |
tree | 78f1f0643fc46e28cfe370617f149c803039c43b /mail/postfix/distinfo | |
parent | 120e5e0148f0489383b63e88f508f9575e22e7bb (diff) | |
download | pkgsrc-937be407ea8ebc66c0c89022cd03e12a735d622f.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/distinfo')
-rw-r--r-- | mail/postfix/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
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 |