diff options
author | sahil <sahil@FreeBSD.org> | 2011-05-09 21:11:19 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-05-09 21:11:19 +0800 |
commit | 714cc07ce5e6226c30ad3ef04ca16097dd617489 (patch) | |
tree | c6554dd291c77b13ddc15b421651a6c285d0cc2b /mail | |
parent | 68daa8a9f45f107de6d4c518f64affd9c5d917af (diff) | |
download | freebsd-ports-gnome-714cc07ce5e6226c30ad3ef04ca16097dd617489.tar.gz freebsd-ports-gnome-714cc07ce5e6226c30ad3ef04ca16097dd617489.tar.zst freebsd-ports-gnome-714cc07ce5e6226c30ad3ef04ca16097dd617489.zip |
Update to 2.7.4 and address the problem described in
ports/155885 by passing additional parameters to the
upstream install script.
Security: CVE-2011-1720
Diffstat (limited to 'mail')
-rw-r--r-- | mail/postfix27/Makefile | 10 | ||||
-rw-r--r-- | mail/postfix27/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/postfix27/Makefile b/mail/postfix27/Makefile index 78d89cf0fbd6..8e275f48f808 100644 --- a/mail/postfix27/Makefile +++ b/mail/postfix27/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.7.3 +PORTVERSION= 2.7.4 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -340,9 +340,15 @@ pre-su-install: do-install: @cd ${WRKSRC} && ${SH} postfix-install -non-interactive install_root=/ tempdir=/tmp \ + config_directory=${ETCDIR} \ + command_directory=${PREFIX}/sbin \ daemon_directory=${DAEMONDIR} \ html_directory=${READMEDIR} \ - readme_directory=${READMEDIR} + mailq_path=${PREFIX}/bin/mailq \ + manpage_directory=${MANPREFIX}/man \ + newaliases_path=${PREFIX}/bin/newaliases \ + readme_directory=${READMEDIR} \ + sendmail_path=${PREFIX}/sbin/sendmail ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/rmail/rmail ${PREFIX}/bin/rmail ${INSTALL_SCRIPT} ${WRKSRC}/auxiliary/qshape/qshape.pl ${PREFIX}/bin/qshape ${INSTALL_MAN} ${WRKSRC}/man/man1/qshape.1 ${MANPREFIX}/man/man1 diff --git a/mail/postfix27/distinfo b/mail/postfix27/distinfo index 3aa863ab0110..3f6468434334 100644 --- a/mail/postfix27/distinfo +++ b/mail/postfix27/distinfo @@ -1,5 +1,5 @@ -SHA256 (postfix/postfix-2.7.3.tar.gz) = c600b9ee5417a050d002d7245410592808d6c14af9a3de4df2b93394efce26dc -SIZE (postfix/postfix-2.7.3.tar.gz) = 3423755 +SHA256 (postfix/postfix-2.7.4.tar.gz) = 9bad5851e8a7c97890ee9465e7f675f7826d56361369d3e792a79eaf98ed2b11 +SIZE (postfix/postfix-2.7.4.tar.gz) = 3423968 SHA256 (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = b67efb1ffbcae91f13bf3ed90a5181d4b5bc86ebe15753eaf9db8b2278f5bb16 SIZE (postfix/postfix-2.7.1-libspf2-1.2.x-4.patch.gz) = 8186 SHA256 (postfix/postfix-vda-2.7.2.patch) = f9b12376983833ef9305f7696e9792b62058f242ff2630aeb0866cf686f0a14b |