diff options
author | taca <taca@pkgsrc.org> | 2012-04-26 14:26:32 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2012-04-26 14:26:32 +0000 |
commit | 8fa8f82b98a967e6b784fc73ec385d204c249e9d (patch) | |
tree | 7096006d276adb5243f5fb252d78b59060d9ddf9 /lang/php53/Makefile | |
parent | 3c4e00aef220d61466b883dee4c995baf95f6515 (diff) | |
download | pkgsrc-8fa8f82b98a967e6b784fc73ec385d204c249e9d.tar.gz |
Update php53 package to 5.3.11.
For full changes, please refer <http://www.php.net/ChangeLog-5.php#5.3.11>.
Security Enhancements:
* Fixed bug #54374 (Insufficient validating of upload name leading to
corrupted $_FILES indices). (CVE-2012-1172).
* Add open_basedir checks to readline_write_history and readline_read_history.
* Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
Key enhancements in these releases include:
* Added debug info handler to DOM objects.
* Fixed bug #61172 (Add Apache 2.4 support).
Diffstat (limited to 'lang/php53/Makefile')
-rw-r--r-- | lang/php53/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php53/Makefile b/lang/php53/Makefile index 6ba4cf09c8f..9e84f3fbc72 100644 --- a/lang/php53/Makefile +++ b/lang/php53/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2012/04/05 03:17:26 taca Exp $ +# $NetBSD: Makefile,v 1.25 2012/04/26 14:26:32 taca Exp $ # # We can't omit PKGNAME here to handle PKG_OPTIONS. # PKGNAME= php-${PHP_BASE_VERS} -PKGREVISION= 1 CATEGORIES= lang HOMEPAGE= http://www.php.net/ |