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
This commit is contained in:
parent
050f8d9b0e
commit
566b1a545d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273870
2 changed files with 10 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue