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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/11fe358bfd62
branches:  trunk
changeset: 396472:11fe358bfd62
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 01 15:33:52 2019 +0000

description:
lang/php72: update to 7.2.19

Update php72 to 7.2.19.

30 May 2019, PHP 7.2.19

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

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

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

diffstat:

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

diffs (36 lines):

diff -r f8e1e21be286 -r 11fe358bfd62 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Jun 01 15:29:40 2019 +0000
+++ b/lang/php/phpversion.mk    Sat Jun 01 15:33:52 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.258 2019/06/01 15:28:07 taca Exp $
+# $NetBSD: phpversion.mk,v 1.259 2019/06/01 15:33:52 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.30
-PHP72_VERSION= 7.2.18
+PHP72_VERSION= 7.2.19
 PHP73_VERSION= 7.3.5
 
 # Define initial release of major version.
diff -r f8e1e21be286 -r 11fe358bfd62 lang/php72/distinfo
--- a/lang/php72/distinfo       Sat Jun 01 15:29:40 2019 +0000
+++ b/lang/php72/distinfo       Sat Jun 01 15:33:52 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.40 2019/05/02 13:43:38 taca Exp $
+$NetBSD: distinfo,v 1.41 2019/06/01 15:33:52 taca Exp $
 
-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 (php-7.2.19.tar.bz2) = ed5e83285e6fcdc9113ea6fa0358479a9f4b3b9c
+RMD160 (php-7.2.19.tar.bz2) = cfb4085f105d874d68152695555ad635bddbe0b9
+SHA512 (php-7.2.19.tar.bz2) = 79077e73075f4aaba86699c536d8bad4929d351ad40f89c35b6f9ff0d1237b9e3d528be2918dae16519659bdaf93c5ab16fc81653fe13f667e6251871f05d722
+Size (php-7.2.19.tar.bz2) = 15079655 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