summaryrefslogtreecommitdiff
path: root/mail/postfix
diff options
context:
space:
mode:
authorIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-05 07:02:44 +0000
committerIon-Mihai Tetcu <itetcu@FreeBSD.org>2009-06-05 07:02:44 +0000
commit1018715be2ce8a5b8085ee227374b82b88c74fba (patch)
treee9aa59cecb659d180b8519a53219042a6a8cdaa4 /mail/postfix
parent- Fix a segfault in mod_perl startup due to a bug (diff)
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
Notes
Notes: svn path=/head/; revision=235193
Diffstat (limited to 'mail/postfix')
-rw-r--r--mail/postfix/Makefile6
-rw-r--r--mail/postfix/distinfo9
2 files changed, 5 insertions, 10 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index f39c41cf8c23..1bae4b6b7938 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/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/postfix/distinfo b/mail/postfix/distinfo
index 9e834e84ef51..36a9c77f757c 100644
--- a/mail/postfix/distinfo
+++ b/mail/postfix/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