Date: Tue, 26 Sep 2017 06:43:08 +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: r450644 - head/mail/postfix-current Message-ID: <201709260643.v8Q6h8wm094790@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Tue Sep 26 06:43:08 2017 New Revision: 450644 URL: https://svnweb.freebsd.org/changeset/ports/450644 Log: - update to 3.3-20170924 Changelog: 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-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Tue Sep 26 06:39:30 2017 (r450643) +++ head/mail/postfix-current/Makefile Tue Sep 26 06:43:08 2017 (r450644) @@ -2,8 +2,8 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.3-20170910 -PORTREVISION?= 1 +DISTVERSION= 3.3-20170924 +PORTREVISION?= 0 PORTEPOCH= 5 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Tue Sep 26 06:39:30 2017 (r450643) +++ head/mail/postfix-current/distinfo Tue Sep 26 06:43:08 2017 (r450644) @@ -1,3 +1,3 @@ -TIMESTAMP = 1505063460 -SHA256 (postfix/postfix-3.3-20170910.tar.gz) = d6382513a569ea28139d174d90f55df2e89ef3f19dff693d926db17d3524e778 -SIZE (postfix/postfix-3.3-20170910.tar.gz) = 4397230 +TIMESTAMP = 1506256380 +SHA256 (postfix/postfix-3.3-20170924.tar.gz) = b9b8a2dd43cf1ae0002d815946d1f765b775a983ccf3bfbe7c2cae43e3677032 +SIZE (postfix/postfix-3.3-20170924.tar.gz) = 4397375
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201709260643.v8Q6h8wm094790>