diff options
author | taca <taca@pkgsrc.org> | 2017-11-25 13:07:40 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2017-11-25 13:07:40 +0000 |
commit | f9cf3881ce598305b703e515cbc5328dfbb52025 (patch) | |
tree | 3f8f7538832040a9f081f2c483c43c1fbe80b371 /lang/php70 | |
parent | 074b76152b229feaa3419fda1f3ead94b384d039 (diff) | |
download | pkgsrc-f9cf3881ce598305b703e515cbc5328dfbb52025.tar.gz |
Update php70 to 7.0.26.
23 Nov 2017 PHP 7.0.26
- Core:
. Fixed bug #75420 (Crash when modifing property name in __isset for
BP_VAR_IS). (Laruence)
. Fixed bug #75368 (mmap/munmap trashing on unlucky allocations). (Nikita,
Dmitry)
- CLI:
. Fixed bug #75287 (Builtin webserver crash after chdir in a shutdown
function). (Laruence)
- Enchant:
. Fixed bug #53070 (enchant_broker_get_path crashes if no path is set). (jelle
van der Waa, cmb)
. Fixed bug #75365 (Enchant still reports version 1.1.0). (cmb)
- Exif:
. Fixed bug #75301 (Exif extension has built in revision version). (Peter
Kokot)
- GD:
. Fixed bug #65148 (imagerotate may alter image dimensions). (cmb)
. Fixed bug #75437 (Wrong reflection on imagewebp). (Fabien Villepinte)
- intl:
. Fixed bug #75317 (UConverter::setDestinationEncoding changes source instead
of destination). (andrewnester)
- interbase:
. Fixed bug #75453 (Incorrect reflection for ibase_[p]connect). (villfa)
- Mysqli:
. Fixed bug #75434 (Wrong reflection for mysqli_fetch_all function). (Fabien
Villepinte)
- OCI8:
. Fixed valgrind issue. (Tianfang Yang)
- Opcache:
. Fixed bug #75373 (Warning Internal error: wrong size calculation). (Laruence, Dmitry)
- OpenSSL:
. Fixed bug #75363 (openssl_x509_parse leaks memory). (Bob, Jakub Zelenka)
. Fixed bug #75307 (Wrong reflection for openssl_open function). (villfa)
- PGSQL:
. Fixed bug #75419 (Default link incorrectly cleared/linked by pg_close()). (Sara)
- SOAP:
. Fixed bug #75464 (Wrong reflection on SoapClient::__setSoapHeaders). (villfa)
- Zlib:
. Fixed bug #75299 (Wrong reflection on inflate_init and inflate_add). (Fabien
Villepinte)
Diffstat (limited to 'lang/php70')
-rw-r--r-- | lang/php70/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php70/distinfo b/lang/php70/distinfo index d683dd74eb5..6d089262a19 100644 --- a/lang/php70/distinfo +++ b/lang/php70/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.39 2017/10/27 08:46:49 taca Exp $ +$NetBSD: distinfo,v 1.40 2017/11/25 13:07:40 taca Exp $ -SHA1 (php-7.0.25.tar.bz2) = 910700d4340244b4775ffad62e2a59e1ccd5641f -RMD160 (php-7.0.25.tar.bz2) = 54c3aada6892efe6c01294b5a52d3c2ec379ee1c -SHA512 (php-7.0.25.tar.bz2) = c6c964ac3a043e3c2c43218c157385a5cc0c90918e0bd9338eed294855f58778dacd64da8e2a31163c119f796a645c7ed672c44d6c0b2a5d4a5cffea963e0878 -Size (php-7.0.25.tar.bz2) = 14638215 bytes +SHA1 (php-7.0.26.tar.bz2) = 359c59c302237f645b3af6fc3fc607e5b7246786 +RMD160 (php-7.0.26.tar.bz2) = 8ec9e28c2aee2087e1481aa2f9ffbbad3c72eb26 +SHA512 (php-7.0.26.tar.bz2) = fbfeb574104b512eb136ca823ef67715a887f5b877181a7edc7a5908e93fc318d19581d35c740492e5cc28005f950c6ac72b12a848b28dbe206fe698e1460924 +Size (php-7.0.26.tar.bz2) = 14654366 bytes SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76 |