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.19
details: https://anonhg.NetBSD.org/pkgsrc/rev/97ea817b3b1c
branches: trunk
changeset: 382288:97ea817b3b1c
user: taca <taca%pkgsrc.org@localhost>
date: Mon Jun 25 15:19:22 2018 +0000
description:
lang/php71: update to 7.1.19
22 Jun 2018, PHP 7.1.19
- CLI Server:
. Fixed bug #76333 (PHP built-in server does not find files if root path
contains special characters). (Anatol)
- OpenSSL:
. Fixed bug #76296 (openssl_pkey_get_public does not respect open_basedir).
(Erik Lax, Jakub Zelenka)
. Fixed bug #76174 (openssl extension fails to build with LibreSSL 2.7).
(Jakub Zelenka)
- SPL:
. Fixed bug #76367 (NoRewindIterator segfault 11). (Laruence)
- Standard:
. Fixed bug #76335 ("link(): Bad file descriptor" with non-ASCII path).
(Anatol)
. Fixed bug #76383 (array_map on $GLOBALS returns IS_INDIRECT). (Bob)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php71/distinfo | 10 +++++-----
2 files changed, 7 insertions(+), 7 deletions(-)
diffs (36 lines):
diff -r c01015ddcb20 -r 97ea817b3b1c lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Mon Jun 25 14:12:01 2018 +0000
+++ b/lang/php/phpversion.mk Mon Jun 25 15:19:22 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.220 2018/06/24 10:34:47 taca Exp $
+# $NetBSD: phpversion.mk,v 1.221 2018/06/25 15:19:22 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
@@ -89,7 +89,7 @@
# Define each PHP's version.
PHP56_VERSION= 5.6.36
PHP70_VERSION= 7.0.30
-PHP71_VERSION= 7.1.18
+PHP71_VERSION= 7.1.19
PHP72_VERSION= 7.2.7
# Define initial release of major version.
diff -r c01015ddcb20 -r 97ea817b3b1c lang/php71/distinfo
--- a/lang/php71/distinfo Mon Jun 25 14:12:01 2018 +0000
+++ b/lang/php71/distinfo Mon Jun 25 15:19:22 2018 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.37 2018/05/26 15:52:07 taca Exp $
+$NetBSD: distinfo,v 1.38 2018/06/25 15:19:22 taca Exp $
-SHA1 (php-7.1.18.tar.bz2) = 5c6b5aa1cf9bfe69786fa0f293295f1f3361b1e8
-RMD160 (php-7.1.18.tar.bz2) = af1814b0f131ce0c7409d01fb44db5247bced5f4
-SHA512 (php-7.1.18.tar.bz2) = d6da7001619ff535708bca203f754cd78764d8d1fcad9785e6b48a63269e0dd6ff2260f075bd8822280f21339a146ae8b086f915dad7227584499ca720ea4aad
-Size (php-7.1.18.tar.bz2) = 15140158 bytes
+SHA1 (php-7.1.19.tar.bz2) = 2010c911e34ec01e94697567d13eb29e49ac3045
+RMD160 (php-7.1.19.tar.bz2) = f8fbc7f0218954938fe5b37b91160fe093839288
+SHA512 (php-7.1.19.tar.bz2) = d19ca6063f71c0265111ec0d218a123af6eada6158ef0135a3fe3a30a0e7517dc12a58f955e52aa243725473600b44b94eb0535843d822ec97436518d88a2b68
+Size (php-7.1.19.tar.bz2) = 15147029 bytes
SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f
Home |
Main Index |
Thread Index |
Old Index