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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/abd299307feb
branches:  trunk
changeset: 331045:abd299307feb
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Mar 12 04:12:16 2019 +0000

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

diffstat:

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

diffs (36 lines):

diff -r 1263fc42420e -r abd299307feb lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Tue Mar 12 00:18:35 2019 +0000
+++ b/lang/php/phpversion.mk    Tue Mar 12 04:12:16 2019 +0000
@@ -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 @@
 
 # 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
 
diff -r 1263fc42420e -r abd299307feb lang/php71/distinfo
--- a/lang/php71/distinfo       Tue Mar 12 00:18:35 2019 +0000
+++ b/lang/php71/distinfo       Tue Mar 12 04:12:16 2019 +0000
@@ -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