lang/php73: update to 7.3.11
Update php73 to 7.3.11. 24 Oct 2019, PHP 7.3.11 - Core: . Fixed bug #78535 (auto_detect_line_endings value not parsed as bool). (bugreportuser) . Fixed bug #78620 (Out of memory error). (cmb, Nikita) - Exif : . Fixed bug #78442 ('Illegal component' on exif_read_data since PHP7) (Kalle) - FPM: . Fixed bug #78599 (env_path_info underflow in fpm_main.c can lead to RCE). (CVE-2019-11043) (Jakub Zelenka) . Fixed bug #78413 (request_terminate_timeout does not take effect after fastcgi_finish_request). (Sergei Turchanov) - MBString: . Fixed bug #78633 (Heap buffer overflow (read) in mb_eregi). (cmb) . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency). (cmb) . Fixed bug #78609 (mb_check_encoding() no longer supports stringable objects). (cmb) - MySQLi: . Fixed bug #76809 (SSL settings aren't respected when persistent connections are used). (fabiomsouto) - Mysqlnd: . Fixed bug #78525 (Memory leak in pdo when reusing native prepared statements). (Nikita) - PCRE: . Fixed bug #78272 (calling preg_match() before pcntl_fork() will freeze child process). (Nikita) - PDO_MySQL: . Fixed bug #78623 (Regression caused by "SP call yields additional empty result set"). (cmb) - Session: . Fixed bug #78624 (session_gc return value for user defined session handlers). (bshaffer) - Standard: . Fixed bug #76342 (file_get_contents waits twice specified timeout). (Thomas Calvet) . Fixed bug #78612 (strtr leaks memory when integer keys are used and the subject string shorter). (Nikita) . Fixed bug #76859 (stream_get_line skips data if used with data-generating filter). (kkopachev) - Zip: . Fixed bug #78641 (addGlob can modify given remove_path value). (cmb)
This commit is contained in:
parent
3060f316c3
commit
0f6d21bfff
2 changed files with 7 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: phpversion.mk,v 1.271 2019/10/25 02:51:18 taca Exp $
|
||||
# $NetBSD: phpversion.mk,v 1.272 2019/10/25 02:57:03 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
|
||||
|
@ -90,7 +90,7 @@ PHPVERSION_MK= defined
|
|||
PHP56_VERSION= 5.6.40
|
||||
PHP71_VERSION= 7.1.32
|
||||
PHP72_VERSION= 7.2.24
|
||||
PHP73_VERSION= 7.3.10
|
||||
PHP73_VERSION= 7.3.11
|
||||
|
||||
# Define initial release of major version.
|
||||
PHP56_RELDATE= 20140828
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.12 2019/10/02 14:08:05 taca Exp $
|
||||
$NetBSD: distinfo,v 1.13 2019/10/25 02:57:04 taca Exp $
|
||||
|
||||
SHA1 (php-7.3.10.tar.bz2) = 234d9e828362d4ab24efff82c1c666e8543701ac
|
||||
RMD160 (php-7.3.10.tar.bz2) = bc6a3adf5ec52bcb46ecd45383174f873576530a
|
||||
SHA512 (php-7.3.10.tar.bz2) = ce961f169e26791fbdaa7bc64de92a0b9d5dd2d7ff1dc5ae39e59882d75ae266b88243fe3ec0f43235a4dc6fde1b03ce8624ecc7c470f5579b745fc9c8b1276e
|
||||
Size (php-7.3.10.tar.bz2) = 14975040 bytes
|
||||
SHA1 (php-7.3.11.tar.bz2) = 01f6747706b6c33983e558acb733c87d3a39b557
|
||||
RMD160 (php-7.3.11.tar.bz2) = a48e8604393b96b98b3bcb673768d2bf21d7b0ec
|
||||
SHA512 (php-7.3.11.tar.bz2) = 287d79953148fef5194502f0895faf7482202200e79366e65e0569dfb38efd9bb180555b9f31f180e5c0c679254396d00bb924f895cd5641868838319956b679
|
||||
Size (php-7.3.11.tar.bz2) = 14988439 bytes
|
||||
SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
|
||||
SHA1 (patch-disable-filter-url) = d7e450380b584e01e2f01e9c91c864d01991cdbf
|
||||
SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335
|
||||
|
|
Loading…
Reference in a new issue