aboutsummaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorOlli Hauer <ohauer@FreeBSD.org>2017-09-26 06:44:22 +0000
committerOlli Hauer <ohauer@FreeBSD.org>2017-09-26 06:44:22 +0000
commit611140b50bcc5a1bf30741c516b2364da7ba375c (patch)
tree9f47319f402d75311b09b462132cf5220ade5825 /mail/postfix
parent41d56bea00b85a02f9abca1de62eff936bfd4b97 (diff)
downloadports-611140b50bcc5a1bf30741c516b2364da7ba375c.tar.gz
ports-611140b50bcc5a1bf30741c516b2364da7ba375c.zip
- update to 3.2.3
Changelog: 20170620 Bugfix (introduced: Postfix 3.2) extension propagation was broken with "recipient_delimiter = .". This change reverts a change that was trying to be too clever. Files: global/mail_adr_crunch.c, global/mail_addr_crunch.ref. 20170910 Safety: restore sanity checks for dynamically-specified width and precision in format strings (%*, %.*, and %*.*). These checks were lost with the Postfix 3.2.2 rewrite of the vbuf_print formatter. File: vbuf_print.c. 20170923 Bugfix (introduced: Postfix 3.2): panic in the postqueue command after output write error while listing the queue. This change restores a write error check that was lost with the Postfix 3.2.2 rewrite of the vbuf_print formatter. Problem reported by Andreas Schulze. File: util/vbuf_print.c.
Notes
Notes: svn path=/head/; revision=450645
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile4
-rw-r--r--mail/postfix/distinfo6
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 767f1c1227c9..e1a0bbb31ea2 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -2,8 +2,8 @@
# $FreeBSD$
PORTNAME= postfix
-PORTVERSION= 3.2.2
-PORTREVISION?= 1
+PORTVERSION= 3.2.3
+PORTREVISION?= 0
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 b6b72bef4620..55470b50c820 100644
--- a/mail/postfix/distinfo
+++ b/mail/postfix/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1497386094
-SHA256 (postfix/postfix-3.2.2.tar.gz) = d06849418d119d09366997b2b481bb23f737629769b4e4a52da42fb3ad8b0576
-SIZE (postfix/postfix-3.2.2.tar.gz) = 4390318
+TIMESTAMP = 1506256620
+SHA256 (postfix/postfix-3.2.3.tar.gz) = 5b0b975d075ea7561028d4109c581549b794aa92d733429ea6d9fa57751140bf
+SIZE (postfix/postfix-3.2.3.tar.gz) = 4390567