pkgsrc-Changes archive

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

CVS commit: pkgsrc/mail



Module Name:    pkgsrc
Committed By:   taca
Date:           Sat Dec  9 02:34:48 UTC 2017

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

Log Message:
mail/postfix: Update to 3.2.4

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

This announcement concerns fixes for problems that were introduced
with Postfix 3.0 and later. Older supported releases are unaffected.

Fixed in Postfix 3.1 and later:

  * DANE interoperability. Postfix builds with OpenSSL 1.0.0 or
    1.0.1 failed to send email to some sites with "TLSA 2 X X" DNS
    records associated with an intermediate CA certificate. Problem
    report and initial fix by Erwan Legrand.

Fixed in Postfix 3.0 and later:

  * Missing dynamicmaps support in the Postfix sendmail command.
    This broke authorized_submit_users settings that use a
    dynamically-loaded map type. Problem reported by Ulrich Zehl.


To generate a diff of this commit:
cvs rdiff -u -r1.12 -r1.13 pkgsrc/mail/postfix/Makefile.common
cvs rdiff -u -r1.173 -r1.174 pkgsrc/mail/postfix/distinfo
cvs rdiff -u -r1.13 -r1.14 pkgsrc/mail/postfix-sqlite/Makefile

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.common
diff -u pkgsrc/mail/postfix/Makefile.common:1.12 pkgsrc/mail/postfix/Makefile.common:1.13
--- pkgsrc/mail/postfix/Makefile.common:1.12    Fri Oct 13 17:13:19 2017
+++ pkgsrc/mail/postfix/Makefile.common Sat Dec  9 02:34:48 2017
@@ -1,8 +1,8 @@
-# $NetBSD: Makefile.common,v 1.12 2017/10/13 17:13:19 taca Exp $
+# $NetBSD: Makefile.common,v 1.13 2017/12/09 02:34:48 taca Exp $
 # used by mail/postfix/Makefile
 # used by mail/postfix/Makefile.module
 
-DISTNAME=      postfix-3.2.3
+DISTNAME=      postfix-3.2.4
 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.173 pkgsrc/mail/postfix/distinfo:1.174
--- pkgsrc/mail/postfix/distinfo:1.173  Fri Oct 13 17:13:19 2017
+++ pkgsrc/mail/postfix/distinfo        Sat Dec  9 02:34:48 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.173 2017/10/13 17:13:19 taca Exp $
+$NetBSD: distinfo,v 1.174 2017/12/09 02:34:48 taca Exp $
 
-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 (postfix-3.2.4.tar.gz) = 86de2f38ca0894f42b9473bec6ac061ed6369c9a
+RMD160 (postfix-3.2.4.tar.gz) = 64912f5e06a47a3ac7f7c7879eb727dc7e255546
+SHA512 (postfix-3.2.4.tar.gz) = 6dc583d3b1c98f5c8d6486351bee9f92a98b5379cd0d76d26a382379c112317e7a2a58c3a200477a6d0f831c73395257d1a63170df17ea8a65a4048a7df391f8
+Size (postfix-3.2.4.tar.gz) = 4390376 bytes
 SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
 SHA1 (patch-ag) = 10e7c6ec4ca9e05ba8a37eeb4910b784fb9a5e34
 SHA1 (patch-ai) = 464da0a53bc9cac1f4e932e9735b75f4a33c7aa7

Index: pkgsrc/mail/postfix-sqlite/Makefile
diff -u pkgsrc/mail/postfix-sqlite/Makefile:1.13 pkgsrc/mail/postfix-sqlite/Makefile:1.14
--- pkgsrc/mail/postfix-sqlite/Makefile:1.13    Thu Nov 30 16:45:30 2017
+++ pkgsrc/mail/postfix-sqlite/Makefile Sat Dec  9 02:34:48 2017
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.13 2017/11/30 16:45:30 adam Exp $
+# $NetBSD: Makefile,v 1.14 2017/12/09 02:34:48 taca Exp $
 #
 
 COMMENT=               Postfix SMTP server SQLite backend module
-PKGREVISION=           1
 
 POSTFIX_LIB=           sqlite
 POSTFIX_LIBDIR=                src/global



Home | Main Index | Thread Index | Old Index