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 | 0229e8489427d784c1e6fce5bd02bffd4cc952d1 (patch) | |
tree | 6143aadc7097c89787268b3ea9ae0875ac3f8069 /mail/postfix/Makefile | |
parent | a01d0aa573c445cd3c4f2e9cfb359ea1f3d0bb18 (diff) | |
download | pkgsrc-0229e8489427d784c1e6fce5bd02bffd4cc952d1.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/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |