diff options
author | taca <taca> | 2012-08-12 16:16:21 +0000 |
---|---|---|
committer | taca <taca> | 2012-08-12 16:16:21 +0000 |
commit | 674a81d8b50b5793b3dec899740c02d72f6bb2c0 (patch) | |
tree | 99410a2f3a4e701fa3c481355e496f5a33b911d9 /mail/postfix | |
parent | 2c1b225e87876470f8daf106f6a2c9f4c905662b (diff) | |
download | pkgsrc-674a81d8b50b5793b3dec899740c02d72f6bb2c0.tar.gz |
Update postfix to 2.8.12.
All supported releases:
* The local(8) delivery agent's BIFF client leaked an unprivileged
UDP socket. Fix by Jaroslav Skarvada. This bug was introduced
19990127.
* The SMTP server did not reject the AUTH command while a MAIL
FROM transaction was in progress. Reported by Timo Sirainen.
This bug was introduced 20000314.
Postfix 2.8 and later:
* The unused "pass" trigger client could close the wrong file
descriptors. This bug was introduced with Postfix 2.8.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 2629b654b8e..2f965b31132 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.251 2012/05/21 14:38:33 taca Exp $ +# $NetBSD: Makefile,v 1.252 2012/08/12 16:16:21 taca Exp $ -DISTNAME= postfix-2.8.11 +DISTNAME= postfix-2.8.12 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 5b511b2e376..461fde5d3e3 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.144 2012/05/21 14:38:34 taca Exp $ +$NetBSD: distinfo,v 1.145 2012/08/12 16:16:21 taca Exp $ -SHA1 (postfix-2.8.11.tar.gz) = 65f15d213d9a92ef1cefdb36710e81b8fbfc13fc -RMD160 (postfix-2.8.11.tar.gz) = be7298527b7cde5105f20a298953b5e3a05b40f1 -Size (postfix-2.8.11.tar.gz) = 3641059 bytes +SHA1 (postfix-2.8.12.tar.gz) = a4afa18226fcd35af61bcd03a3b89cf1650b409f +RMD160 (postfix-2.8.12.tar.gz) = c391fae5b6a92836a8dfdaa9dc10e2c4476bcaaa +Size (postfix-2.8.12.tar.gz) = 3641269 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 60d752b6c8db971d92ca0017c63329ad446209c5 SHA1 (patch-ai) = 8f81c48321ce0875bffe28fd94c0b3965d927560 |