diff options
author | martti <martti@pkgsrc.org> | 2006-07-31 04:57:45 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2006-07-31 04:57:45 +0000 |
commit | ec0a5f69e4ead01cc744e9995f36fe7287661e5b (patch) | |
tree | 6143aadc7097c89787268b3ea9ae0875ac3f8069 /mail/postfix | |
parent | 8080255231a9d020f57679852f5a796d078133f0 (diff) | |
download | pkgsrc-ec0a5f69e4ead01cc744e9995f36fe7287661e5b.tar.gz |
Updated mail/postfix to 2.3.2
- Corrupted queue file after a request to modify a short message
header, when that header was the last one in the message.
- Panic after spurious Milter request when a client was rejected
with "smtpd_delay_reject = no".
- The Milter client is now more tolerant for redundant "data cleanup"
requests. This avoids panic() calls for harmless conditions.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 2da7440303c..f5a0f7134e1 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.184 2006/07/25 05:04:29 martti Exp $ +# $NetBSD: Makefile,v 1.185 2006/07/31 04:57:45 martti Exp $ -DISTNAME= postfix-2.3.1 +DISTNAME= postfix-2.3.2 #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 d2f9910e22a..f96aba6cf98 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.100 2006/07/25 05:04:29 martti Exp $ +$NetBSD: distinfo,v 1.101 2006/07/31 04:57:45 martti Exp $ -SHA1 (postfix/postfix-2.3.1.tar.gz) = 5886d6350e5a13097cd3dae516486f8e73bc4a52 -RMD160 (postfix/postfix-2.3.1.tar.gz) = 9001aa42dd37f74a6b9a9e60b23510b4543a0cfc -Size (postfix/postfix-2.3.1.tar.gz) = 2774017 bytes +SHA1 (postfix/postfix-2.3.2.tar.gz) = cb56e7f8f0d4335cc8beb572ab7aa0423aab2dcf +RMD160 (postfix/postfix-2.3.2.tar.gz) = ce561dcc03e7f6bc1bb3bdd9426175b18571c625 +Size (postfix/postfix-2.3.2.tar.gz) = 2774600 bytes SHA1 (patch-aa) = e53bc6644c2b7898b73f4604489021cb85514610 SHA1 (patch-ai) = 1781a172d8213706e4811386f42e486a520f0ab6 |