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/postfix/Makefile | |
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/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 5 |
1 files changed, 2 insertions, 3 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/ |