diff options
author | taca <taca@pkgsrc.org> | 2013-02-05 15:58:38 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-02-05 15:58:38 +0000 |
commit | 67eab6f3e2f6a9e236b54b34b689be0e2e964f09 (patch) | |
tree | 422af2956d7847b90348b1a67917e57c256490f3 /mail | |
parent | aeca8383c4e85ae047e6655c138f49f76d71cc98 (diff) | |
download | pkgsrc-67eab6f3e2f6a9e236b54b34b689be0e2e964f09.tar.gz |
Update postfix to 2.8.14.
* The postconf(1) master.cf options parser didn't support "clusters"
of daemon command-line option letters.
* The local(8) delivery agent dereferenced a null pointer while
delivering to null command (for example, "|" in a .forward
file). Reported by Gilles Chehade.
* A memory leak fix for tls_misc.c was documented but not included.
Diffstat (limited to 'mail')
-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 91a5904bceb..8c38f800841 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.258 2013/01/26 21:38:08 adam Exp $ +# $NetBSD: Makefile,v 1.259 2013/02/05 15:58:38 taca Exp $ -DISTNAME= postfix-2.8.13 -PKGREVISION= 2 +DISTNAME= postfix-2.8.14 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 5c09824d82b..b58a202d2b2 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.146 2012/12/13 16:23:13 taca Exp $ +$NetBSD: distinfo,v 1.147 2013/02/05 15:58:38 taca Exp $ -SHA1 (postfix-2.8.13.tar.gz) = 14893a7721756be6a7d5ca618afe062afd87acb0 -RMD160 (postfix-2.8.13.tar.gz) = 4025e3e2f377cf8ea8c8db44494f75ca7bf617b4 -Size (postfix-2.8.13.tar.gz) = 3641782 bytes +SHA1 (postfix-2.8.14.tar.gz) = e7961c0f430fe99a0f4250f187150aca157449e3 +RMD160 (postfix-2.8.14.tar.gz) = 96da39315a740112b8fddeb4a30bbbbb5d11809c +Size (postfix-2.8.14.tar.gz) = 3641913 bytes SHA1 (patch-aa) = 5b4923402c80957e47b8a4e16c897287b88544bb SHA1 (patch-ag) = 60d752b6c8db971d92ca0017c63329ad446209c5 SHA1 (patch-ai) = 1bd3682b74de11e5d420e453f3df088d965452d6 |