diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-10-02 17:17:28 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-10-02 17:17:28 +0800 |
commit | adf204ebfbdd7b72c0d8532a9fa33eba8687b030 (patch) | |
tree | 606d0579ad15b72ca159a18f7f773297420a30bf /mail/postfix | |
parent | 8f5fbe903fd8ab616178274b815f96366be679ca (diff) | |
download | freebsd-ports-gnome-adf204ebfbdd7b72c0d8532a9fa33eba8687b030.tar.gz freebsd-ports-gnome-adf204ebfbdd7b72c0d8532a9fa33eba8687b030.tar.zst freebsd-ports-gnome-adf204ebfbdd7b72c0d8532a9fa33eba8687b030.zip |
- update to 3.1.3
Changelog:
20160911
Bugfix (introduced: Postfix 3.0): the SMTP daemon did not
reset a previous session's command counts before rejecting
a client that exceeds request or concurrency rates. File:
smtpd/smtpd.c.
20160917
Bugfix (introduced: Postfix 3.0): the unionmap did not
propagate table lookup errors. Based on patch by Roel van
Meer. Files: util/dict_union.c, util/dict_union_test.*.
20160925
Workaround (problem introduced: Postfix 2.11): to avoid
false "not found" errors with MySQL map queries that contain
UTF8-encoded text, specify "option_group = client" in Postfix
MySQL configuration files. This will be the default setting
with Postfix 3.2 and later.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 4d32504799c0..84b001690697 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -2,9 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 3.1.2 +PORTVERSION= 3.1.3 PORTEPOCH= 1 -PORTREVISION= 3 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ http://de.postfix.org/ftpmirror/ \ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 961f149eec26..a5f2bc3dfa8d 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1472342160 -SHA256 (postfix/postfix-3.1.2.tar.gz) = 1ab9b4ee6bf9eb37d2467a63244132aab22ac23b91a72f327334e236b0d30f6b -SIZE (postfix/postfix-3.1.2.tar.gz) = 4337569 +TIMESTAMP = 1475365074 +SHA256 (postfix/postfix-3.1.3.tar.gz) = 52f8127e6797e2617a36d0afb9473c55e95c3a777b6280df3f106168fd814979 +SIZE (postfix/postfix-3.1.3.tar.gz) = 4338730 |