Sat Dec 9 02:34:48 2017 UTC ()
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.


(taca)
diff -r1.12 -r1.13 pkgsrc/mail/postfix/Makefile.common
diff -r1.173 -r1.174 pkgsrc/mail/postfix/distinfo
diff -r1.13 -r1.14 pkgsrc/mail/postfix-sqlite/Makefile

cvs diff -r1.12 -r1.13 pkgsrc/mail/postfix/Makefile.common (expand / switch to unified diff)

--- pkgsrc/mail/postfix/Makefile.common 2017/10/13 17:13:19 1.12
+++ pkgsrc/mail/postfix/Makefile.common 2017/12/09 02:34:48 1.13
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile.common,v 1.12 2017/10/13 17:13:19 taca Exp $ 1# $NetBSD: Makefile.common,v 1.13 2017/12/09 02:34:48 taca Exp $
2# used by mail/postfix/Makefile 2# used by mail/postfix/Makefile
3# used by mail/postfix/Makefile.module 3# used by mail/postfix/Makefile.module
4 4
5DISTNAME= postfix-3.2.3 5DISTNAME= postfix-3.2.4
6CATEGORIES= mail 6CATEGORIES= mail
7MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ 7MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
8MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/ 8MASTER_SITES+= http://mirrors.isc.org/pub/postfix/official/
9 9
10MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.postfix.org/ 11HOMEPAGE= http://www.postfix.org/
12# The postfix license has only very minor diffs from cpl-1.0. 12# The postfix license has only very minor diffs from cpl-1.0.
13LICENSE= cpl-1.0 13LICENSE= cpl-1.0
14#LICENSE= postfix-license 14#LICENSE= postfix-license
15 15
16DISTINFO_FILE= ${PKGDIR}/../../mail/postfix/distinfo 16DISTINFO_FILE= ${PKGDIR}/../../mail/postfix/distinfo
17PATCHDIR= ${PKGDIR}/../../mail/postfix/patches 17PATCHDIR= ${PKGDIR}/../../mail/postfix/patches
18 18

cvs diff -r1.173 -r1.174 pkgsrc/mail/postfix/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/postfix/distinfo 2017/10/13 17:13:19 1.173
+++ pkgsrc/mail/postfix/distinfo 2017/12/09 02:34:48 1.174
@@ -1,10 +1,10 @@ @@ -1,10 +1,10 @@
1$NetBSD: distinfo,v 1.173 2017/10/13 17:13:19 taca Exp $ 1$NetBSD: distinfo,v 1.174 2017/12/09 02:34:48 taca Exp $
2 2
3SHA1 (postfix-3.2.3.tar.gz) = f1f352a237ff017ba91b98f7c88e7f1ec99d218f 3SHA1 (postfix-3.2.4.tar.gz) = 86de2f38ca0894f42b9473bec6ac061ed6369c9a
4RMD160 (postfix-3.2.3.tar.gz) = 8f5cc45462410c7d21734efe477c04072e7bd204 4RMD160 (postfix-3.2.4.tar.gz) = 64912f5e06a47a3ac7f7c7879eb727dc7e255546
5SHA512 (postfix-3.2.3.tar.gz) = 99ea74a5a0620e739668e55d620a0370b72c4802983a8a4cf4d6c51c6f8f5573128f2d6869386cedadba66b3f741df2f18867a059facd94092ac95f6da3a600c 5SHA512 (postfix-3.2.4.tar.gz) = 6dc583d3b1c98f5c8d6486351bee9f92a98b5379cd0d76d26a382379c112317e7a2a58c3a200477a6d0f831c73395257d1a63170df17ea8a65a4048a7df391f8
6Size (postfix-3.2.3.tar.gz) = 4390567 bytes 6Size (postfix-3.2.4.tar.gz) = 4390376 bytes
7SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c 7SHA1 (patch-aa) = c8216f133e202a7bb37682b0dbc1448f021e7c1c
8SHA1 (patch-ag) = 10e7c6ec4ca9e05ba8a37eeb4910b784fb9a5e34 8SHA1 (patch-ag) = 10e7c6ec4ca9e05ba8a37eeb4910b784fb9a5e34
9SHA1 (patch-ai) = 464da0a53bc9cac1f4e932e9735b75f4a33c7aa7 9SHA1 (patch-ai) = 464da0a53bc9cac1f4e932e9735b75f4a33c7aa7
10SHA1 (patch-src_dns_dns__lookup.c) = b04d35b1df1b60409c903d2fb5bafb16b848523d 10SHA1 (patch-src_dns_dns__lookup.c) = b04d35b1df1b60409c903d2fb5bafb16b848523d

cvs diff -r1.13 -r1.14 pkgsrc/mail/postfix-sqlite/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/postfix-sqlite/Makefile 2017/11/30 16:45:30 1.13
+++ pkgsrc/mail/postfix-sqlite/Makefile 2017/12/09 02:34:48 1.14
@@ -1,18 +1,17 @@ @@ -1,18 +1,17 @@
1# $NetBSD: Makefile,v 1.13 2017/11/30 16:45:30 adam Exp $ 1# $NetBSD: Makefile,v 1.14 2017/12/09 02:34:48 taca Exp $
2# 2#
3 3
4COMMENT= Postfix SMTP server SQLite backend module 4COMMENT= Postfix SMTP server SQLite backend module
5PKGREVISION= 1 
6 5
7POSTFIX_LIB= sqlite 6POSTFIX_LIB= sqlite
8POSTFIX_LIBDIR= src/global 7POSTFIX_LIBDIR= src/global
9POSTFIX_LIB_DICT= yes 8POSTFIX_LIB_DICT= yes
10POSTFIX_LIB_MKMAP= no 9POSTFIX_LIB_MKMAP= no
11 10
12.include "../../mail/postfix/Makefile.module" 11.include "../../mail/postfix/Makefile.module"
13 12
14CCARGS+= -I${BUILDLINK_PREFIX.sqlite3}/include 13CCARGS+= -I${BUILDLINK_PREFIX.sqlite3}/include
15AUXLIBS_MODULE= -L${BUILDLINK_PREFIX.sqlite3}/lib -lsqlite3 \ 14AUXLIBS_MODULE= -L${BUILDLINK_PREFIX.sqlite3}/lib -lsqlite3 \
16 ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.sqlite3}/lib 15 ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.sqlite3}/lib
17 16
18.include "../../databases/sqlite3/buildlink3.mk" 17.include "../../databases/sqlite3/buildlink3.mk"