diff options
author | Olli Hauer <ohauer@FreeBSD.org> | 2016-05-16 12:38:59 +0000 |
---|---|---|
committer | Olli Hauer <ohauer@FreeBSD.org> | 2016-05-16 12:38:59 +0000 |
commit | 27f9e71f46a6abcbb7512a3e4d3bedf702bc02da (patch) | |
tree | 24c3b0a78fb374da04053bed36e69d231434ca76 /mail/postfix211 | |
parent | d095e626a97c7d85769c170f4008e423910b30f4 (diff) | |
download | ports-27f9e71f46a6abcbb7512a3e4d3bedf702bc02da.tar.gz ports-27f9e71f46a6abcbb7512a3e4d3bedf702bc02da.zip |
- update to 2.11.8
Changelog:
20160310
Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM
(replace sender) request lost the sender_bcc_maps address.
Fixed by moving some record keeping to the sender output
function. Files: cleanup/cleanup_envelope.c,
cleanup/cleanup_addr.c, cleanup/cleanup_milter.c,
cleanup/cleanup.h, regression tests.
20160410
Bugfix (introduced: Postfix 2.6): the "bad filetype"
header_checks pattern falsely rejected Content-Mumble headers
with ``name="example"; x-apple-part-url="example.com"''.
Fixed by respecting the ";" separator between content
attribute values. Reported by Cedric Knight. File:
proto/header_checks.
20160515
Portability: OpenBSD 6.0. Files: makedefs, util/sys_defs.h.
MFH: 2016Q2
Notes
Notes:
svn path=/head/; revision=415321
Diffstat (limited to 'mail/postfix211')
-rw-r--r-- | mail/postfix211/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix211/distinfo | 7 |
2 files changed, 4 insertions, 6 deletions
diff --git a/mail/postfix211/Makefile b/mail/postfix211/Makefile index ec3b85f18dab..59e18e39bad4 100644 --- a/mail/postfix211/Makefile +++ b/mail/postfix211/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 2.11.7 -PORTREVISION= 2 +PORTVERSION= 2.11.8 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ diff --git a/mail/postfix211/distinfo b/mail/postfix211/distinfo index 3b8795de141e..ad75032a35b3 100644 --- a/mail/postfix211/distinfo +++ b/mail/postfix211/distinfo @@ -1,6 +1,5 @@ -SHA256 (postfix/postfix-2.11.7.tar.gz) = 05828b5b846e48fdc80db67d85409066010614af521070df4733459fbf447e20 -SIZE (postfix/postfix-2.11.7.tar.gz) = 4031689 -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 +TIMESTAMP = 1463402666 +SHA256 (postfix/postfix-2.11.8.tar.gz) = 3c4ece0846b519e2e800608f3009e929a3c2a1c7841bf07397ec9edc7463c923 +SIZE (postfix/postfix-2.11.8.tar.gz) = 4032263 SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f SIZE (postfix/postfix-vda-v13-2.10.0.patch) = 55701 |