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/Makefile | |
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/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 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/ |