diff options
author | Alex Dupre <ale@FreeBSD.org> | 2012-05-09 05:43:32 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2012-05-09 05:43:32 +0000 |
commit | 7c74eb8aa5eeb283009b3151b251f8fa4a20088e (patch) | |
tree | 9a8d39c9380b4097196ff4a5fdd30e3b03a1518a /lang/php5 | |
parent | . Update to build 25. (diff) |
Update to 5.3.13 release:
- Fix PHP-CGI query string parameter vulnerability, CVE-2012-1823.
- Improve fix for PHP-CGI query string parameter vulnerability, CVE-2012-2311.
Diffstat (limited to 'lang/php5')
-rw-r--r-- | lang/php5/Makefile | 2 | ||||
-rw-r--r-- | lang/php5/distinfo | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/lang/php5/Makefile b/lang/php5/Makefile index d9e6d60e60e2..849f5f3e0a4c 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -6,7 +6,7 @@ # PORTNAME= php5 -PORTVERSION= 5.3.11 +PORTVERSION= 5.3.13 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= ${MASTER_SITE_PHP} diff --git a/lang/php5/distinfo b/lang/php5/distinfo index 9592b488b342..29951e197c2b 100644 --- a/lang/php5/distinfo +++ b/lang/php5/distinfo @@ -1,5 +1,5 @@ -SHA256 (php-5.3.11.tar.bz2) = b4174c97ca8d8bcf4b52b8b9ef2c2f35e1b611a5a660e02d7cd3edf263a6bd5d -SIZE (php-5.3.11.tar.bz2) = 11396215 +SHA256 (php-5.3.13.tar.bz2) = ef1a7235b16be449f31f73f60d5770a133b863d225d65a218546cfb7d031d99b +SIZE (php-5.3.13.tar.bz2) = 11396389 SHA256 (suhosin-patch-5.3.x-0.9.10.patch.gz) = 4438caeab0a10c6c94aee9f7eaa703f5799f97d4e0579f43a947bb7314e38317 SIZE (suhosin-patch-5.3.x-0.9.10.patch.gz) = 40967 SHA256 (php-5.3.x-mail-header.patch) = 5a677448b32d9f592703e2323a33facdb45e5c237dcca04aaea8ec3287f7db84 |