diff options
author | martti <martti@pkgsrc.org> | 2010-06-08 15:14:34 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2010-06-08 15:14:34 +0000 |
commit | 65e4539198fd19355c60d4a4f2084e47daf57b3b (patch) | |
tree | b14f0b625d5484275abe331101337a4cd9ee20e6 /mail/postfix | |
parent | 0034c2e75038cc480d033320966dbce653fa64a1 (diff) | |
download | pkgsrc-65e4539198fd19355c60d4a4f2084e47daf57b3b.tar.gz |
Postfix stable release 2.7.1 fixes one defect in the XFORWARD
implementation (for SMTP-based content filters), improves robustness,
and has updates for changes in system or library interfaces.
* Bugfix (introduced Postfix 2.6) in the XFORWARD implementation,
which sends remote SMTP client attributes through SMTP-based
content filters. The Postfix SMTP client did not skip "unknown"
SMTP client attributes, causing a syntax error when sending
an "unknown" client PORT attribute.
* Robustness: skip LDAP queries with non-ASCII search strings,
instead of failing with a database lookup error.
* Safety: Postfix processes now log a warning when a matchlist
has a #comment at the end of a line (for example mynetworks
or relay_domains).
* Portability: OpenSSL 1.0.0 changes the priority of anonymous
cyphers.
* Portability: Mac OS 10.6.3 requires <arpa/nameser_compat.h>
instead of <nameser8_compat.h>.
* Portability: Berkeley DB 5.x is now supported.
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 9db899bb77a..bf471fc2de1 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.232 2010/03/12 13:19:49 obache Exp $ +# $NetBSD: Makefile,v 1.233 2010/06/08 15:14:34 martti Exp $ -DISTNAME= postfix-2.7.0 +DISTNAME= postfix-2.7.1 #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 ddc9657385c..f7eb5148f27 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.130 2010/04/16 15:32:58 taca Exp $ +$NetBSD: distinfo,v 1.131 2010/06/08 15:14:34 martti Exp $ -SHA1 (postfix/postfix-2.7.0.tar.gz) = 1ef2633c2e531d9d60db53ca0e26d4b1d95bc949 -RMD160 (postfix/postfix-2.7.0.tar.gz) = 8878c0b5b253a20bd7c64e066ee1ee72ab52073d -Size (postfix/postfix-2.7.0.tar.gz) = 3418064 bytes +SHA1 (postfix/postfix-2.7.1.tar.gz) = 94259e8f008b5b1853292e3de5e0ae3abcfe8c81 +RMD160 (postfix/postfix-2.7.1.tar.gz) = dba0622cf6e21908f27bee0c9da42ab3c189d4bd +Size (postfix/postfix-2.7.1.tar.gz) = 3418747 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 53f42aec86af576e1ffc420f1b9a19c988c3fe6c SHA1 (patch-ai) = ef3feef8a4fe7781a89f7e087fc5780760b461b1 |