pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/postfix



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Oct 13 17:13:19 UTC 2017

Modified Files:
        pkgsrc/mail/postfix: Makefile Makefile.common distinfo

Log Message:
pkgsrc/mail: Update to 3.2.3

[An on-line version of this announcement will be available at
http://www.postfix.org/announcements/postfix-3.2.3.html]

This announcement concerns fixes for problems that were introduced
with Postfix 3.2. Older releases are unaffected.

Fixed in Postfix 3.2 and later:

 * Extension propagation was broken with "recipient_delimiter = .".
   This change reverts a change that was trying to be too clever.

 * The postqueue command would abort with a panic message after it
   experienced an output write error while listing the mail queue.
   This change restores a write error check that was lost with the
   Postfix 3.2 rewrite of the vbuf_print formatter.

 * Restored sanity checks for dynamically-specified width and precision
   in format strings (%*, %.*, and %*.*). These checks were lost with
   the Postfix 3.2 rewrite of the vbuf_print formatter.


To generate a diff of this commit:
cvs rdiff -u -r1.297 -r1.298 pkgsrc/mail/postfix/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.172 -r1.173 pkgsrc/mail/postfix/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/postfix/Makefile
diff -u pkgsrc/mail/postfix/Makefile:1.297 pkgsrc/mail/postfix/Makefile:1.298
--- pkgsrc/mail/postfix/Makefile:1.297  Mon Sep 18 09:53:26 2017
+++ pkgsrc/mail/postfix/Makefile        Fri Oct 13 17:13:19 2017
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.297 2017/09/18 09:53:26 maya Exp $
+# $NetBSD: Makefile,v 1.298 2017/10/13 17:13:19 taca Exp $
 
-PKGREVISION= 1
 .include "../../mail/postfix/Makefile.common"
 
 COMMENT=       Postfix SMTP server and tools

Index: pkgsrc/mail/postfix/Makefile.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.11 pkgsrc/mail/postfix/Makefile.common:1.12
--- pkgsrc/mail/postfix/Makefile.common:1.11    Mon Jun 19 06:54:15 2017
+++ pkgsrc/mail/postfix/Makefile.common Fri Oct 13 17:13:19 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.11 2017/06/19 06:54:15 wiz Exp $
+# $NetBSD: Makefile.common,v 1.12 2017/10/13 17:13:19 taca Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
-DISTNAME=      postfix-3.2.2
+DISTNAME=      postfix-3.2.3
 CATEGORIES=    mail
 MASTER_SITES=  ftp://ftp.porcupine.org/mirrors/postfix-release/official/
 MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/

Index: pkgsrc/mail/postfix/distinfo
diff -u pkgsrc/mail/postfix/distinfo:1.172 pkgsrc/mail/postfix/distinfo:1.173
--- pkgsrc/mail/postfix/distinfo:1.172  Fri Jun 23 19:18:07 2017
+++ pkgsrc/mail/postfix/distinfo        Fri Oct 13 17:13:19 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.172 2017/06/23 19:18:07 maya Exp $
+$NetBSD: distinfo,v 1.173 2017/10/13 17:13:19 taca Exp $
 
-SHA1 (postfix-3.2.2.tar.gz) = 1a0d01e79ced46b38e8bd5b7a726a1622cf1bc07
-RMD160 (postfix-3.2.2.tar.gz) = 9509e48da474d214771d96c2aa8563ea5ccd13a1
-SHA512 (postfix-3.2.2.tar.gz) = 9432fa8b181db99b8e2d72b2a0f640d1456b10c42615f0a002638f7f788d748b8bb55cd36409a368ac4f6d22033d1d059728fa33980fb93d465b6dfd5ae26418
-Size (postfix-3.2.2.tar.gz) = 4390318 bytes
+SHA1 (postfix-3.2.3.tar.gz) = f1f352a237ff017ba91b98f7c88e7f1ec99d218f
+RMD160 (postfix-3.2.3.tar.gz) = 8f5cc45462410c7d21734efe477c04072e7bd204
+SHA512 (postfix-3.2.3.tar.gz) = 99ea74a5a0620e739668e55d620a0370b72c4802983a8a4cf4d6c51c6f8f5573128f2d6869386cedadba66b3f741df2f18867a059facd94092ac95f6da3a600c
+Size (postfix-3.2.3.tar.gz) = 4390567 bytes
 SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
 SHA1 (patch-ag) = 10e7c6ec4ca9e05ba8a37eeb4910b784fb9a5e34
 SHA1 (patch-ai) = 464da0a53bc9cac1f4e932e9735b75f4a33c7aa7



Home | Main Index | Thread Index | Old Index