diff options
author | zeising <zeising@FreeBSD.org> | 2017-12-10 00:22:47 +0800 |
---|---|---|
committer | zeising <zeising@FreeBSD.org> | 2017-12-10 00:22:47 +0800 |
commit | e5c6886196de8441c24fb91384ce3d93bb84346d (patch) | |
tree | bdaae37dea1e7d07226d8c2779f7a7dbbb7c71bf /mail/postfix | |
parent | 1cf7061f917b23b7206026dc1ea236bc7003340b (diff) | |
download | freebsd-ports-gnome-e5c6886196de8441c24fb91384ce3d93bb84346d.tar.gz freebsd-ports-gnome-e5c6886196de8441c24fb91384ce3d93bb84346d.tar.zst freebsd-ports-gnome-e5c6886196de8441c24fb91384ce3d93bb84346d.zip |
Update to 3.2.4
Changelog:
* DANE interoperability. Postfix builds with OpenSSL 1.0.0 or 1.0.1
failed to send email to some sites with "TLSA 2 X X" DNS records
associated with an intermediate CA certificate. Problem report and
initial fix by Erwan Legrand.
* Missing dynamicmaps support in the Postfix sendmail command. This
broke authorized_submit_users settings that use a dynamically-loaded
map type. Problem reported by Ulrich Zehl.
PR: 223804
Submitted by: zeising
Approved by: maintainer timeout
Diffstat (limited to 'mail/postfix')
-rw-r--r-- | mail/postfix/Makefile | 3 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
2 files changed, 4 insertions, 5 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile index cacab2a23f4c..c30c186c8dcc 100644 --- a/mail/postfix/Makefile +++ b/mail/postfix/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -PORTVERSION= 3.2.3 -PORTREVISION?= 1 +PORTVERSION= 3.2.4 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 55470b50c820..6221d98430df 100644 --- a/mail/postfix/distinfo +++ b/mail/postfix/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1506256620 -SHA256 (postfix/postfix-3.2.3.tar.gz) = 5b0b975d075ea7561028d4109c581549b794aa92d733429ea6d9fa57751140bf -SIZE (postfix/postfix-3.2.3.tar.gz) = 4390567 +TIMESTAMP = 1511368835 +SHA256 (postfix/postfix-3.2.4.tar.gz) = ec55ebaa2aa464792af8d5ee103eb68b27a42dc2b36a02fee42dafbf9740c7f6 +SIZE (postfix/postfix-3.2.4.tar.gz) = 4390376 |