diff options
author | taca <taca@pkgsrc.org> | 2015-02-10 14:20:42 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-02-10 14:20:42 +0000 |
commit | 2f68298bd16037adb6f83aa93982dcc8f08f6632 (patch) | |
tree | ba3ff5713b72a7c72e6e008cf3cdac11b94915da /mail/postfix/Makefile | |
parent | 20af7909a708f114d61f85789cc3cb68713de2ce (diff) | |
download | pkgsrc-2f68298bd16037adb6f83aa93982dcc8f08f6632.tar.gz |
Update postfix to 2.11.4.
Postfix 2.11.4 only:
* Fix a core dump when smtp_policy_maps specifies an invalid TLS
level.
* Fix a missing " in \%s\", in postconf(1) fatal error messages,
which violated the C language spec. Reported by Iain Hibbert.
All supported releases:
* Stop excessive recursion in the cleanup server while recovering
from a virtual alias expansion loop. Problem found at Two Sigma.
* Stop exponential memory allocation with virtual alias expansion
loops. This came to light after fixing the previous problem.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r-- | mail/postfix/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index bf7483bd5a5..0ceced21e5e 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.278 2014/10/21 13:06:12 taca Exp $ +# $NetBSD: Makefile,v 1.279 2015/02/10 14:20:42 taca Exp $ -DISTNAME= postfix-2.11.3 +DISTNAME= postfix-2.11.4 CATEGORIES= mail MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ MASTER_SITES+= http://postfix.it-austria.net/releases/official/ |