summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2016-12-10 07:08:39 +0000
committertaca <taca>2016-12-10 07:08:39 +0000
commit51f4b2084036312c61894ff6a38dfb2ed0fdc907 (patch)
treec4064e95c6a7ff8ddb7fefbec5a435fbaa67d7d6 /lang/php
parent3b989e6d94d6c44de8e905b5f146e29f92e61786 (diff)
downloadpkgsrc-51f4b2084036312c61894ff6a38dfb2ed0fdc907.tar.gz
Update php56 to 5.6.29 (PHP 5.6.29).
08 Dec 2016, PHP 5.6.29 - Mysqlnd: . Fixed bug #64526 (Add missing mysqlnd.* parameters to php.ini-*). (cmb) - Opcache: . Fixed bug #73402 (Opcache segfault when using class constant to call a method). (Laruence) . Fixed bug #69090 (check cached files permissions) - OpenSSL . Fixed bug #72776 (Invalid parameter in memcpy function trough openssl_pbkdf2). (Jakub Zelenka) - Postgres: . Fixed bug #73498 (Incorrect SQL generated for pg_copy_to()). (Craig Duncan) - SOAP: . Fixed bug #73452 (Segfault (Regression for #69152)). (Dmitry) - SQLite3: . Fixed bug #73530 (Unsetting result set may reset other result set). (cmb) - Standard: . Fixed bug #73297 (HTTP stream wrapper should ignore HTTP 100 Continue). (rowan dot collins at gmail dot com) - WDDX: . Fixed bug #73631 (Memory leak due to invalid wddx stack processing). (bughunter at fosec dot vn).
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/ext.mk4
-rw-r--r--lang/php/phpversion.mk4
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php/ext.mk b/lang/php/ext.mk
index 3c24e2a994c..07c8b2b6cc9 100644
--- a/lang/php/ext.mk
+++ b/lang/php/ext.mk
@@ -1,4 +1,4 @@
-# $NetBSD: ext.mk,v 1.43 2016/10/18 19:09:10 jdolecek Exp $
+# $NetBSD: ext.mk,v 1.44 2016/12/10 07:08:39 taca Exp $
#
# PHP extension package framework, for both PECL and bundled PHP extensions.
#
@@ -49,7 +49,7 @@ DIST_SUBDIR?= php-${MODNAME}
EXTRACT_SUFX?= .tgz
.endif
-EGDIR= ${PREFIX}/share/examples/php
+EGDIR?= ${PREFIX}/share/examples/php
CONF_FILES= ${EGDIR}/${MODNAME}.ini ${PHP_EXT_CONF_DIR}/${MODNAME}.ini
PHP_EXT_CONF_DIR?= ${PKG_SYSCONFDIR}/php.d
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index a2d17e93547..a0d025f036e 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.165 2016/11/12 15:41:24 taca Exp $
+# $NetBSD: phpversion.mk,v 1.166 2016/12/10 07:08:39 taca Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -87,7 +87,7 @@
PHPVERSION_MK= defined
# Define each PHP's version.
-PHP56_VERSION= 5.6.28
+PHP56_VERSION= 5.6.29
PHP70_VERSION= 7.0.13
PHP71_VERSION= 7.1.0RC6