diff options
author | taca <taca@pkgsrc.org> | 2019-03-12 04:12:16 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2019-03-12 04:12:16 +0000 |
commit | 808bd67aa198e59de347615783e93fd70f9744bd (patch) | |
tree | 3a83b6710f44a254d2339e742dc9bf4af9d4e322 /lang | |
parent | 88b9f651d531d27356f4ee142a15f40c48bb3452 (diff) | |
download | pkgsrc-808bd67aa198e59de347615783e93fd70f9744bd.tar.gz |
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 (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php71/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 2a36699b4cb..db6c5000574 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -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 diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 60d323b1b80..1f7f866d70a 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -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 |