diff options
author | ohauer <ohauer@FreeBSD.org> | 2017-09-26 14:44:22 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2017-09-26 14:44:22 +0800 |
commit | 4a05163608b6b635bc87aed4d8d5de21fec402ea (patch) | |
tree | 9f47319f402d75311b09b462132cf5220ade5825 /mail | |
parent | d7bdd9b0813da82828de6a9b5531c5293929cb79 (diff) | |
download | freebsd-ports-gnome-4a05163608b6b635bc87aed4d8d5de21fec402ea.tar.gz freebsd-ports-gnome-4a05163608b6b635bc87aed4d8d5de21fec402ea.tar.zst freebsd-ports-gnome-4a05163608b6b635bc87aed4d8d5de21fec402ea.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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix/Makefile | 4 | ||||
-rw-r--r-- | mail/postfix/distinfo | 6 |
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 |