pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php73: update to 7.3.5



details:   https://anonhg.NetBSD.org/pkgsrc/rev/beadd6a03e1d
branches:  trunk
changeset: 323044:beadd6a03e1d
user:      taca <taca%pkgsrc.org@localhost>
date:      Thu May 02 13:45:28 2019 +0000

description:
lang/php73: update to 7.3.5

Update php73 to 7.3.5.

02 May 2019, PHP 7.3.5

- Core:
  . Fixed bug #77903 (ArrayIterator stops iterating after offsetSet call).
    (Nikita)

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

- LDAP:
  . Fixed bug #77869 (Core dump when using server controls) (mcmic)

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

- mbstring:
  . Implemented FR #72777 (Implement regex stack limits for mbregex functions).
    (Yasuo Ohgaki, Stas)

- MySQLi:
  . Fixed bug #77773 (Unbuffered queries leak memory - MySQLi / mysqlnd).
    (Nikita)

- 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 #77793 (Segmentation fault in extract() when overwriting
    reference with itself). (Nikita)
  . 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/php73/distinfo    |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (36 lines):

diff -r f985a55208bc -r beadd6a03e1d lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Thu May 02 13:44:17 2019 +0000
+++ b/lang/php/phpversion.mk    Thu May 02 13:45:28 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.255 2019/05/02 13:43:38 taca Exp $
+# $NetBSD: phpversion.mk,v 1.256 2019/05/02 13:45:28 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 @@
 PHP56_VERSION= 5.6.40
 PHP71_VERSION= 7.1.28
 PHP72_VERSION= 7.2.18
-PHP73_VERSION= 7.3.4
+PHP73_VERSION= 7.3.5
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r f985a55208bc -r beadd6a03e1d lang/php73/distinfo
--- a/lang/php73/distinfo       Thu May 02 13:44:17 2019 +0000
+++ b/lang/php73/distinfo       Thu May 02 13:45:28 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.6 2019/04/07 16:32:47 taca Exp $
+$NetBSD: distinfo,v 1.7 2019/05/02 13:45:28 taca Exp $
 
-SHA1 (php-7.3.4.tar.bz2) = d9c482a5a0bc8e77804b86fe6d2de6cee25b8b27
-RMD160 (php-7.3.4.tar.bz2) = 2b8b50cb5a17c6f647da942fd9d9bd30e64a9f1e
-SHA512 (php-7.3.4.tar.bz2) = cfc29480b35b95ead4d188e5db6e4b10b9af16c5e7c4b8196b78157576ce2b1dfa771fe9e00386c1e50521c09cb80944532fb1cb475b6ed60e4d09ad0331e0f6
-Size (php-7.3.4.tar.bz2) = 14807811 bytes
+SHA1 (php-7.3.5.tar.bz2) = be2e2c762e9acad19580a3f566c18ca629123881
+RMD160 (php-7.3.5.tar.bz2) = e0306f11150f5820f0cd0bf408694d980e3979d3
+SHA512 (php-7.3.5.tar.bz2) = cafff99cb70236375ba4e52484cc31c802ec21235a5162d5800991f764f8d1a30e967c14455bf848b61ab91dd33bfbcaf3b267c43d5153baf4a01860080d8b14
+Size (php-7.3.5.tar.bz2) = 14820606 bytes
 SHA1 (patch-configure) = 08b80528ba90c705398e8841c232382663479a3b
 SHA1 (patch-disable-filter-url) = d7e450380b584e01e2f01e9c91c864d01991cdbf
 SHA1 (patch-ext_gd_config.m4) = eaecfb31b18700dd642c067ed82748d4f6be2335



Home | Main Index | Thread Index | Old Index