svn commit: r399090 - head/mail/postfix

Olli Hauer ohauer at FreeBSD.org
Sun Oct 11 15:03:17 UTC 2015


Author: ohauer
Date: Sun Oct 11 15:03:16 2015
New Revision: 399090
URL: https://svnweb.freebsd.org/changeset/ports/399090

Log:
  - update to 2.11.7
  - use target helpers
  
  ChangeLog:
  20150903
  	Workaround: disable DNSSEC support for AIX 7x and earlier.
  	The AIX 6/7 resolver(5) API defines RES_USE_DNSSEC without
  	defining the "ad" bit.  Viktor Dukhovni.  Files: makedefs,
  	proto/INSTALL.html, dns/dns.h.
  
  20150923
  	Bugfix (introduced: 20120531-617): the Postfix SMTP server
  	used a larger-than-1 VSTREAM buffer to read the HAProxy
  	connection hand-off information. This broke TLS wrappermode,
  	as the TLS helo packet would end up in the plaintext VSTREAM
  	buffer. Reported by Lukas Erlacher.  File: smtpd/smtpd_haproxy.c.
  
  20150924
  	Bugfix (introduced: 20090216-24): incorrect postmulti error
  	message. Reported by Patrik Koetter. Fix by Viktor Dukhovni.
  	File: postmulti/postmulti.c.
  
  	Workaround: don't create a new instance when the template
  	main.cf and master.cf files are missing, as happens on
  	Debian-like systems. Viktor Dukhovni. File: conf/postmulti-script.
  
  20150925
  	Bugfix (introduced: 19970309, fixed 20150421 in development
  	release): reset errno before calling readdir(), in order
  	to distinguish between an end-of-directory and an error
  	condition. File: scandir.c.
  
  20150930
  	Bugfix (introduced: 20040124): Milter client panic while
  	adding a header, because the PREPEND action used the same
  	output function for header_checks and body_checks.  Viktor
  	Dukhovni and Wietse. File: cleanup/cleanup_message.c.
  
  	Bugfix (introduced: 20031128): xtext_unquote() did not
  	propagate error reports from xtext_unquote_append(), causing
  	the decoder to return partial ouput, instead of rejecting
  	malformed input. Fix by Krzysztof Wojta.  File: global/xtext.c.

Modified:
  head/mail/postfix/Makefile
  head/mail/postfix/distinfo

Modified: head/mail/postfix/Makefile
==============================================================================
--- head/mail/postfix/Makefile	Sun Oct 11 15:02:58 2015	(r399089)
+++ head/mail/postfix/Makefile	Sun Oct 11 15:03:16 2015	(r399090)
@@ -2,7 +2,7 @@
 # $FreeBSD$
 
 PORTNAME=	postfix
-PORTVERSION=	2.11.6
+PORTVERSION=	2.11.7
 PORTEPOCH=	1
 CATEGORIES=	mail ipv6
 MASTER_SITES=	ftp://ftp.porcupine.org/mirrors/postfix-release/ \
@@ -298,22 +298,22 @@ post-patch:
 	@${ECHO} '$$html_directory/$f:f:root:-:644' \
 		>> ${WRKSRC}/conf/postfix-files
 .endfor
-.if ${PORT_OPTIONS:MSPF}
+	@${ECHO} '$$manpage_directory/man1/posttls-finger.1:f:root:-:644' \
+		>> ${WRKSRC}/conf/postfix-files
+	@${ECHO} '$$command_directory/posttls-finger:f:root:-:755' \
+		>> ${WRKSRC}/conf/postfix-files
+
+post-patch-SPF-on:
 	@${ECHO} '$$readme_directory/SPF_README:f:root:-:644' \
 		>> ${WRKSRC}/conf/postfix-files
 	@${REINPLACE_CMD} -E -e '${REINPLACE}' \
 		${WRKSRC}/README_FILES/SPF_README
-.endif
-.if ${PORT_OPTIONS:MVDA}
+
+post-patch-VDA-on:
 	@${ECHO} '$$readme_directory/VDA_README:f:root:-:644' \
 		>> ${WRKSRC}/conf/postfix-files
 	@${REINPLACE_CMD} -E -e '${REINPLACE}' \
 		${WRKSRC}/README_FILES/VDA_README
-.endif
-	@${ECHO} '$$manpage_directory/man1/posttls-finger.1:f:root:-:644' \
-		>> ${WRKSRC}/conf/postfix-files
-	@${ECHO} '$$command_directory/posttls-finger:f:root:-:755' \
-		>> ${WRKSRC}/conf/postfix-files
 
 do-configure:
 	(cd ${WRKSRC} && ${MAKE} -f Makefile.init makefiles \
@@ -321,10 +321,8 @@ do-configure:
 	AUXLIBS="${POSTFIX_AUXLIBS}" && \
 	${ECHO} "all: default" >> Makefile)
 
-pre-install:
-.if ${PORT_OPTIONS:MINST_BASE}
+pre-install-INST_BASE-on:
 	${MKDIR} ${STAGEDIR}/etc/rc.d
-.endif
 
 do-install:
 	@(cd ${WRKSRC} && ${MAKE} non-interactive-package \
@@ -342,10 +340,10 @@ do-install:
 	${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/rmail/rmail ${STAGEDIR}${PREFIX}/bin/rmail
 	${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl ${STAGEDIR}${PREFIX}/bin/qshape
 	${INSTALL_MAN} ${WRKSRC}/man/man1/qshape.1 ${STAGEDIR}${MANPREFIX}/man/man1
-.if ${PORT_OPTIONS:MTEST}
+
+do-install-TEST-on:
 	${INSTALL_PROGRAM} ${BINTEST:S|^|${WRKSRC}/bin/|} ${STAGEDIR}${PREFIX}/bin
 	${INSTALL_MAN} ${MANTEST:S|^|${WRKSRC}/man/man1/|} ${STAGEDIR}${MANPREFIX}/man/man1
-.endif
 
 post-stage:
 # == do not overwrite existing config

Modified: head/mail/postfix/distinfo
==============================================================================
--- head/mail/postfix/distinfo	Sun Oct 11 15:02:58 2015	(r399089)
+++ head/mail/postfix/distinfo	Sun Oct 11 15:03:16 2015	(r399090)
@@ -1,5 +1,5 @@
-SHA256 (postfix/postfix-2.11.6.tar.gz) = 77f35574c78cf5ac468061c38037c4f858ead7554e2314e7760c30328f08591e
-SIZE (postfix/postfix-2.11.6.tar.gz) = 4030414
+SHA256 (postfix/postfix-2.11.7.tar.gz) = 05828b5b846e48fdc80db67d85409066010614af521070df4733459fbf447e20
+SIZE (postfix/postfix-2.11.7.tar.gz) = 4031689
 SHA256 (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = e5c38e5bc226cab109c02a4e530ab1aefd3bb06f2169f3e052bdf83d2727aacc
 SIZE (postfix/postfix-2.8.0-libspf2-1.2.x-0.patch.gz) = 8191
 SHA256 (postfix/postfix-vda-v13-2.10.0.patch) = 6208021eb0b37ac6482e334e538ed5700cc22c4d4dd66ed9e975ae5f20bf935f


More information about the svn-ports-all mailing list