Date: Tue, 15 Mar 2016 10:36:34 +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: r411149 - head/mail/postfix-current Message-ID: <201603151036.u2FAaYVK079114@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ohauer Date: Tue Mar 15 10:36:33 2016 New Revision: 411149 URL: https://svnweb.freebsd.org/changeset/ports/411149 Log: - update to 3.2-20160314 - change comment to reflect this is a Experimental version - fix CONFLICTS Changes: 20160227 Cleanup: remember multiple BCC actions in access maps. Files: smtpd/smtpd.h, smtpd/smtpd.c, smtpd/smtpd_check.c, smtpd/smtpd_state.c, proto/access. 20160228 Documentation: STRESS_README. File: proto/STRESS_README.html. 20160229 Documentation: postmulti manpage. File: postmulti/postmulti.c. 20160305 Future-proofing: detect integer overflow before it happens. After-the-fact detection relies on assumptions about undefined behavior that are invalidated by compilers. Files: util/mymalloc.c, util/vstring.c. 20160310 Bugfix (introduced: Postfix 2.6): the Milter SMFIR_CHGFROM (replace sender) request lost the sender_bcc_maps address. Fixed by moving some record keeping to the sender output function. Files: cleanup/cleanup_envelope.c, cleanup/cleanuop_addr.c, cleanup/cleanup_milter.c, cleanup/cleanup.h, regression tests. 20160314 Future-proofing: detect integer overflow before it happens. After-the-fact detection relies on assumptions about undefined behavior that are invalidated by compilers. Files: global/off_cvt.c. Cleanup: include <sys/types.h> once, instead of making it system-dependent. File: util/sys_defs.h. Cleanup: make sorting in "make depend" locale-independent. Files: */Makefile.in. Modified: head/mail/postfix-current/Makefile head/mail/postfix-current/distinfo Modified: head/mail/postfix-current/Makefile ============================================================================== --- head/mail/postfix-current/Makefile Tue Mar 15 10:34:02 2016 (r411148) +++ head/mail/postfix-current/Makefile Tue Mar 15 10:36:33 2016 (r411149) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= postfix -DISTVERSION= 3.2-20160224 +DISTVERSION= 3.2-20160314 PORTEPOCH= 4 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/ \ @@ -16,7 +16,7 @@ PKGNAMESUFFIX?= -current DIST_SUBDIR= ${PORTNAME} MAINTAINER= ohauer@FreeBSD.org -COMMENT= Secure alternative to widely-used Sendmail +COMMENT= Experimental Postfix version LICENSE= IPL10 LICENSE_NAME= IBM PUBLIC LICENSE VERSION 1.0 @@ -26,8 +26,8 @@ LICENSE_PERMS= dist-mirror dist-sell pkg LIB_DEPENDS= libicuuc.so:${PORTSDIR}/devel/icu CONFLICTS_INSTALL?= courier-0.* opensmtpd-[0-9]* \ - sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* \ - postfix-2.* postfix-base-2.* postfix21?-* + sendmail-8.* sendmail+*-8.* smail-3.* zmailer-2.* postfix211-* \ + postfix-[2|3].* postfix-base-[2|3].* postfix-sasl-[2|3].* USERS= postfix GROUPS= mail maildrop postfix Modified: head/mail/postfix-current/distinfo ============================================================================== --- head/mail/postfix-current/distinfo Tue Mar 15 10:34:02 2016 (r411148) +++ head/mail/postfix-current/distinfo Tue Mar 15 10:36:33 2016 (r411149) @@ -1,2 +1,2 @@ -SHA256 (postfix/postfix-3.2-20160224.tar.gz) = e64094c6adceff25ce069e464b67bffcc1cafe60b65d58202030fe7335ae83b9 -SIZE (postfix/postfix-3.2-20160224.tar.gz) = 4329124 +SHA256 (postfix/postfix-3.2-20160314.tar.gz) = edcadbd45e9e9aafa7aea7c62d72571454c3ceab793a5f4b36612a35b6ebb5d6 +SIZE (postfix/postfix-3.2-20160314.tar.gz) = 4331538
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201603151036.u2FAaYVK079114>