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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 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/ |