Update to 0.9.17 release:
- install config sample
This commit is contained in:
parent
d646f3e63e
commit
ed728c084f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=186553
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= suhosin
|
||||
PORTVERSION= 0.9.16
|
||||
PORTVERSION= 0.9.17
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.hardened-php.net/suhosin/_media/
|
||||
PKGNAMEPREFIX= php-
|
||||
@ -20,4 +20,8 @@ USE_PHPEXT= yes
|
||||
|
||||
CONFIGURE_ARGS= --enable-suhosin
|
||||
|
||||
post-install:
|
||||
${MKDIR} ${EXAMPLESDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/suhosin.ini ${EXAMPLESDIR}
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
MD5 (suhosin-0.9.16.tgz) = 83db16381732218d0d44fe60988dcaaa
|
||||
SHA256 (suhosin-0.9.16.tgz) = a30b7b9263e94ce95bc4be00fb224ed32e59db071578c9fcbb7105923c6cd5f5
|
||||
SIZE (suhosin-0.9.16.tgz) = 102582
|
||||
MD5 (suhosin-0.9.17.tgz) = 5643f9b0267d4caafed2697986c21c89
|
||||
SHA256 (suhosin-0.9.17.tgz) = 3d53c40ba845b187f343c22f405f802842e3e2fb753734b53af310942a20f3a0
|
||||
SIZE (suhosin-0.9.17.tgz) = 110324
|
||||
|
2
security/php-suhosin/pkg-plist
Normal file
2
security/php-suhosin/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
%%EXAMPLESDIR%%/suhosin.ini
|
||||
@dirrm %%EXAMPLESDIR%%
|
Loading…
Reference in New Issue
Block a user