diff options
author | martti <martti@pkgsrc.org> | 2007-10-22 06:15:19 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-10-22 06:15:19 +0000 |
commit | b1f6da1fd97fa2a33afb3530db6f35e207a38705 (patch) | |
tree | 0538be921677b88bba5ab57ac526ef0cd72ec56e /mail | |
parent | 2ff9016bce0d99d19b1e2b55474ec2e78ff793a2 (diff) | |
download | pkgsrc-b1f6da1fd97fa2a33afb3530db6f35e207a38705.tar.gz |
Updated mail/postfix to 2.4.6
- A remote SMTP client TLS certificate with an unparsable canonical
name triggered a panic error in the Postfix SMTP server (attempt
to allocate zero-length memory) while sending a request to an
SMTPD policy server.
- On backup MX servers where the queue file system is mounted with
"atime" (file read/execute access time) updates disabled, the
flush daemon would trigger mail delivery attempts once every 1000
seconds, thus rendering the maximal_backoff_time setting useless
for backup MX service.
Diffstat (limited to 'mail')
-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 136a8794847..a154c38e7e9 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.207 2007/09/23 11:20:48 jlam Exp $ +# $NetBSD: Makefile,v 1.208 2007/10/22 06:15:19 martti Exp $ -DISTNAME= postfix-2.4.5 +DISTNAME= postfix-2.4.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 489e979ead8..57ef596ab2e 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.113 2007/08/13 07:05:38 martti Exp $ +$NetBSD: distinfo,v 1.114 2007/10/22 06:15:19 martti Exp $ -SHA1 (postfix/postfix-2.4.5.tar.gz) = dc3616ffd441c23748273527b6693835f3502ad2 -RMD160 (postfix/postfix-2.4.5.tar.gz) = a6ffd6211f292c56558ebd2ebce8f09deea95ca1 -Size (postfix/postfix-2.4.5.tar.gz) = 2934634 bytes +SHA1 (postfix/postfix-2.4.6.tar.gz) = 226222707fd8d963d3173070cac96370c453ffa7 +RMD160 (postfix/postfix-2.4.6.tar.gz) = 115b3a4eb982701e29db2e52e294ec8ee69bdae5 +Size (postfix/postfix-2.4.6.tar.gz) = 2935249 bytes SHA1 (patch-aa) = b8f4e67ac18dcd1e5e3c56ad587b4552c539caa0 SHA1 (patch-ag) = 4d66026fe81dde97470bd01d529af191f1547228 SHA1 (patch-ai) = 68201eac6b479ad733ba851741cc1cc2e56f7c9f |