Update php70 to 7.0.23 (PHP 7.0.23).
31 Aug 2017 PHP 7.0.23 - Core: . Fixed bug #74947 (Segfault in scanner on INF number). (Laruence) . Fixed bug #74954 (null deref and segfault in zend_generator_resume()). (Bob) . Fixed bug #74725 (html_errors=1 breaks unhandled exceptions). (Andrea) - cURL: . Fixed bug #74125 (Fixed finding CURL on systems with multiarch support). (cebe) - Date: . Fixed bug #75002 (Null Pointer Dereference in timelib_time_clone). (Derick) - Intl: . Fixed bug #74993 (Wrong reflection on some locale_* functions). (Sara) - Mbstring: . Fixed bug #71606 (Segmentation fault mb_strcut with HTML-ENTITIES encoding). (cmb) . Fixed bug #62934 (mb_convert_kana() does not convert iteration marks). (Nikita) . Fixed bug #75001 (Wrong reflection on mb_eregi_replace). (Fabien Villepinte) - MySQLi: . Fixed bug #74968 (PHP crashes when calling mysqli_result::fetch_object with an abstract class). (Anatol) - OCI8: . Expose oci_unregister_taf_callback() (Tianfang Yang) - phar: . Fixed bug #74991 (include_path has a 4096 char limit in some cases). (bwbroersma) - Reflection: . Fixed bug #74949 (null pointer dereference in _function_string). (Laruence) - Session: . Fixed bug #74833 (SID constant created with wrong module number). (Anatol) - SimpleXML: . Fixed bug #74950 (nullpointer deref in simplexml_element_getDocNamespaces). (Laruence) - SPL: . Fixed bug #75049 (spl_autoload_unregister can't handle spl_autoload_functions results). (Laruence) . Fixed bug #74669 (Unserialize ArrayIterator broken). (Andrew Nester) . Fixed bug #75015 (Crash in recursive iterator destructors). (Julien) - Standard: . Fixed bug #75075 (unpack with X* causes infinity loop). (Laruence) . Fixed bug #74103 (heap-use-after-free when unserializing invalid array size). (Nikita) . Fixed bug #75054 (A Denial of Service Vulnerability was found when performing deserialization). (Nikita) - WDDX: . Fixed bug #73793 (WDDX uses wrong decimal seperator). (cmb) - XMLRPC: . Fixed bug #74975 (Incorrect xmlrpc serialization for classes with declared properties). (blar)
This commit is contained in:
parent
f0fbc782ad
commit
4aa11a4522
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: phpversion.mk,v 1.186 2017/08/04 23:08:47 taca Exp $
|
||||
# $NetBSD: phpversion.mk,v 1.187 2017/09/01 10:49:14 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
|
||||
|
@ -88,7 +88,7 @@ PHPVERSION_MK= defined
|
|||
|
||||
# Define each PHP's version.
|
||||
PHP56_VERSION= 5.6.31
|
||||
PHP70_VERSION= 7.0.22
|
||||
PHP70_VERSION= 7.0.23
|
||||
PHP71_VERSION= 7.1.8
|
||||
|
||||
# Define initial release of major version.
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.36 2017/08/04 23:07:28 taca Exp $
|
||||
$NetBSD: distinfo,v 1.37 2017/09/01 10:49:14 taca Exp $
|
||||
|
||||
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 (php-7.0.23.tar.bz2) = 46933bbb7e098bd7baa3f6c9f47f203215a1dd26
|
||||
RMD160 (php-7.0.23.tar.bz2) = 21854136e63919de111166326559a9fe737c2943
|
||||
SHA512 (php-7.0.23.tar.bz2) = 3f2448696ac4dec83f8439e0739b964c430530f3f9319c4f9752a79524a338ea3ac74572227184c4b61fc7583822d12c6581e2b7c8ef9a0ddbd2bb6a4f3bbd53
|
||||
Size (php-7.0.23.tar.bz2) = 14630426 bytes
|
||||
SHA1 (patch-acinclude.m4) = 81a8f33a536500978ea5a9aa2d2875c61c843e56
|
||||
SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
|
||||
SHA1 (patch-ext_gd_config.m4) = bde93678626592cdcee619189bfc6532d0913a76
|
||||
|
|
Loading…
Reference in a new issue