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.
This commit is contained in:
parent
0034c2e750
commit
65e4539198
2 changed files with 6 additions and 6 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue