Date: Sun, 6 Nov 2016 09:23:41 +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: r425475 - head/mail/postfix-current Message-ID: <201611060923.uA69NfYD072742@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Sun Nov 6 09:23:41 2016 New Revision: 425475 URL: https://svnweb.freebsd.org/changeset/ports/425475 Log: - update to 3.2-20161106 20161105 Bugfix (introduced: Postfix 1.1): the postsuper command did not count a successful rename operation after error recovery. Problem reported by Markus Sch_nhaber. File: postsuper/postsuper.c. Cleanup: error reporting for IDNA (non-ASCII domain name) conversion errors, and enable_idna2003_compatibility configuration. File: util/midna_domain.c. Incompatible changes with snapshot 20161103 =========================================== Postfix 3.2 by default disables the 'transitional' compatibility between IDNA2003 and IDNA2008, when converting UTF-8 domain names to/from the ASCII form that is used in DNS lookups. This makes Postfix behavior consistent with current versions of the Firefox and Chrome web browsers. Specify "enable_idna2003_compatibility = yes" for historical behavior. This affects the conversion of, for example, the German sz and the Greek zeta. See http://unicode.org/cldr/utility/idna.jsp for more examples. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Sun Nov 6 09:14:17 2016 (r425474) +++ head/mail/postfix-current/Makefile Sun Nov 6 09:23:41 2016 (r425475) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20161101 +DISTVERSION= 3.2-20161106 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 Sun Nov 6 09:14:17 2016 (r425474) +++ head/mail/postfix-current/distinfo Sun Nov 6 09:23:41 2016 (r425475) @@ -1,3 +1,3 @@ -TIMESTAMP = 1478019584 -SHA256 (postfix/postfix-3.2-20161101.tar.gz) = 3de717a408e5c2091d1960dc5bdd9b5cfd63babb945eb71da2f32e201138c618 -SIZE (postfix/postfix-3.2-20161101.tar.gz) = 4374281 +TIMESTAMP = 1478386144 +SHA256 (postfix/postfix-3.2-20161106.tar.gz) = 765c0b5a0620a4f9d333bcba3206209da12c25f6b55894b2c05483cba8b940bf +SIZE (postfix/postfix-3.2-20161106.tar.gz) = 4368066
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201611060923.uA69NfYD072742>