diff options
author | taca <taca@pkgsrc.org> | 2015-08-30 14:54:49 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-08-30 14:54:49 +0000 |
commit | 1bc66b1c6105f59135da8ebb77a9ddfb949d2214 (patch) | |
tree | 1870d1bea842327591983aa8428bedea55fb963c /security/php-suhosin/Makefile | |
parent | 1828cf315c7eac09edc9a2aa6e17522f1fa1f2b0 (diff) | |
download | pkgsrc-1bc66b1c6105f59135da8ebb77a9ddfb949d2214.tar.gz |
Update php-suhosin to 0.9.38.
2015-05-21 - 0.9.38
- removed code compatibility for PHP <5.4 (lots of code + ifdefs)
- allow https location for suhosin.filter.action
- fixed newline detection for suhosin.mail.protect
- Added suhosin.upload.max_newlines to protect againt DOS attack via many
MIME headers in RFC1867 uploads (CVE-2015-4024)
- mail related test cases now work on linux
Diffstat (limited to 'security/php-suhosin/Makefile')
-rw-r--r-- | security/php-suhosin/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index dd455e23618..2c476536bb0 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.11 2015/03/15 00:35:14 taca Exp $ +# $NetBSD: Makefile,v 1.12 2015/08/30 14:54:49 taca Exp $ # MODNAME= suhosin DISTNAME= suhosin-${PECL_VERSION} -PECL_VERSION= 0.9.37.1 +PECL_VERSION= 0.9.38 PECL_LEGACY_VERSION_SCHEME= yes CATEGORIES= www MASTER_SITES= https://download.suhosin.org/ @@ -13,6 +13,7 @@ EXTRACT_SUFX= .tar.gz MAINTAINER= cg@cgall.de HOMEPAGE= http://www.suhosin.org/ COMMENT= Advanced protection system for PHP installations +LICENSE= php CONFIGURE_ARGS= --enable-${MODNAME} |