svn commit: r378980 - head/mail/postfix
Olli Hauer
ohauer at FreeBSD.org
Sat Feb 14 17:57:57 UTC 2015
Author: ohauer
Date: Sat Feb 14 17:57:55 2015
New Revision: 378980
URL: https://svnweb.freebsd.org/changeset/ports/378980
QAT: https://qat.redports.org/buildarchive/r378980/
Log:
- update to 2.11.4
Changes:
20141025
Bugfix (introduced: Postfix 2.11): core dump when
smtp_policy_maps specifies an invalid TLS level. Viktor
Dukhovni. File: smtp/smtp_tls_policy.c.
20150106
Robustness: don't segfault due to excessive recursion after
a faulty configuration runs into the virtual_alias_recursion_limit.
File: global/tok822_tree.c.
20150115
Safety: stop aliasing loops that exponentially increase the
address length with each iteration. Back-ported from Postfix
3.0. File: cleanup/cleanup_map1n.c.
20150117
Cleanup: missing " in \%s\" in postconf(1) fatal error
messages. Iain Hibbert. File: postconf/postconf_master.c.
Approved by: sahil (implicit)
MFH: 2015Q1
Modified:
head/mail/postfix/Makefile
head/mail/postfix/distinfo
Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile Sat Feb 14 17:48:21 2015 (r378979)
+++ head/mail/postfix/Makefile Sat Feb 14 17:57:55 2015 (r378980)
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= postfix
-PORTVERSION= 2.11.3
-PORTREVISION= 4
+PORTVERSION= 2.11.4
PORTEPOCH= 1
CATEGORIES= mail ipv6
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \
Modified: head/mail/postfix/distinfo
==============================================================================
--- head/mail/postfix/distinfo Sat Feb 14 17:48:21 2015 (r378979)
+++ head/mail/postfix/distinfo Sat Feb 14 17:57:55 2015 (r378980)
@@ -1,5 +1,5 @@
-SHA256 (postfix/postfix-2.11.3.tar.gz) = 04e5146e6e56261baae9f63c590348a4b12ce22d3d46260e26e97233f40802c3
-SIZE (postfix/postfix-2.11.3.tar.gz) = 4039705
+SHA256 (postfix/postfix-2.11.4.tar.gz) = f4154c1db58c0300897d4c430bd90714ac7855249df59cc8828910fd5ccb031e
+SIZE (postfix/postfix-2.11.4.tar.gz) = 4040104
SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc
SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191
SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f
More information about the svn-ports-all
mailing list