pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Oct 25 02:51:18 UTC 2019

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php72: distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.270 -r1.271 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.45 -r1.46 pkgsrc/lang/php72/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.270 pkgsrc/lang/php/phpversion.mk:1.271
--- pkgsrc/lang/php/phpversion.mk:1.270 Wed Oct  2 14:08:05 2019
+++ pkgsrc/lang/php/phpversion.mk       Fri Oct 25 02:51:18 2019
@@ -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 @@ PHPVERSION_MK=        defined
 # 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.

Index: pkgsrc/lang/php72/distinfo
diff -u pkgsrc/lang/php72/distinfo:1.45 pkgsrc/lang/php72/distinfo:1.46
--- pkgsrc/lang/php72/distinfo:1.45     Wed Oct  2 14:05:22 2019
+++ pkgsrc/lang/php72/distinfo  Fri Oct 25 02:51:18 2019
@@ -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