diff options
author | taca <taca@pkgsrc.org> | 2011-03-19 07:01:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-03-19 07:01:18 +0000 |
commit | 7fe89eac72a763769ff7d3260899c9b783e1583a (patch) | |
tree | e8ec1b37c4c937be40296f6618915583965fb8a4 /lang/php53/Makefile.common | |
parent | 7dd530d90d6c9dfedab9ca714027d16209486a27 (diff) | |
download | pkgsrc-7fe89eac72a763769ff7d3260899c9b783e1583a.tar.gz |
Update lang/php53 package to PHP 5.3.
PHP 5.3.6 Released!
[17-Mar-2011]
The PHP development team would like to announce the immediate availability
of PHP 5.3.6. This release focuses on improving the stability of the PHP
5.3.x branch with over 60 bug fixes, some of which are security related.
Security Enhancements and Fixes in PHP 5.3.6:
* Enforce security in the fastcgi protocol parsing with fpm SAPI.
* Fixed bug #54247 (format-string vulnerability on Phar). (CVE-2011-1153)
* Fixed bug #54193 (Integer overflow in shmop_read()). (CVE-2011-1092)
* Fixed bug #54055 (buffer overrun with high values for precision ini setting).
* Fixed bug #54002 (crash on crafted tag in exif). (CVE-2011-0708)
* Fixed bug #53885 (ZipArchive segfault with FL_UNCHANGED on empty
archive). (CVE-2011-0421)
Key enhancements in PHP 5.3.6 include:
* Upgraded bundled Sqlite3 to version 3.7.4.
* Upgraded bundled PCRE to version 8.11.
* Added ability to connect to HTTPS sites through proxy with basic
authentication using stream_context/http/header/Proxy-Authorization.
* Added options to debug backtrace functions.
* Changed default value of ini directive serialize_precision from 100 to 17.
* Fixed Bug #53971 (isset() and empty() produce apparently spurious
runtime error).
* Fixed Bug #53958 (Closures can't 'use' shared variables by value and
by reference).
* Fixed bug #53577 (Regression introduced in 5.3.4 in open_basedir
with a trailing forward slash).
* Over 60 other bug fixes.
Diffstat (limited to 'lang/php53/Makefile.common')
-rw-r--r-- | lang/php53/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php53/Makefile.common b/lang/php53/Makefile.common index ad1c992f261..346e77f8c6d 100644 --- a/lang/php53/Makefile.common +++ b/lang/php53/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2011/01/07 09:20:16 taca Exp $ +# $NetBSD: Makefile.common,v 1.5 2011/03/19 07:01:18 taca Exp $ # used by lang/php53/Makefile.php # used by lang/php/ext.mk # used by meta-pkgs/php53-extensions/Makefile @@ -39,7 +39,7 @@ EXTRACT_SUFX?= .tar.bz2 MAINTAINER?= pkgsrc-users@NetBSD.org HOMEPAGE?= http://www.php.net/ -PHP_BASE_VERS= 5.3.5 +PHP_BASE_VERS= 5.3.6 PHP_EXTENSION_DIR= lib/php/20090630 PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR:Q} |