diff options
author | taca <taca@pkgsrc.org> | 2016-12-10 07:08:39 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-12-10 07:08:39 +0000 |
commit | 1f6c88e9a905530bc3f4e633d56b5950a81606a9 (patch) | |
tree | cf85cd455febb40808c1a452d28ea93ff977021b /lang | |
parent | a478237dfb73576d3d0a13fa96ba7630c580a630 (diff) | |
download | pkgsrc-1f6c88e9a905530bc3f4e633d56b5950a81606a9.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')
-rw-r--r-- | lang/php/ext.mk | 4 | ||||
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php56/distinfo | 10 |
3 files changed, 9 insertions, 9 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 diff --git a/lang/php56/distinfo b/lang/php56/distinfo index 58ca00cf865..7821b30bbfc 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.37 2016/12/05 18:17:11 adam Exp $ +$NetBSD: distinfo,v 1.38 2016/12/10 07:08:39 taca Exp $ -SHA1 (php-5.6.28.tar.bz2) = 57fa0f8a69ecebc6da4fb79162ed8b1f9a6248db -RMD160 (php-5.6.28.tar.bz2) = 8444619a3dd44d6db049d8783fc77b86f42a2cca -SHA512 (php-5.6.28.tar.bz2) = 57efbbf422b74d74cdbc701ada03e3eb517bbc543169de642bada5843f612e2f1a43f1654b0ab92d015d3d1e777ac15c630d05f98f0ee259f2e3c0ba63b9dbc2 -Size (php-5.6.28.tar.bz2) = 14987935 bytes +SHA1 (php-5.6.29.tar.bz2) = 92c51ec6461db6ac7c662585ca31fa9c8e70a7e2 +RMD160 (php-5.6.29.tar.bz2) = b719236b4fb261781950e6d4aef22cf11f661e6d +SHA512 (php-5.6.29.tar.bz2) = 305049ab9ece8fd5b61f2b2beeaf8bbe994aa325911d90b5fcf8be1dbc43dcdf2528296aa017b8c73cfc3b4614e306a1741fd7c69f90fb23477ca6bf13c10d44 +Size (php-5.6.29.tar.bz2) = 14990883 bytes SHA1 (patch-acinclude.m4) = 34d38d2538cc00932cdfcc80d1d4a91632cd15d0 SHA1 (patch-configure) = 5d76f71aa903efa3c3491b908ff76419aa4af27c SHA1 (patch-ext_gd_config.m4) = b92ab4c7fe8aceaef7787a607a7d2eac258fee19 |