Date: Tue, 26 Sep 2017 06:44:22 +0000 (UTC) From: Olli Hauer <ohauer@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r450645 - head/mail/postfix Message-ID: <201709260644.v8Q6iMUw094972@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Tue Sep 26 06:44:22 2017 New Revision: 450645 URL: https://svnweb.freebsd.org/changeset/ports/450645 Log: - 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. Modified: head/mail/postfix/Makefile head/mail/postfix/distinfo Modified: head/mail/postfix/Makefile ============================================================================== --- head/mail/postfix/Makefile Tue Sep 26 06:43:08 2017 (r450644) +++ head/mail/postfix/Makefile Tue Sep 26 06:44:22 2017 (r450645) @@ -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/ \ Modified: head/mail/postfix/distinfo ============================================================================== --- head/mail/postfix/distinfo Tue Sep 26 06:43:08 2017 (r450644) +++ head/mail/postfix/distinfo Tue Sep 26 06:44:22 2017 (r450645) @@ -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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709260644.v8Q6iMUw094972>