diff options
author | ale <ale@FreeBSD.org> | 2012-05-09 13:43:32 +0800 |
---|---|---|
committer | ale <ale@FreeBSD.org> | 2012-05-09 13:43:32 +0800 |
commit | 123959b893b8584ac454ef9fe92b7aba03e4de31 (patch) | |
tree | 83b3459fc78603eee91b18b292f384ba85b99b04 /lang/php5 | |
parent | 884593853715fd92249b344b3d3989365586b378 (diff) | |
download | freebsd-ports-graphics-123959b893b8584ac454ef9fe92b7aba03e4de31.tar.gz freebsd-ports-graphics-123959b893b8584ac454ef9fe92b7aba03e4de31.tar.zst freebsd-ports-graphics-123959b893b8584ac454ef9fe92b7aba03e4de31.zip |
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 d9e6d60e60e..849f5f3e0a4 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 9592b488b34..29951e197c2 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 |