diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-05-16 05:16:09 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-05-16 05:16:09 +0800 |
commit | 2a4ecefefe6996d3d8558a9a135b91a8b9097145 (patch) | |
tree | 601fe17a5e8644e064a1bc0f97f1e6333b75528d /mail | |
parent | 922c8470fe7b36260ca7048a6a63ad8743893918 (diff) | |
download | freebsd-ports-gnome-2a4ecefefe6996d3d8558a9a135b91a8b9097145.tar.gz freebsd-ports-gnome-2a4ecefefe6996d3d8558a9a135b91a8b9097145.tar.zst freebsd-ports-gnome-2a4ecefefe6996d3d8558a9a135b91a8b9097145.zip |
- update to 3.1.1
Changelog:
20160228
Documentation: typos in postfix-tls-script(1) manpage.
20160327
Documentation: line wrapping in postconf(1) manpage.
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
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 2 | ||||
-rw-r--r-- | mail/postfix/distinfo | 5 |
2 files changed, 4 insertions, 3 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index 5949708201dc..65d1f8814c7e 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 3.1.0 +PORTVERSION= 3.1.1 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ diff --git a/mail/postfix/distinfo b/mail/postfix/distinfo index 6281cbb54840..bbb0a3882626 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,2 +1,3 @@ -SHA256 (postfix/postfix-3.1.0.tar.gz) = 88ac3e92755629077d9363319b1fa0db406efb10c2f22cdbb941bd8ab36fd733 -SIZE (postfix/postfix-3.1.0.tar.gz) = 4336709 +TIMESTAMP = 1463345893 +SHA256 (postfix/postfix-3.1.1.tar.gz) = 3deda4c34631970490b1b5fbb559905f93531bf1c7eb00e38b0d0deb1dba9982 +SIZE (postfix/postfix-3.1.1.tar.gz) = 4337295 |