- Update to 0.1.14.17

PR:		ports/122194
Submitted by:	Robert Felber <robtone at ek-muc.de> (maintainer)
Security:	multiple working directory symlink vulnerabilities
This commit is contained in:
Rong-En Fan 2008-04-06 05:00:34 +00:00
parent 7e14529975
commit 3914c5b26a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=210627
3 changed files with 7 additions and 5 deletions

View file

@ -6,7 +6,7 @@
#
PORTNAME= policyd-weight
PORTVERSION= 0.1.14.14
PORTVERSION= 0.1.14.17
CATEGORIES= mail
MASTER_SITES= http://www.policyd-weight.org/releases/
PKGNAMEPREFIX= postfix-
@ -20,6 +20,8 @@ SUB_FILES= pkg-message
PLIST_FILES= bin/${PORTNAME} etc/${PORTNAME}.conf.sample
USE_RC_SUBR+= policyd-weight
USE_PERL5= yes
NO_BUILD= yes
MAN8+= policyd-weight.8
MAN5+= policyd-weight.conf.5

View file

@ -1,3 +1,3 @@
MD5 (policyd-weight-0.1.14.14.tar.gz) = ec8f36dd68edb2c0bcad8899a9e51668
SHA256 (policyd-weight-0.1.14.14.tar.gz) = 22c0842388d1695c35ae0fd44597c34b664fb3f9f1c8e11ad2df4dea7f06152d
SIZE (policyd-weight-0.1.14.14.tar.gz) = 54125
MD5 (policyd-weight-0.1.14.17.tar.gz) = c90128d2442ba343e8127dc0dbdcfd9a
SHA256 (policyd-weight-0.1.14.17.tar.gz) = c13bac397cbd8c018b41686da4e4ce9450fb045752d7f0ab518d9836b39dbf36
SIZE (policyd-weight-0.1.14.17.tar.gz) = 54942

View file

@ -38,7 +38,7 @@ policyd_weight_start() {
policyd_weight_stop() {
echo "Stopping $name"
/usr/local/bin/policyd-weight stop
/usr/local/bin/policyd-weight -k stop
}
run_rc_command "$1"