diff options
author | martti <martti> | 2003-07-02 16:42:08 +0000 |
---|---|---|
committer | martti <martti> | 2003-07-02 16:42:08 +0000 |
commit | 66120066f9edb0d1b5048dea9eaf9892d04254cf (patch) | |
tree | d5266a1e6de41d09897192b8a3278a55208211bd | |
parent | 78c6c8c2b810e7c7727cefdc18a9cd50be291e84 (diff) | |
download | pkgsrc-66120066f9edb0d1b5048dea9eaf9892d04254cf.tar.gz |
Updated postfix to 2.0.13
- After "postfix reload", the master daemon now warns when the
inet_interfaces parameter setting has changed, and ignores the
change, instead of passing incorrect information to the smtp
server.
- After the postdrop command change with Postfix 2.0.11, the postcat
command no longer recognized "maildrop" queue files as valid.
- Mail could bounce when two messages were delivered simultaneously
to a non-existent mailbox file. The safe_open() code that prevents
race condition exploits will now try a little harder when it
actually encounters a race condition.
- Updated the IPv6 patch.
-rw-r--r-- | mail/postfix/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix/distinfo | 10 |
2 files changed, 9 insertions, 9 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 985959daf13..d99f6e46e92 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.99 2003/06/16 08:29:22 martti Exp $ +# $NetBSD: Makefile,v 1.100 2003/07/02 16:42:08 martti Exp $ -DISTNAME= postfix-2.0.12 +DISTNAME= postfix-2.0.13 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ @@ -32,8 +32,8 @@ FIX_RPATH+= AUXLIBS .if defined(POSTFIX_USE_INET6) && ${POSTFIX_USE_INET6} == "YES" .include "../../security/openssl/buildlink2.mk" -PATCHFILES+= tls+ipv6-1.14-pf-2.0.12.patch.gz -PATCH_SITES+= ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.14/ +PATCHFILES+= tls+ipv6-1.15-pf-2.0.13.patch.gz +PATCH_SITES+= ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.15/ PATCH_DIST_STRIP= -p1 BUILD_DEFS+= POSTFIX_USE_INET6 diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index e0f85886cf2..9c77e217f7e 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.44 2003/06/16 08:29:22 martti Exp $ +$NetBSD: distinfo,v 1.45 2003/07/02 16:42:08 martti Exp $ -SHA1 (postfix/postfix-2.0.12.tar.gz) = dec9036b0068b60441bcd457334ac4d5ed82bb9b -Size (postfix/postfix-2.0.12.tar.gz) = 1349796 bytes -SHA1 (postfix/tls+ipv6-1.14-pf-2.0.12.patch.gz) = c341175f7b3ef86d84f46ed5d03284a0a53bf878 -Size (postfix/tls+ipv6-1.14-pf-2.0.12.patch.gz) = 99578 bytes +SHA1 (postfix/postfix-2.0.13.tar.gz) = 25b5343034ed65a27d0a01908120aebdf6660213 +Size (postfix/postfix-2.0.13.tar.gz) = 1350854 bytes +SHA1 (postfix/tls+ipv6-1.15-pf-2.0.13.patch.gz) = 0a626ccf3394bc75eab41eb5bbd8ef57db338053 +Size (postfix/tls+ipv6-1.15-pf-2.0.13.patch.gz) = 101271 bytes SHA1 (patch-aa) = 39a89a28cec3fd264dbda97633e34695eaad01e9 SHA1 (patch-ad) = 2f83cc6108eea4a1c401fe9e549d93430166f7fa SHA1 (patch-ae) = daa160ef54d725ca156f29322d45efcf4af6c02a |