diff options
author | ohauer <ohauer@FreeBSD.org> | 2016-03-15 18:36:33 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2016-03-15 18:36:33 +0800 |
commit | 5493ca08e64f2df6bdb8105be63981040424aa6c (patch) | |
tree | 282be5e4f59ac7b08dcae44233f6647e699a0319 /mail/postfix-current | |
parent | 6621ed851f40392b76caa0c05d383ed2e5d1b8cf (diff) | |
download | freebsd-ports-gnome-5493ca08e64f2df6bdb8105be63981040424aa6c.tar.gz freebsd-ports-gnome-5493ca08e64f2df6bdb8105be63981040424aa6c.tar.zst freebsd-ports-gnome-5493ca08e64f2df6bdb8105be63981040424aa6c.zip |
- 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.
Diffstat (limited to 'mail/postfix-current')
-rw-r--r-- | mail/postfix-current/Makefile | 8 | ||||
-rw-r--r-- | mail/postfix-current/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/mail/postfix-current/Makefile b/mail/postfix-current/Makefile index bb839efb6852..da465bf15dec 100644 --- a/mail/postfix-current/Makefile +++ b/mail/postfix-current/Makefile @@ -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-mirror pkg-sell auto-accept 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 diff --git a/mail/postfix-current/distinfo b/mail/postfix-current/distinfo index a8d212dacc89..bb89da6bcd44 100644 --- a/mail/postfix-current/distinfo +++ b/mail/postfix-current/distinfo @@ -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 |