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:28:07 UTC 2019

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

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.257 -r1.258 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.51 -r1.52 pkgsrc/lang/php71/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.257 pkgsrc/lang/php/phpversion.mk:1.258
--- pkgsrc/lang/php/phpversion.mk:1.257 Fri May  3 08:31:08 2019
+++ pkgsrc/lang/php/phpversion.mk       Sat Jun  1 15:28:07 2019
@@ -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 @@ PHPVERSION_MK=        defined
 
 # 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
 

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.51 pkgsrc/lang/php71/distinfo:1.52
--- pkgsrc/lang/php71/distinfo:1.51     Fri May  3 08:31:09 2019
+++ pkgsrc/lang/php71/distinfo  Sat Jun  1 15:28:07 2019
@@ -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