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.18



details:   https://anonhg.NetBSD.org/pkgsrc/rev/88597b750744
branches:  trunk
changeset: 323042:88597b750744
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 02 13:43:38 2019 +0000

description:
lang/php72: update to 7.2.18

Update php72 to update to 7.2.18.

02 May 2019, PHP 7.2.18

- CLI:
  . Fixed bug #77794 (Incorrect Date header format in built-in server).
    (kelunik)

- EXIF
  . Fixed bug #77950 (Heap-buffer-overflow in _estrndup via exif_process_IFD_TAG).
    (CVE-2019-11036) (Stas)

- Interbase:
  . Fixed bug #72175 (Impossibility of creating multiple connections to
    Interbase with php 7.x). (Nikita)

- Intl:
  . Fixed bug #77895 (IntlDateFormatter::create fails in strict mode if $locale
    = null). (Nikita)

- litespeed:
  . LiteSpeed SAPI 7.3.1, better process management, new API function
    litespeed_finish_request(). (George Wang)

- Mail
  . Fixed bug #77821 (Potential heap corruption in TSendMail()). (cmb)

- PCRE:
  . Fixed bug #77827 (preg_match does not ignore \r in regex flags). (requinix,
    cmb)

- PDO:
  . Fixed bug #77849 (Disable cloning of PDO handle/connection objects).
    (camporter)

- phpdbg:
  . Fixed bug #76801 (too many open files). (alekitto)
  . Fixed bug #77800 (phpdbg segfaults on listing some conditional breakpoints).
    (krakjoe)
  . Fixed bug #77805 (phpdbg build fails when readline is shared). (krakjoe)

- Reflection:
  . Fixed bug #77772 (ReflectionClass::getMethods(null) doesn't work). (Nikita)
  . Fixed bug #77882 (Different behavior: always calls destructor). (Nikita)

- Standard:
  . Fixed bug #77680 (recursive mkdir on ftp stream wrapper is incorrect).
    (Vlad Temian)
  . Fixed bug #77844 (Crash due to null pointer in parse_ini_string with
    INI_SCANNER_TYPED). (Nikita)
  . Fixed bug #77853 (Inconsistent substr_compare behaviour with empty
    haystack). (Nikita)

diffstat:

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

diffs (36 lines):

diff -r fd0de677565a -r 88597b750744 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu May 02 13:31:53 2019 +0000
+++ b/lang/php/phpversion.mk    Thu May 02 13:43:38 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.254 2019/04/07 16:32:47 taca Exp $
+# $NetBSD: phpversion.mk,v 1.255 2019/05/02 13:43:38 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.28
-PHP72_VERSION= 7.2.17
+PHP72_VERSION= 7.2.18
 PHP73_VERSION= 7.3.4
 
 # Define initial release of major version.
diff -r fd0de677565a -r 88597b750744 lang/php72/distinfo
--- a/lang/php72/distinfo       Thu May 02 13:31:53 2019 +0000
+++ b/lang/php72/distinfo       Thu May 02 13:43:38 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.39 2019/04/07 16:31:08 taca Exp $
+$NetBSD: distinfo,v 1.40 2019/05/02 13:43:38 taca Exp $
 
-SHA1 (php-7.2.17.tar.bz2) = b3328dcb9273a783557a30fdf1946a836776949e
-RMD160 (php-7.2.17.tar.bz2) = 65cd8f47ebd35f4269c7dd4f0237289a9ddbc346
-SHA512 (php-7.2.17.tar.bz2) = 6d14311cb3699eec7a8eacfb82e0a00e8f5dcfb31474dd32071c1c3261ddf52157a43a1ead4762da01283b0f5ccbbae8dfbbad2fb59e0900a1769e9f318e5830
-Size (php-7.2.17.tar.bz2) = 15060211 bytes
+SHA1 (php-7.2.18.tar.bz2) = 1ceecc98182429c65c6952cf101fe3e2ff0e85b0
+RMD160 (php-7.2.18.tar.bz2) = 5eca44c9c1b9853f51a5d3aeeaef694d6a05ed27
+SHA512 (php-7.2.18.tar.bz2) = 38e1c7eb2051193665b6d19c9634827ce95cd801e95e9a60e8ed9b2675122821d86b32454a24fca02d451bfab25bc9b2567dd57e1bc1170cde31b7a4edfa348c
+Size (php-7.2.18.tar.bz2) = 15075704 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