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:           Sat Jun  1 15:36:02 UTC 2019

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

Log Message:
lang/php73: update to 7.3.6

Update to php73 to 7.3.6.

30 May 2019, PHP 7.3.6

- cURL:
  . Implemented FR #72189 (Add missing CURL_VERSION_* constants). (Javier
    Spagnoletti)

- EXIF:
  . Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16).
    (CVE-2019-11040) (Stas)

- FPM:
  . Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka)
  . Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot)

- GD:
  . Fixed bug #77943 (imageantialias($image, false); does not work). (cmb)
  . Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm).
    (CVE-2019-11038) (cmb)

- Iconv:
  . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode()
    due to integer overflow). (CVE-2019-11039). (maris dot adam)

- JSON:
  . Fixed bug #77843 (Use after free with json serializer). (Nikita)

- Opcache:
  . Fixed possible crashes, because of inconsistent PCRE cache and opcache
    SHM reset. (Alexey Kalinin, Dmitry)

- PDO_MySQL:
  . Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). (cmb)

- Reflection:
  . Fixed bug #75186 (Inconsistent reflection of Closure:::__invoke()). (Nikita)

- Session:
  . Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb)

- SOAP:
  . Fixed bug #77945 (Segmentation fault when constructing SoapClient with
    WSDL_CACHE_BOTH). (Nikita)

- SPL:
  . Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig
    Duncan)

- SQLite:
  . Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)

- Standard:
  . Fixed bug #77931 (Warning for array_map mentions wrong type). (Nikita)
  . Fixed bug #78003 (strip_tags output change since PHP 7.3). (cmb)


To generate a diff of this commit:
cvs rdiff -u -r1.259 -r1.260 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.7 -r1.8 pkgsrc/lang/php73/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.259 pkgsrc/lang/php/phpversion.mk:1.260
--- pkgsrc/lang/php/phpversion.mk:1.259 Sat Jun  1 15:33:52 2019
+++ pkgsrc/lang/php/phpversion.mk       Sat Jun  1 15:36:02 2019
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.259 2019/06/01 15:33:52 taca Exp $
+# $NetBSD: phpversion.mk,v 1.260 2019/06/01 15:36:02 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.30
 PHP72_VERSION= 7.2.19
-PHP73_VERSION= 7.3.5
+PHP73_VERSION= 7.3.6
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php73/distinfo
diff -u pkgsrc/lang/php73/distinfo:1.7 pkgsrc/lang/php73/distinfo:1.8
--- pkgsrc/lang/php73/distinfo:1.7      Thu May  2 13:45:28 2019
+++ pkgsrc/lang/php73/distinfo  Sat Jun  1 15:36:02 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.7 2019/05/02 13:45:28 taca Exp $
+$NetBSD: distinfo,v 1.8 2019/06/01 15:36:02 taca Exp $
 
-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 (php-7.3.6.tar.bz2) = 56b6df951a3ab4fabcd93e86d4ece55144174802
+RMD160 (php-7.3.6.tar.bz2) = 32f2ab01503ac63f4afa39c7c747b82933ff0af9
+SHA512 (php-7.3.6.tar.bz2) = 3da2d1edfbffc1f7af77f391b10db1ae31ccfbabc756c49c1425b970b92157005c6c5086472769c3d5439d724d277e4dff87f6d40e97b9c3961419cde45e3b17
+Size (php-7.3.6.tar.bz2) = 14841273 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