diff options
author | ale <ale@FreeBSD.org> | 2012-02-03 17:04:56 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-02-03 17:04:56 +0800 |
commit | c5fc94f6a9606d9817452b7ecbaaf2af456a39c2 (patch) | |
tree | 8ecf3d00d0a2595c40537457d7317245c0a41b1e /security | |
parent | 7ca463f3b52c262b235f98a56f0db7f9669b5c0d (diff) | |
download | freebsd-ports-gnome-c5fc94f6a9606d9817452b7ecbaaf2af456a39c2.tar.gz freebsd-ports-gnome-c5fc94f6a9606d9817452b7ecbaaf2af456a39c2.tar.zst freebsd-ports-gnome-c5fc94f6a9606d9817452b7ecbaaf2af456a39c2.zip |
Update to 0.9.33 release.
PHP 4 is not supported.
PHP 5.2 is not officially supported, but may work.
PR: ports/164712
Submitted by: Hilko Meyer <hilko.meyer@gmx.de>
Diffstat (limited to 'security')
-rw-r--r-- | security/php-suhosin/Makefile | 4 | ||||
-rw-r--r-- | security/php-suhosin/distinfo | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/security/php-suhosin/Makefile b/security/php-suhosin/Makefile index c75b0abfe480..7c859b1316be 100644 --- a/security/php-suhosin/Makefile +++ b/security/php-suhosin/Makefile @@ -6,16 +6,18 @@ # PORTNAME= suhosin -PORTVERSION= 0.9.32.1 +PORTVERSION= 0.9.33 CATEGORIES= security MASTER_SITES= http://download.suhosin.org/ PKGNAMEPREFIX= php- +EXTRACT_SUFX= .tgz MAINTAINER= ale@FreeBSD.org COMMENT= A PHP extension that implements high-level protections USE_PHP= yes USE_PHPEXT= yes +IGNORE_WITH_PHP=4 CONFIGURE_ARGS= --enable-suhosin diff --git a/security/php-suhosin/distinfo b/security/php-suhosin/distinfo index b34e2191a4ac..b5efd265dcc6 100644 --- a/security/php-suhosin/distinfo +++ b/security/php-suhosin/distinfo @@ -1,2 +1,2 @@ -SHA256 (suhosin-0.9.32.1.tar.gz) = d283abcbd1803eaa11bbd91cb5aae727b2bbab3a00a1de8510f85d8cc598e490 -SIZE (suhosin-0.9.32.1.tar.gz) = 119117 +SHA256 (suhosin-0.9.33.tgz) = 865b1c72bae9a5a710fe0b07a0635556ce6c838653ec364d2a2a6e6f594529c5 +SIZE (suhosin-0.9.33.tgz) = 104488 |