summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-08-30 14:54:49 +0000
committertaca <taca@pkgsrc.org>2015-08-30 14:54:49 +0000
commit1bc66b1c6105f59135da8ebb77a9ddfb949d2214 (patch)
tree1870d1bea842327591983aa8428bedea55fb963c
parent1828cf315c7eac09edc9a2aa6e17522f1fa1f2b0 (diff)
downloadpkgsrc-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
-rw-r--r--security/php-suhosin/Makefile5
-rw-r--r--security/php-suhosin/distinfo8
2 files changed, 7 insertions, 6 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}
diff --git a/security/php-suhosin/distinfo b/security/php-suhosin/distinfo
index dc786ee4efc..c89bd08dc8b 100644
--- a/security/php-suhosin/distinfo
+++ b/security/php-suhosin/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2015/03/15 00:35:14 taca Exp $
+$NetBSD: distinfo,v 1.6 2015/08/30 14:54:49 taca Exp $
-SHA1 (php-suhosin/suhosin-0.9.37.1.tar.gz) = 9de7a89ef7d336501a41f452fd3936ae66f63a6e
-RMD160 (php-suhosin/suhosin-0.9.37.1.tar.gz) = 37cd9bd86a65c9081260a9d809b646384290cebb
-Size (php-suhosin/suhosin-0.9.37.1.tar.gz) = 134207 bytes
+SHA1 (php-suhosin/suhosin-0.9.38.tar.gz) = 20af6379c0ff9879c5ed69452a6c38b7b3e76748
+RMD160 (php-suhosin/suhosin-0.9.38.tar.gz) = 7bcf2dcc9b50605ea5cbb772302963ebbbdf0dc1
+Size (php-suhosin/suhosin-0.9.38.tar.gz) = 122800 bytes