diff options
author | taca <taca> | 2012-03-06 11:10:22 +0000 |
---|---|---|
committer | taca <taca> | 2012-03-06 11:10:22 +0000 |
commit | da255b5df718ed1076bdf243d38c518a3d795500 (patch) | |
tree | b517e07d1c2dfb2f443bba28d4fe08ed840213bf /mail/postfix | |
parent | 93da888fd799a50daa0685a030301db64c845710 (diff) | |
download | pkgsrc-da255b5df718ed1076bdf243d38c518a3d795500.tar.gz |
Update postfix to 2.8.9.
Postfix stable release 2.8.9 is available. This contains fixes that
are already part of Postfix 2.9 and 2.10.
* The "change header" milter request could replace the wrong
header. A long header name could match a shorter one, because
a length check was done on the wrong string. Reported by
Vladimir Vassiliev.
* Core dump when postlog emitted the "usage" message, caused
by an extraneous null assignment. Reported by Kant (fnord.hammer).
You can find the updated Postfix source code at the mirrors listed
at http://www.postfix.org/.
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 5 | ||||
-rw-r--r-- | mail/postfix/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 71482feb4c4..fac0997af00 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.246 2012/03/03 12:54:18 wiz Exp $ +# $NetBSD: Makefile,v 1.247 2012/03/06 11:10:22 taca Exp $ -DISTNAME= postfix-2.8.8 -PKGREVISION= 1 +DISTNAME= postfix-2.8.9 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 787909d4503..be67b8101e4 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.141 2012/02/27 03:01:30 taca Exp $ +$NetBSD: distinfo,v 1.142 2012/03/06 11:10:23 taca Exp $ -SHA1 (postfix-2.8.8.tar.gz) = b712b25a105c132b40b63aef49268ea117b86f03 -RMD160 (postfix-2.8.8.tar.gz) = eb71b542af2a00da5f12220946731560ff20377d -Size (postfix-2.8.8.tar.gz) = 3648317 bytes +SHA1 (postfix-2.8.9.tar.gz) = 2404d369e7ae90cdd9a0e4e185c4699a16c9fe81 +RMD160 (postfix-2.8.9.tar.gz) = db540c199ca66457e0ca65b1f95c9745249a1254 +Size (postfix-2.8.9.tar.gz) = 3648498 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 60d752b6c8db971d92ca0017c63329ad446209c5 SHA1 (patch-ai) = 8f81c48321ce0875bffe28fd94c0b3965d927560 |