diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-11-06 17:23:41 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-11-06 17:23:41 +0800 |
commit | 4953d26d4f3cbb5e6040b0b07e862dac36f80027 (patch) | |
tree | aadfe62675f701938a946eab2e6b12ed82ef107d /mail | |
parent | 7e25d9f91ad9e26bd00eef5d2304da525dc55d01 (diff) | |
download | freebsd-ports-gnome-4953d26d4f3cbb5e6040b0b07e862dac36f80027.tar.gz freebsd-ports-gnome-4953d26d4f3cbb5e6040b0b07e862dac36f80027.tar.zst freebsd-ports-gnome-4953d26d4f3cbb5e6040b0b07e862dac36f80027.zip |
- 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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix-current/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index e39f8ed2162b..ad562ebd6dce 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -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/ \ diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index 78cf356faf89..283a8a7f6b00 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -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 |