mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Upgrade to 1.21.
Submitted by: Harold Paulson <haroldp@internal.org> Related PR: 77149 Security: http://lists.ee.ethz.ch/postgrey/msg00647.html Security: remotely exploitable DoS vulnerability
This commit is contained in:
parent
956d0c341f
commit
09fccf62cd
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=133390
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= postgrey
|
||||
PORTVERSION= 1.18
|
||||
PORTVERSION= 1.21
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://isg.ee.ethz.ch/tools/postgrey/pub/
|
||||
|
||||
@ -19,6 +19,7 @@ RUN_DEPENDS= ${SITE_PERL}/Net/Server.pm:${PORTSDIR}/net/p5-Net-Server \
|
||||
|
||||
USE_PERL5= yes
|
||||
USE_RC_SUBR= yes
|
||||
USE_REINPLACE= yes
|
||||
NO_BUILD= yes
|
||||
|
||||
ETCFILES= whitelist_clients whitelist_recipients
|
||||
@ -52,6 +53,9 @@ pre-extract:
|
||||
IGNORE= Needs perl 5.6.1 or higher, install lang/perl5.8 and try again
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -e "s#/etc/#${PREFIX}/etc/#" ${WRKSRC}/postgrey
|
||||
|
||||
pre-install:
|
||||
${SED} -e 's#%%PREFIX%%#${PREFIX}#g' -e 's#%%RC_SUBR%%#${RC_SUBR}#g' \
|
||||
${FILESDIR}/postgrey.sh > ${WRKDIR}/postgrey.sh
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (postgrey-1.18.tar.gz) = 90db6140ce09e63c5e0e84eb72d71648
|
||||
SIZE (postgrey-1.18.tar.gz) = 25699
|
||||
MD5 (postgrey-1.21.tar.gz) = 1274e073be5178445e0892a9dcc6fe98
|
||||
SIZE (postgrey-1.21.tar.gz) = 25934
|
||||
|
@ -36,10 +36,7 @@ stop_postcmd()
|
||||
postgrey_enable=${postgrey_enable:-"NO"}
|
||||
postgrey_pidfile=${postgrey_pidfile:-"/var/run/postgrey.pid"}
|
||||
postgrey_flags=${postgrey_flags:-"--pidfile=${postgrey_pidfile} \
|
||||
--inet=10023 -d --user=postgrey --group=postgrey --dbdir=/var/db/postgrey \
|
||||
--whitelist-clients=%%PREFIX%%/etc/postfix/postgrey_whitelist_clients \
|
||||
--whitelist-clients=%%PREFIX%%/etc/postfix/postgrey_whitelist_clients.local \
|
||||
--whitelist-recipients=%%PREFIX%%/etc/postfix/postgrey_whitelist_recipients"}
|
||||
--inet=10023 -d --user=postgrey --group=postgrey --dbdir=/var/db/postgrey"}
|
||||
|
||||
pidfile="${postgrey_pidfile}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user