summaryrefslogtreecommitdiff
path: root/mail/postfix/Makefile
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2006-02-27 07:10:59 +0000
committermartti <martti@pkgsrc.org>2006-02-27 07:10:59 +0000
commitca455c76f0677dd0fb49583ae63193377275fded (patch)
treed7e108a75600e356e0cd6b79af54ec4a6f57a9b4 /mail/postfix/Makefile
parent70dca9b966e571f38e4a387fdc024223b9971acc (diff)
downloadpkgsrc-ca455c76f0677dd0fb49583ae63193377275fded.tar.gz
Fix pkg/32498
- install PREFIX/sbin/qshape Updated postfix to 2.2.9 Most of this patch hardens the TLS implementation against DNS-based attacks, and eliminates some anomalies from the TLS per-site policy engine. See the TLS_README document for tips on how to avoid DNS-based attacks that can change the server hostname that Postfix uses for logging, for TLS per-site policies, and for server certificate verification. The patch also adds a workaround that prevents Postfix from repeatedly trying to deliver mail to domains with a malformed MX record (for example, with a null MX hostname). Postfix 2.2.9 bounces such mail immediately.
Diffstat (limited to 'mail/postfix/Makefile')
-rw-r--r--mail/postfix/Makefile8
1 files changed, 6 insertions, 2 deletions
diff --git a/mail/postfix/Makefile b/mail/postfix/Makefile
index 64ab6b33328..1ec332f68ba 100644
--- a/mail/postfix/Makefile
+++ b/mail/postfix/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.176 2006/01/10 20:31:00 joerg Exp $
+# $NetBSD: Makefile,v 1.177 2006/02/27 07:10:59 martti Exp $
-DISTNAME= postfix-2.2.8
+DISTNAME= postfix-2.2.9
#PKGREVISION= 1
CATEGORIES= mail
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/
@@ -42,6 +42,8 @@ CCARGS+= -DDEF_MANPAGE_DIR=\"${PREFIX}/man\"
CCARGS+= -DDEF_SAMPLE_DIR=\"${EXAMPLEDIR}\"
CCARGS+= -DDEF_README_DIR=\"${DOCDIR}\"
+REPLACE_PERL+= auxiliary/qshape/qshape.pl
+
# Override those same default paths in the installed example main.cf.
SUBST_CLASSES+= postfix
SUBST_STAGE.postfix= post-configure
@@ -137,5 +139,7 @@ do-install:
${INSTALL_DATA} ${WRKDIR}/mailer.conf ${EXAMPLEDIR}/mailer.conf
cd ${WRKSRC}; ${SH} ./postfix-install -non-interactive \
config_directory="${EXAMPLEDIR}"
+ ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl \
+ ${PREFIX}/sbin/qshape
.include "../../mk/bsd.pkg.mk"