diff options
author | taca <taca@pkgsrc.org> | 2003-05-25 05:31:09 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2003-05-25 05:31:09 +0000 |
commit | 3cc4108bdcd585bcf55f363a5f42f911150120ba (patch) | |
tree | 73d5c7f583f9a4db078a2ce8d95a3051b9b18b85 /mail | |
parent | ada4086e35484fd5292c8c9f95636cfcdcb84916 (diff) | |
download | pkgsrc-3cc4108bdcd585bcf55f363a5f42f911150120ba.tar.gz |
Update postfix to 2.0.10.
- Ugly but harmless warnings from nqmgr after "postsuper -r" to
requeue files that already had some recipients delivered.
- The proxy_read_maps parameter did not recognize "," as separator.
- The local delibery agent now defers delivery after .forward etc.
file read error.
- The message_size_limit was applied when running "newaliases",
so that the result alias database could be truncated on systems
with very small message size limits.
The official release changes for bugfixes and portability issues only.
Diffstat (limited to 'mail')
-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 3bf8f409b8c..618ec90e9e9 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2003/05/21 09:24:00 martti Exp $ +# $NetBSD: Makefile,v 1.96 2003/05/25 05:31:09 taca Exp $ -DISTNAME= postfix-2.0.9 -PKGREVISION= 2 +DISTNAME= postfix-2.0.10 +#PKGREVISION= 2 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ @@ -33,7 +33,7 @@ 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.9.patch.gz +PATCHFILES+= tls+ipv6-1.14-pf-2.0.10.patch.gz PATCH_SITES+= ftp://ftp.stack.nl/pub/postfix/tls+ipv6/1.14/ PATCH_DIST_STRIP= -p1 BUILD_DEFS+= POSTFIX_USE_INET6 diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index e35f127ee71..dc62dfcbae4 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.42 2003/05/21 09:24:01 martti Exp $ +$NetBSD: distinfo,v 1.43 2003/05/25 05:31:09 taca Exp $ -SHA1 (postfix/postfix-2.0.9.tar.gz) = 2fe1fb816e06ca8aff6a4df2b418df6330b66ac3 -Size (postfix/postfix-2.0.9.tar.gz) = 1347572 bytes -SHA1 (postfix/tls+ipv6-1.14-pf-2.0.9.patch.gz) = 432e47641fa5d45b9e1608ebc6cee666e43db894 -Size (postfix/tls+ipv6-1.14-pf-2.0.9.patch.gz) = 99566 bytes +SHA1 (postfix/postfix-2.0.10.tar.gz) = 07b4f219c03ea23e01de8e444f93616ab2f720a8 +Size (postfix/postfix-2.0.10.tar.gz) = 1348298 bytes +SHA1 (postfix/tls+ipv6-1.14-pf-2.0.10.patch.gz) = 230ce77c811828188343f2dc6c0768073fa0a0ad +Size (postfix/tls+ipv6-1.14-pf-2.0.10.patch.gz) = 99529 bytes SHA1 (patch-aa) = 39a89a28cec3fd264dbda97633e34695eaad01e9 SHA1 (patch-ad) = 2f83cc6108eea4a1c401fe9e549d93430166f7fa SHA1 (patch-ae) = daa160ef54d725ca156f29322d45efcf4af6c02a |