diff options
author | martti <martti@pkgsrc.org> | 2009-01-05 10:25:33 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-01-05 10:25:33 +0000 |
commit | a545bf1c8551860916384727a260a1a0537d9507 (patch) | |
tree | 2733cdc87c2eaf0ffd076a4b2d4670ba8115ec33 /mail/postfix | |
parent | 9db56e09798cb899f49d2e40212314d73afce2ef (diff) | |
download | pkgsrc-a545bf1c8551860916384727a260a1a0537d9507.tar.gz |
Updated mail/postfix to 2.5.6
- Postfix 2.5: the SMTP server did not ask for a client certificate
with "smtpd_tls_req_ccert = yes". Reported by Rob Foehl.
- Postfix 2.5, 2.4 and 2.3: avoid reduced TCP performance when
reusing an SMTP connection with a larger than 4096-byte TCP MSS
value. In practice, this could happen only with loopback (localhost)
connections.
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 ad19d25cf3f..c47c9d19a28 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.220 2008/09/04 08:25:19 martti Exp $ +# $NetBSD: Makefile,v 1.221 2009/01/05 10:25:33 martti Exp $ -DISTNAME= postfix-2.5.5 +DISTNAME= postfix-2.5.6 #PKGREVISION= 1 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index da0704ebba6..0f314ce471e 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.122 2008/11/03 00:47:17 taca Exp $ +$NetBSD: distinfo,v 1.123 2009/01/05 10:25:34 martti Exp $ -SHA1 (postfix/postfix-2.5.5.tar.gz) = 7240be9e362b991bacfcf7e3771ab611e872ac12 -RMD160 (postfix/postfix-2.5.5.tar.gz) = 2118fa61710bdb266d4fb8b7a0f60cf0f633c801 -Size (postfix/postfix-2.5.5.tar.gz) = 3157877 bytes +SHA1 (postfix/postfix-2.5.6.tar.gz) = b6aae7ec9996937c9a901f41c6c262eceba44479 +RMD160 (postfix/postfix-2.5.6.tar.gz) = a6d41ac85003b6c24d7400cb8de0d95abecfbfeb +Size (postfix/postfix-2.5.6.tar.gz) = 3157891 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = b572e51dd5053e655667f4c9f583191ae5c7fb1c SHA1 (patch-ai) = 6884934b519eea945555b3556350e303f83221fb |