diff options
author | sahil <sahil@FreeBSD.org> | 2011-05-09 21:11:17 +0800 |
---|---|---|
committer | sahil <sahil@FreeBSD.org> | 2011-05-09 21:11:17 +0800 |
commit | 68daa8a9f45f107de6d4c518f64affd9c5d917af (patch) | |
tree | be980a2d925a781d01f06cd583c8f08da4bb55dc | |
parent | f1fdf0bc6dfc505311aec5789993eb694b56e983 (diff) | |
download | freebsd-ports-gnome-68daa8a9f45f107de6d4c518f64affd9c5d917af.tar.gz freebsd-ports-gnome-68daa8a9f45f107de6d4c518f64affd9c5d917af.tar.zst freebsd-ports-gnome-68daa8a9f45f107de6d4c518f64affd9c5d917af.zip |
Update to 2.6.10 and address the problem described in
ports/155885 by passing additional parameters to the
upstream install script.
Security: CVE-2011-1720
-rw-r--r-- | mail/postfix26/Makefile | 10 | ||||
-rw-r--r-- | mail/postfix26/distinfo | 4 |
2 files changed, 10 insertions, 4 deletions
diff --git a/mail/postfix26/Makefile b/mail/postfix26/Makefile index c1079d842b7e..aa4ea3b7a355 100644 --- a/mail/postfix26/Makefile +++ b/mail/postfix26/Makefile @@ -6,7 +6,7 @@ # PORTNAME= postfix -PORTVERSION= 2.6.9 +PORTVERSION= 2.6.10 PORTEPOCH= 1 CATEGORIES= mail ipv6 MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ @@ -307,9 +307,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/postfix26/distinfo b/mail/postfix26/distinfo index d56a2f17104d..bd60a2148e80 100644 --- a/mail/postfix26/distinfo +++ b/mail/postfix26/distinfo @@ -1,4 +1,4 @@ -SHA256 (postfix/postfix-2.6.9.tar.gz) = ec4991c9da98a241e9d4d283c87c73c7733a236009a64cc7ed2e089063967593 -SIZE (postfix/postfix-2.6.9.tar.gz) = 3331860 +SHA256 (postfix/postfix-2.6.10.tar.gz) = a13d70efe724102e36e7c707257e475d9d6ad73437a255bd6dee08b3c16b569b +SIZE (postfix/postfix-2.6.10.tar.gz) = 3332241 SHA256 (postfix/postfix-2.6.5-vda-ng.patch.gz) = e1c04e9d268dc84832334997e1f593af9877dbd5030708280427a0dc4452e797 SIZE (postfix/postfix-2.6.5-vda-ng.patch.gz) = 12435 |