diff options
author | taca <taca> | 2016-10-09 12:28:19 +0000 |
---|---|---|
committer | taca <taca> | 2016-10-09 12:28:19 +0000 |
commit | 4d86044d924dadc179825440e164c18f038bb59a (patch) | |
tree | f0ad7948ec53d4ec62ca852d02d01ee7a9198588 /mail/postfix | |
parent | 0a39cdee900471ceb5d23c0339ab9d5e0fafa67d (diff) | |
download | pkgsrc-4d86044d924dadc179825440e164c18f038bb59a.tar.gz |
Update postfix to 3.1.3.
Fixed with Postfix 3.1.3 and 3.0.7:
* The Postfix SMTP server did not reset a previous session's
failed/total command counts before rejecting a client that
exceeds request or concurrency rates. This resulted in incorrect
failed/total command counts being logged at the end of the
rejected session.
* The unionmap multi-table interface did not propagate table
lookup errors, resulting in false "user unknown" responses.
* The documentation was updated with a workaround for false "not
found" errors with MySQL map queries that contain UTF8-encoded
text. The workaround is to 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.common | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/postfix/Makefile.common b/mail/postfix/Makefile.common index c97e6cb2ffe..5744e869b17 100644 --- a/mail/postfix/Makefile.common +++ b/mail/postfix/Makefile.common @@ -1,8 +1,8 @@ -# $NetBSD: Makefile.common,v 1.3 2016/09/18 17:10:28 taca Exp $ +# $NetBSD: Makefile.common,v 1.4 2016/10/09 12:28:19 taca Exp $ # used by mail/postfix/Makefile # used by mail/postfix/Makefile.module -DISTNAME= postfix-3.1.2 +DISTNAME= postfix-3.1.3 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index d41a4237436..9becefc8dbd 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.164 2016/09/18 17:10:28 taca Exp $ +$NetBSD: distinfo,v 1.165 2016/10/09 12:28:19 taca Exp $ -SHA1 (postfix-3.1.2.tar.gz) = 1595ca360c465d7e4f69a5722b4849de5a598e4f -RMD160 (postfix-3.1.2.tar.gz) = 6ec7ef6c97631ebd88490f4f72b8ebab06d02994 -SHA512 (postfix-3.1.2.tar.gz) = 58493d1890c3235d74a18365294ca764bd3b3f278b9825da931005165af60250342c6cf477c3b3575e50858d99cd3ee40f22bece094eb61e9be6c3cf0313d571 -Size (postfix-3.1.2.tar.gz) = 4337569 bytes +SHA1 (postfix-3.1.3.tar.gz) = 0c1d57a929c66fe57e6cd9d25bb7d05fc72363d0 +RMD160 (postfix-3.1.3.tar.gz) = d974c821d39ff273bafeba06e69aca57cb56d374 +SHA512 (postfix-3.1.3.tar.gz) = 00e2b0974e59420cabfddc92597a99b42c8a8c9cd9a0c279c63ba6be9f40b15400f37dc16d0b1312130e72b5ba82b56fc7d579ee9ef975a957c0931b0401213c +Size (postfix-3.1.3.tar.gz) = 4338730 bytes SHA1 (patch-aa) = f2c418a2fd34da7325ea2823ddd14043768f0111 SHA1 (patch-ag) = e3d818cd75225c5b50960659827c6e27767cbd58 SHA1 (patch-ai) = 17b29cceadba3055ae198e1802a786468ecc9eff |