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:           Tue Mar 12 04:12:16 UTC 2019

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

Log Message:
lang/php71: update to 7.1.27

Update php71 to 7.1.27.

07 Mar 2019, PHP 7.1.27

- Core:
  . Fixed bug #77630 (rename() across the device may allow unwanted access during
    processing). (Stas)

- EXIF:
  . Fixed bug #77509 (Uninitialized read in exif_process_IFD_in_TIFF). (Stas)
  . Fixed bug #77540 (Invalid Read on exif_process_SOFn). (Stas)
  . Fixed bug #77563 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)
  . Fixed bug #77659 (Uninitialized read in exif_process_IFD_in_MAKERNOTE). (Stas)

- PHAR:
  . Fixed bug #77396 (Null Pointer Dereference in phar_create_or_parse_filename).
    (bishop)
  . Fixed bug #77586 (phar_tar_writeheaders_int() buffer overflow). (bishop)

- SPL:
  . Fixed bug #77431 (openFile() silently truncates after a null byte). (cmb)


To generate a diff of this commit:
cvs rdiff -u -r1.248 -r1.249 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.48 -r1.49 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.248 pkgsrc/lang/php/phpversion.mk:1.249
--- pkgsrc/lang/php/phpversion.mk:1.248 Thu Feb  7 14:06:41 2019
+++ pkgsrc/lang/php/phpversion.mk       Tue Mar 12 04:12:16 2019
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.248 2019/02/07 14:06:41 taca Exp $
+# $NetBSD: phpversion.mk,v 1.249 2019/03/12 04:12:16 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.26
+PHP71_VERSION= 7.1.27
 PHP72_VERSION= 7.2.15
 PHP73_VERSION= 7.3.2
 

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.48 pkgsrc/lang/php71/distinfo:1.49
--- pkgsrc/lang/php71/distinfo:1.48     Sat Jan 12 14:56:47 2019
+++ pkgsrc/lang/php71/distinfo  Tue Mar 12 04:12:16 2019
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.48 2019/01/12 14:56:47 taca Exp $
+$NetBSD: distinfo,v 1.49 2019/03/12 04:12:16 taca Exp $
 
-SHA1 (php-7.1.26.tar.bz2) = e6015d635ea0fd952db221bc7dd2e7abb173d4d2
-RMD160 (php-7.1.26.tar.bz2) = b74c077194f60ee42d2ad3bebaa07c6181c75b3a
-SHA512 (php-7.1.26.tar.bz2) = 1d802acec417cc625d13b7f980f075f4ad8fedf4809ab33e767834c280693525685cc7d6fec2e3ad51296a1d1a214095e70b376fc39fb1cacb71c1f45724fe3e
-Size (php-7.1.26.tar.bz2) = 15032145 bytes
+SHA1 (php-7.1.27.tar.bz2) = 2845a413aef667b423d8720844ad02fd1ac76926
+RMD160 (php-7.1.27.tar.bz2) = 79d37dff36b2e98e82872e1ab4c5b0babfe951d3
+SHA512 (php-7.1.27.tar.bz2) = c710a089917cffb04ee42ee9e7f4c0b187f4ee113426748985e00da05bbfc97800df0de8bbbbe05da1c6f44d34192cc6cdee10160b9c59fa637684397203a9c6
+Size (php-7.1.27.tar.bz2) = 15164328 bytes
 SHA1 (patch-acinclude.m4) = c232e68dbcd58bbfdf6800e491eb46812df15f65
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-disable-filter-url) = e9e92d686ddd1d1a1ece10fe4feee4e368fe510c



Home | Main Index | Thread Index | Old Index