diff options
author | taca <taca@pkgsrc.org> | 2011-07-27 06:04:54 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-07-27 06:04:54 +0000 |
commit | c74c112fdeededb03a7d93966de8c434e131865d (patch) | |
tree | eb2e3befb0335cee313648d691b52399e3d03a84 /mail/postfix | |
parent | c3a3f9df7df9ae94880f75b415a9b9dcda2661c5 (diff) | |
download | pkgsrc-c74c112fdeededb03a7d93966de8c434e131865d.tar.gz |
Update postfix package to 2.8.4.
Postfix stable release 2.8.4 is available. This contains fixes and
workarounds that were already included with the Postfix 2.9
experimental release. Where applicable these fixes will also be
made available for the legacy releases Postfix 2.5..2.7.
* Performance: a high load of DSN success notification requests
could slow down the queue manager. Solution: make the trace
client asynchronous, just like the bounce and defer clients.
* The local(8) delivery agent ignored table lookup errors in
mailbox_command_maps, mailbox_transport_maps, fallback_transport_maps
and (while bouncing mail to alias) alias owner lookup.
* Workaround: dbl.spamhaus.org rejects lookups with "No IP
queries" even if the name has an alphanumerical prefix. We
play safe, and skip both RHSBL and RHSWL queries for names
ending in a numerical suffix.
* The "sendmail -t" command reported "protocol error" instead
of "file too large", "no space left on device" etc.
* The Postfix Milter client reported a temporary error instead
of "file too large" in three cases.
* Linux kernel version 3 support. Linus Torvalds has reset the
counters for reasons not related to changes in code.
You can find the updated Postfix source code at the mirrors listed
at http://www.postfix.org/.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index f4ff84f8001..bd064dba035 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.240 2011/06/10 21:57:09 obache Exp $ +# $NetBSD: Makefile,v 1.241 2011/07/27 06:04:54 taca Exp $ -DISTNAME= postfix-2.8.3 -PKGREVISION= 1 +DISTNAME= postfix-2.8.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 499a3ca83ea..1b1d9a4eeb0 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.135 2011/05/10 13:38:23 taca Exp $ +$NetBSD: distinfo,v 1.136 2011/07/27 06:04:54 taca Exp $ -SHA1 (postfix-2.8.3.tar.gz) = 2604066f158f5327449960afd6334b996dc01799 -RMD160 (postfix-2.8.3.tar.gz) = 9312cb25c352cc3613efed48e0a3b83f7f5fcba5 -Size (postfix-2.8.3.tar.gz) = 3645105 bytes +SHA1 (postfix-2.8.4.tar.gz) = 48d077ad2614098f39411cb965a74d8ce2f3e5be +RMD160 (postfix-2.8.4.tar.gz) = fbeb785c5ed08febf5cf71ea375b10120c1f62b6 +Size (postfix-2.8.4.tar.gz) = 3646391 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = e335304c9126b9b648fc96110bc68e2795b1ae35 SHA1 (patch-ai) = ef3feef8a4fe7781a89f7e087fc5780760b461b1 |