pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php72: update to 7.2.24



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e802bde8f7e9
branches:  trunk
changeset: 342736:e802bde8f7e9
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Oct 25 02:51:18 2019 +0000

description:
lang/php72: update to 7.2.24

Update php72 to 7.2.24.


24 Oct 2019, PHP 7.2.24

- 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)

- MBString:
  . 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)

- 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)

diffstat:

 lang/php/phpversion.mk |   4 ++--
 lang/php72/distinfo    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r 573bcc953c0a -r e802bde8f7e9 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Oct 25 00:41:37 2019 +0000
+++ b/lang/php/phpversion.mk    Fri Oct 25 02:51:18 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.270 2019/10/02 14:08:05 taca Exp $
+# $NetBSD: phpversion.mk,v 1.271 2019/10/25 02:51:18 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
@@ -89,7 +89,7 @@
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
 PHP71_VERSION= 7.1.32
-PHP72_VERSION= 7.2.23
+PHP72_VERSION= 7.2.24
 PHP73_VERSION= 7.3.10
 
 # Define initial release of major version.
diff -r 573bcc953c0a -r e802bde8f7e9 lang/php72/distinfo
--- a/lang/php72/distinfo       Fri Oct 25 00:41:37 2019 +0000
+++ b/lang/php72/distinfo       Fri Oct 25 02:51:18 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.45 2019/10/02 14:05:22 taca Exp $
+$NetBSD: distinfo,v 1.46 2019/10/25 02:51:18 taca Exp $
 
-SHA1 (php-7.2.23.tar.bz2) = d33c3e4a2be485249d8e71ffbf2a089d2296e7dd
-RMD160 (php-7.2.23.tar.bz2) = 497b66094c11b4e0a32166ce95eca2c76674c5bc
-SHA512 (php-7.2.23.tar.bz2) = 1dbcf0cb22a789fbf3fe31c66b62f25885f5f835836f6ecc7e39b863fb79d60e024545e2bee663f5c6f27c40916d32c90a10121ac760705a03137a7699840d96
-Size (php-7.2.23.tar.bz2) = 15231974 bytes
+SHA1 (php-7.2.24.tar.bz2) = 2387bb52aff153ce018fea7120631aa4e5fe04ce
+RMD160 (php-7.2.24.tar.bz2) = 4aecf28d48b1b9b02c42d09ca9acb3002551429c
+SHA512 (php-7.2.24.tar.bz2) = 78844524124ce406f941f82909594d7cfda3b26fbf3283ecbace0138155a271b79589b44a7560897d6a3104fe12ac5554acabf5759824fb0c1813ac66b841d54
+Size (php-7.2.24.tar.bz2) = 15236739 bytes
 SHA1 (patch-configure) = 6e66a79e691a84aa7ae461f8dec1752443ad6b61
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index