Date: Mon, 27 Jun 2016 10:23:30 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r417647 - head/mail/postfix-current Message-ID: <201606271023.u5RANU9K063803@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Mon Jun 27 10:23:30 2016 New Revision: 417647 URL: https://svnweb.freebsd.org/changeset/ports/417647 Log: - update to 2.3.20160625 20160618 Bugfix(introduced: 20091121): with the introduction of sender_dependent_default_transport_maps, the SMTP daemon was not updated. This resulted in false rejects with sender-dependent "error" transports. Based on a fix by Russell Yanofsky. Files: global/resolve_clnt.c, global/resolve_clnt.h, smtpd/smtpd_check.c, smtpd/smtpd_check.h, smtpd/smtpd_milter.c, smtpd/smtpd_resolve.c, smtpd/smtpd_resolve.h. 20160619 Refinements to the 20160618 fix. For more consistent results with sender address validation, use the recipient address (if available) as the sender-dependent address resolver context. For better caching, pass sender context with all attempts to resolve an email address. File: smtpd/smtpd.c, smtpd/smtpd_check.c, smtpd/smtpd_milter.c. 20160625 Cleanup: the Postfix SMTP server now passes network address and port information to the Cyrus SASL library. Build with ``make makefiles "CCARGS=$CCARGS -DNO_IP_CYRUS_SASL_AUTH"'' for backwards compatibility. Files: makedefs, smtpd/smtpd_sasl_glue.c, xsasl/xsasl.h, xsasl/xsasl_cyrus_server.c, xsasl/xsasl_server.c. Cleanup: dnsblog manpage. File: dnsblog/dnsblog.c. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Mon Jun 27 10:07:14 2016 (r417646) +++ head/mail/postfix-current/Makefile Mon Jun 27 10:23:30 2016 (r417647) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160612 +DISTVERSION= 3.2-20160625 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Mon Jun 27 10:07:14 2016 (r417646) +++ head/mail/postfix-current/distinfo Mon Jun 27 10:23:30 2016 (r417647) @@ -1,3 +1,3 @@ -TIMESTAMP = 1465744385 -SHA256 (postfix/postfix-3.2-20160612.tar.gz) = d7a64b6166befe9a0a705144283eec9ea055bb4cba67a5704bfb1a4048b3860c -SIZE (postfix/postfix-3.2-20160612.tar.gz) = 4366596 +TIMESTAMP = 1466903100 +SHA256 (postfix/postfix-3.2-20160625.tar.gz) = 4bbadca76d5e6e68f1e719c11de45c5d36b26442e8bddef1fcde8c6b96860587 +SIZE (postfix/postfix-3.2-20160625.tar.gz) = 4366398
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201606271023.u5RANU9K063803>