diff options
author | taca <taca@pkgsrc.org> | 2019-06-01 15:36:02 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-06-01 15:36:02 +0000 |
commit | b7f9c89095307199af3fec6e7c2c497dacb6b963 (patch) | |
tree | ddcda9ffff969a7e1f985d43a408619b5be63bf4 /lang/php73 | |
parent | 2ea5e063651c98e6741ae56a45a638271d09d341 (diff) | |
download | pkgsrc-b7f9c89095307199af3fec6e7c2c497dacb6b963.tar.gz |
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)
Diffstat (limited to 'lang/php73')
-rw-r--r-- | lang/php73/distinfo | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lang/php73/distinfo b/lang/php73/distinfo index 5bde91aebe4..501123fb9b7 100644 --- a/lang/php73/distinfo +++ b/lang/php73/distinfo @@ -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 |