diff options
author | martti <martti@pkgsrc.org> | 2005-07-22 06:12:44 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2005-07-22 06:12:44 +0000 |
commit | be5234627913d12ccf33a8b7a1d660f66bb3bf8e (patch) | |
tree | 5783c4e7167f388f1bccc9954c616969d0ddf144 /mail/postfix | |
parent | a64bcd9a27378a3e796d7309bcd1886de65aff32 (diff) | |
download | pkgsrc-be5234627913d12ccf33a8b7a1d660f66bb3bf8e.tar.gz |
Updated postfix to 2.2.5
Postfix 2.2.5 addresses some portability problems with LP64 platforms
that broke SMTP connection caching, and makes SMTP connection
caching more failure tolerant. These fixes are back-ported from
the experimental (2.3) release series.
The connection caching protocol has changed, so you will need to
"postfix reload" after upgrading.
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 27ac3fd4858..aa0109dce7f 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.164 2005/06/23 07:58:48 martti Exp $ +# $NetBSD: Makefile,v 1.165 2005/07/22 06:12:44 martti Exp $ -DISTNAME= postfix-2.2.4 +DISTNAME= postfix-2.2.5 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 4f3be666780..ec7721a637a 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.87 2005/06/23 07:58:48 martti Exp $ +$NetBSD: distinfo,v 1.88 2005/07/22 06:12:44 martti Exp $ -SHA1 (postfix/postfix-2.2.4.tar.gz) = b8d990ca26e7e8d6f7fd5a1cf0cf8c939c984bed -RMD160 (postfix/postfix-2.2.4.tar.gz) = 00757574a0dc7e26ff52449d689853c9d7a338a8 -Size (postfix/postfix-2.2.4.tar.gz) = 2427281 bytes +SHA1 (postfix/postfix-2.2.5.tar.gz) = 5e86340e6ccff5a9141c259a6b65f72b7396483d +RMD160 (postfix/postfix-2.2.5.tar.gz) = 5508f9662319e655daf8ec8b70fb508f0bb15bb0 +Size (postfix/postfix-2.2.5.tar.gz) = 2428594 bytes SHA1 (patch-aa) = 49d2bf6c7e5bbe5aac4d950ac69c7b6b32a98ef3 SHA1 (patch-ab) = c506a08b694f94ef4884fa97eec51e44c92812dd SHA1 (patch-ac) = ffcd4f8b00c1cf01f050a0c943bfe61a1ec2361a |