summaryrefslogtreecommitdiff
path: root/lang/php5/Makefile.common
diff options
context:
space:
mode:
authoradrianp <adrianp>2008-05-04 16:50:44 +0000
committeradrianp <adrianp>2008-05-04 16:50:44 +0000
commit9ab4aeab8449d21b6c028e5aea078a6e8b631e67 (patch)
treed8a863623b58825d0402e5e0f302951f4735e7b8 /lang/php5/Makefile.common
parent0c20ea641232dcc52265a868be74ee4770c82a06 (diff)
downloadpkgsrc-9ab4aeab8449d21b6c028e5aea078a6e8b631e67.tar.gz
Security Enhancements and Fixes in PHP 5.2.6:
Fixed possible stack buffer overflow in the FastCGI SAPI identified by Andrei Nigmatulin. Fixed integer overflow in printf() identified by Maksymilian Aciemowicz. Fixed security issue detailed in CVE-2008-0599 identified by Ryan Permeh. Fixed a safe_mode bypass in cURL identified by Maksymilian Arciemowicz. Properly address incomplete multibyte chars inside escapeshellcmd() identified by Stefan Esser. Upgraded bundled PCRE to version 7.6 Key enhancements in PHP 5.2.6 include: * Fixed two possible crashes inside the posix extension. * Fixed bug 44069 (Huge memory usage with concatenation using . instead of .=) * Fixed bug 44141 (private parent constructor callable through static function). * Fixed bug 43589 (a possible infinite loop in bz2_filter.c). * Fixed bug 43450 (Memory leak on some functions with implicit object __toString() call). * Fixed bug 43201 (Crash on using uninitialized vals and __get/__set). * Fixed bug 42978 (mismatch between number of bound params and values causes a crash in pdo_pgsql). * Fixed bug 42937 (__call() method not invoked when methods are called on parent from child class). * Fixed bug 42736 (xmlrpc_server_call_method() crashes). * Fixed bug 42369 (Implicit conversion to string leaks memory). * Fixed bug 41562 (SimpleXML memory issue). * Over 120 bug fixes. See http://www.php.net/ChangeLog-5.php#5.2.6 for all the details
Diffstat (limited to 'lang/php5/Makefile.common')
-rw-r--r--lang/php5/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php5/Makefile.common b/lang/php5/Makefile.common
index d81d2da457d..2c543187a1c 100644
--- a/lang/php5/Makefile.common
+++ b/lang/php5/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.28 2007/11/23 13:20:00 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.29 2008/05/04 16:50:44 adrianp Exp $
.if !defined(DISTNAME)
DISTNAME= php-${PHP_BASE_VERS}
@@ -15,7 +15,7 @@ EXTRACT_SUFX?= .tar.bz2
MAINTAINER?= jdolecek@NetBSD.org
HOMEPAGE?= http://www.php.net/
-PHP_BASE_VERS= 5.2.5
+PHP_BASE_VERS= 5.2.6
PHP_EXTENSION_DIR= lib/php/20040412
PLIST_SUBST+= PHP_EXTENSION_DIR=${PHP_EXTENSION_DIR:Q}