pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php71: update to 7.1.30



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6273d9f7787f
branches:  trunk
changeset: 334615:6273d9f7787f
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat Jun 01 15:28:07 2019 +0000

description:
lang/php71: update to 7.1.30

Update php71 to 7.1.30.

30 May 2019, PHP 7.1.30

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

- GD:
  . 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)

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

diffstat:

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

diffs (36 lines):

diff -r 694343cea2eb -r 6273d9f7787f lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Jun 01 15:02:01 2019 +0000
+++ b/lang/php/phpversion.mk    Sat Jun 01 15:28:07 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.257 2019/05/03 08:31:08 taca Exp $
+# $NetBSD: phpversion.mk,v 1.258 2019/06/01 15:28:07 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
@@ -88,7 +88,7 @@
 
 # Define each PHP's version.
 PHP56_VERSION= 5.6.40
-PHP71_VERSION= 7.1.29
+PHP71_VERSION= 7.1.30
 PHP72_VERSION= 7.2.18
 PHP73_VERSION= 7.3.5
 
diff -r 694343cea2eb -r 6273d9f7787f lang/php71/distinfo
--- a/lang/php71/distinfo       Sat Jun 01 15:02:01 2019 +0000
+++ b/lang/php71/distinfo       Sat Jun 01 15:28:07 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.51 2019/05/03 08:31:09 taca Exp $
+$NetBSD: distinfo,v 1.52 2019/06/01 15:28:07 taca Exp $
 
-SHA1 (php-7.1.29.tar.bz2) = 7d62698196170259055e9794e9486c45196d805b
-RMD160 (php-7.1.29.tar.bz2) = e28043d4af249f97616b58222d4e42936d500511
-SHA512 (php-7.1.29.tar.bz2) = a3f3a6b2e64ef2eca5124c50c46ae4cda054ba093f2627b00de2c34924af6245beca906256447a20540daf5f374ebf4ebfb42ba5293785b5243d4c85fa80330b
-Size (php-7.1.29.tar.bz2) = 15166730 bytes
+SHA1 (php-7.1.30.tar.bz2) = 39e2fc72e3e4febdb1b321e18ec20be7e7088157
+RMD160 (php-7.1.30.tar.bz2) = 4644b3bd9a123b740642c36513ddad83c206ca29
+SHA512 (php-7.1.30.tar.bz2) = 9b8ae29d149803768408261306ed409e6191f403e1dff9fa8d608608c19f112c4822b34b242da82034954223196958b6d74ddd709cf7fe97fbc70237e196c9d0
+Size (php-7.1.30.tar.bz2) = 15165592 bytes
 SHA1 (patch-acinclude.m4) = c232e68dbcd58bbfdf6800e491eb46812df15f65
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c



Home | Main Index | Thread Index | Old Index