diff options
author | taca <taca@pkgsrc.org> | 2017-08-04 23:07:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-08-04 23:07:28 +0000 |
commit | 66c8fff65cce2cde4fba68bd422d47c8bd5b2f7d (patch) | |
tree | 6c9e8198da6a3164893b98773ff3f47c5364d14a /lang/php70 | |
parent | 446d7fa8f74068b172da361008aa955779cfdd8d (diff) | |
download | pkgsrc-66c8fff65cce2cde4fba68bd422d47c8bd5b2f7d.tar.gz |
Update php70 to 7.0.22.
* pkgsrc change: enable readline PKG_OPTIONS default.
03 Aug 2017 PHP 7.0.22
- Core:
. Fixed bug #74832 (Loading PHP extension with already registered function
name leads to a crash). (jpauli)
. Fixed bug #74780 (parse_url() borken when query string contains colon).
(jhdxr)
. Fixed bug #74761 (Unary operator expected error on some systems). (petk)
. Fixed bug #73900 (Use After Free in unserialize() SplFixedArray). (nikic)
. Fixed bug #74913 (fixed incorrect poll.h include). (petk)
. Fixed bug #74906 (fixed incorrect errno.h include). (petk)
- Date:
. Fixed bug #74852 (property_exists returns true on unknown DateInterval
property). (jhdxr)
- OCI8:
. Fixed bug #74625 (Integer overflow in oci_bind_array_by_name). (Ingmar Runge)
- Opcache:
. Fixed bug #74840 (Opcache overwrites argument of GENERATOR_RETURN within
finally). (Bob)
- PDO:
. Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam
Baratz)
- SPL:
. Fixed bug #73471 (PHP freezes with AppendIterator). (jhdxr)
- SQLite3:
. Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception
with invalid flags). (Anatol)
- Wddx:
. Fixed bug #73173 (huge memleak when wddx_unserialize).
(tloi at fortinet dot com)
- zlib:
. Fixed bug #73944 (dictionary option of inflate_init() does not work).
(wapmorgan)
Diffstat (limited to 'lang/php70')
-rw-r--r-- | lang/php70/Makefile.php | 4 | ||||
-rw-r--r-- | lang/php70/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php70/Makefile.php b/lang/php70/Makefile.php index 4933516399c..c07f1eee32f 100644 --- a/lang/php70/Makefile.php +++ b/lang/php70/Makefile.php @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.php,v 1.6 2017/07/12 09:11:35 manu Exp $ +# $NetBSD: Makefile.php,v 1.7 2017/08/04 23:07:28 taca Exp $ # used by lang/php70/Makefile # used by www/ap-php/Makefile # used by www/php-fpm/Makefile @@ -46,7 +46,7 @@ CONFIGURE_ARGS+= --with-libxml-dir=${PREFIX} PKG_OPTIONS_VAR= PKG_OPTIONS.${PHP_PKG_PREFIX} PKG_SUPPORTED_OPTIONS+= inet6 ssl maintainer-zts readline -PKG_SUGGESTED_OPTIONS+= inet6 ssl +PKG_SUGGESTED_OPTIONS+= inet6 ssl readline .if ${OPSYS} == "SunOS" || ${OPSYS} == "Darwin" || ${OPSYS} == "FreeBSD" PKG_SUPPORTED_OPTIONS+= dtrace diff --git a/lang/php70/distinfo b/lang/php70/distinfo index 9e080084274..c5a160d0759 100644 --- a/lang/php70/distinfo +++ b/lang/php70/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.35 2017/07/06 13:32:02 taca Exp $ +$NetBSD: distinfo,v 1.36 2017/08/04 23:07:28 taca Exp $ -SHA1 (php-7.0.21.tar.bz2) = c86add3ae2207fde3dcc4d41d5adb786fe676c30 -RMD160 (php-7.0.21.tar.bz2) = 8b6281735ae92a2549b3891f2e17f940eb5e1447 -SHA512 (php-7.0.21.tar.bz2) = c3c439fc79bef5492d3be94afea11125768cdd10f09f26caa140a6946c82eb2e49c817af616048c723bf9d6456d4ed1d9de844cfba862761b1cfc54f495367dd -Size (php-7.0.21.tar.bz2) = 15342611 bytes +SHA1 (php-7.0.22.tar.bz2) = aae18d98dd47b340fcbd140d6065e06f54091dcc +RMD160 (php-7.0.22.tar.bz2) = 74e40d94a2d57a48a764445eca4afb18c2f5315d +SHA512 (php-7.0.22.tar.bz2) = d22f716bddf4af9c4e6fa41efcf2179ffe8acbf1ec34742043dd4f60a202d3c20465368f392f7401f6c1354629f98f7f9c9381acb5134620151bc80d2610fda6 +Size (php-7.0.22.tar.bz2) = 15391136 bytes SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76 |