diff options
author | martti <martti@pkgsrc.org> | 2009-05-13 10:32:23 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2009-05-13 10:32:23 +0000 |
commit | be28cb00777060e0678542f253b750d83d86f073 (patch) | |
tree | f20bd64514cd29dace15ea9cb01f5a677cfe0bfd /mail/postfix | |
parent | aa07eea96709d3944e065a61430cc767bd071894 (diff) | |
download | pkgsrc-be28cb00777060e0678542f253b750d83d86f073.tar.gz |
Updated mail/postfix to 2.5.7
- (low) The installation/upgrade procedure did not automatically
create the data_directory.
- (medium) In the "new queue manager", the _destination_rate_delay
code needed to postpone the job scheduler updates after delivery
completion, otherwise the scheduler could loop on blocked jobs.
- (low) The queue manager used <transport>_concurrency_failed_cohort_limit
instead of <transport>_destination_concurrency_failed_cohort_limit
as documented.
- (low) The SMTP client disabled MIME parsing despite non-empty
settings for smtp_header_checks, smtp_mime_header_checks,
smtp_nested_header_checks, or smtp_body_checks.
- (medium) The postsuper command re-enabled the SIGHUP signal when
it was set to "ignore". This could result in random "Postfix
integrity check failed" errors at boot time (POSIX SIGHUP death),
causing Postfix not to start automatically.
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 19423fe69df..3232416b97a 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.222 2009/05/12 12:27:20 martti Exp $ +# $NetBSD: Makefile,v 1.223 2009/05/13 10:32:23 martti Exp $ -DISTNAME= postfix-2.5.6 +DISTNAME= postfix-2.5.7 #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 0f314ce471e..21f46aa8b57 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.123 2009/01/05 10:25:34 martti Exp $ +$NetBSD: distinfo,v 1.124 2009/05/13 10:32:23 martti Exp $ -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 (postfix/postfix-2.5.7.tar.gz) = 1a7620b703a24cd7eef56daddff605cace184a60 +RMD160 (postfix/postfix-2.5.7.tar.gz) = 5fa24140e4888fa32f4e01d4021ae37a60b523dd +Size (postfix/postfix-2.5.7.tar.gz) = 3159263 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = b572e51dd5053e655667f4c9f583191ae5c7fb1c SHA1 (patch-ai) = 6884934b519eea945555b3556350e303f83221fb |