diff options
author | itetcu <itetcu@FreeBSD.org> | 2009-06-05 15:02:44 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2009-06-05 15:02:44 +0800 |
commit | ce541248ac83df11cc18906f611ccd5cd02a3f82 (patch) | |
tree | 3a8fd11c7bbeb7b16fe5532613f4e9408f5bceab /mail/postfix28 | |
parent | c20a6618d8f814f50adfe0cb5ddd8b4d2bdfd681 (diff) | |
download | freebsd-ports-gnome-ce541248ac83df11cc18906f611ccd5cd02a3f82.tar.gz freebsd-ports-gnome-ce541248ac83df11cc18906f611ccd5cd02a3f82.tar.zst freebsd-ports-gnome-ce541248ac83df11cc18906f611ccd5cd02a3f82.zip |
Update to Postfix stable release 2.6.2 which fixes one defect in SASL support:
With plaintext SMTP sessions AND smtpd_tls_auth_only=yes AND
smtp_sasl_auth_enable=yes, the SMTP server logged warnings for
reject_*_sender_login_mismatch, instead of enforcing them.
Revert the default alias_database and alias_maps paths to /etc/aliases (instead
of /etc/mail/aliases) -- the change to the latter was introduced in the
"refactoring" patch (ports/ports/134728) and is incompatible with older
versions of mail/postfix on FreeBSD and inconsistent with how the software is
designed to work upstream.
Finally, we IGNORE= when WITH_VDA is set until the VDA folks release a patch
that definitely works with 2.6.2. Although I suspect the 2.6.1 patch would
work, I think it's better form to let the VDA folks update their patch.
PR: 135273
Submitted by: maintainer
Diffstat (limited to 'mail/postfix28')
-rw-r--r-- | mail/postfix28/Makefile | 6 | ||||
-rw-r--r-- | mail/postfix28/distinfo | 9 |
2 files changed, 5 insertions, 10 deletions
diff --git a/mail/postfix28/Makefile b/mail/postfix28/Makefile index f39c41cf8c23..1bae4b6b7938 100644 --- a/mail/postfix28/Makefile +++ b/mail/postfix28/Makefile @@ -6,8 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.6.1 -PORTREVISION= 1 +PORTVERSION= 2.6.2 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -99,7 +98,6 @@ POSTFIX_CCARGS+= -DDEF_CONFIG_DIR=\\\"${ETCDIR}\\\" \ -DDEF_DATA_DIR=\\\"/var/db/postfix\\\" \ -DDEF_MAIL_OWNER=\\\"postfix\\\" \ -DDEF_SGID_GROUP=\\\"maildrop\\\" \ - -DALIAS_DB_MAP=\\\"hash:/etc/mail/aliases\\\" # Default requirement for postfix rc script _REQUIRE= LOGIN cleanvar @@ -194,6 +192,7 @@ _REQUIRE+= ypserv .endif .if defined(WITH_VDA) +IGNORE= wait for a new VDA patch that works with ${PORTVERSION} PATCH_SITES+= http://vda.sourceforge.net/VDA/ PATCHFILES+= postfix-${PORTVERSION}-vda-ng.patch.gz PATCH_DIST_STRIP= -p1 @@ -232,7 +231,6 @@ REINPLACE= s!^PATH=.*!PATH=/bin:/sbin:/usr/bin:/usr/sbin:${PREFIX}/bin:${PREFIX} s!^(manpage_directory =)!\1 ${PREFIX}/man!g;\ s!^((html|readme)_directory =)!\1 ${READMEDIR}!g;\ \!^\#alias_database = dbm:/etc/mail/aliases$$!d;\ - s!/etc/aliases!/etc/mail/aliases!g;\ s!(:|= )/etc/postfix!\1$$config_directory!g;\ s!/etc/postfix!${ETCDIR}!g;\ s!^(sample_directory =)!\1 ${ETCDIR}!g;\ diff --git a/mail/postfix28/distinfo b/mail/postfix28/distinfo index 9e834e84ef51..36a9c77f757c 100644 --- a/mail/postfix28/distinfo +++ b/mail/postfix28/distinfo @@ -1,6 +1,3 @@ -MD5 (postfix/postfix-2.6.1.tar.gz) = 737bbc245da9c72c174893397f70ae86 -SHA256 (postfix/postfix-2.6.1.tar.gz) = ccad7fb855e31c57f3551244b76be5906fcdcde09d5a6ccd144ae144e1df203c -SIZE (postfix/postfix-2.6.1.tar.gz) = 3324194 -MD5 (postfix/postfix-2.6.1-vda-ng.patch.gz) = 33d62623badc3f754ac9620e3ed2c3b8 -SHA256 (postfix/postfix-2.6.1-vda-ng.patch.gz) = cbc924891385b1ca7ca82b5bce89b9eadac53eca772c1291db1307b8a2eef720 -SIZE (postfix/postfix-2.6.1-vda-ng.patch.gz) = 12662 +MD5 (postfix/postfix-2.6.2.tar.gz) = 1f0edbd521d2b0473626f4d61e8bb4eb +SHA256 (postfix/postfix-2.6.2.tar.gz) = 025acf080bbe279cbc6e8e6806ecd0f99af41c8ca384fcb2f7631988f73d5f7c +SIZE (postfix/postfix-2.6.2.tar.gz) = 3323255 |