diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-09-26 18:20:51 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-09-26 18:20:51 +0800 |
commit | 95a8c4fe4bdc9ca0f9b1df68d1bdc73da77eb1d3 (patch) | |
tree | b1f56db0e568e5153ce3afb1e84423bd2544d32f /mail | |
parent | 432007de68be848486c93d839ae77fa3e80053fd (diff) | |
download | freebsd-ports-gnome-95a8c4fe4bdc9ca0f9b1df68d1bdc73da77eb1d3.tar.gz freebsd-ports-gnome-95a8c4fe4bdc9ca0f9b1df68d1bdc73da77eb1d3.tar.zst freebsd-ports-gnome-95a8c4fe4bdc9ca0f9b1df68d1bdc73da77eb1d3.zip |
- update to 3.2-20160925
Changelog:
==========
20160925
Bugfix (introduced: Postfix 2.11): changed the default MySQL
option_group value to "client" to enable the reading of
"client" option group settings in the MySQL option file.
Specify an empty option_group value to get backwards-compatible
behavior. This fixes a "not found" problem with Postfix
queries that contain UTF8-encoded non-ASCII text. Based
on a fix by John Fawcett. Files: global/dict_mysql.c,
proto/mysql_table.
Incompatible changes with snapshot 20160925
===========================================
In the Postfix MySQL database client, the default option_group value
has changed to "client", to enable reading of "client" option group
settings in the MySQL options file. This fixes a "not found" problem
with Postfix queries that contain UTF8-encoded non-ASCII text.
Specify an empty option_group value (option_group =) to get
backwards-compatible behavior.
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 8aa4192ad430..51693aab389a 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160924 +DISTVERSION= 3.2-20160925 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 0839c65b807a..9746e31f7c92 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1474727125 -SHA256 (postfix/postfix-3.2-20160924.tar.gz) = 9cc01be8415967f8bfde09e0f56a79b90383d6f74939576709e8f3721e4d6781 -SIZE (postfix/postfix-3.2-20160924.tar.gz) = 4346012 +TIMESTAMP = 1474820719 +SHA256 (postfix/postfix-3.2-20160925.tar.gz) = ad52ae14d0ca8411d769c44612fdcce4597846bbc1800f02fe543401b5824f8e +SIZE (postfix/postfix-3.2-20160925.tar.gz) = 4371654 |