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 May 26 15:52:07 UTC 2018

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

Log Message:
lang/php71: update to 7.1.18

24 May 2018, PHP 7.1.18

- FPM:
  . Fixed bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD.
    (mgorny)

- intl:
  . Fixed bug #74385 (Locale::parseLocale() broken with some arguments).
    (Anatol)

- Opcache:
  . Fixed bug #76205 (PHP-FPM sporadic crash when running Infinitewp). (Dmitry)
  . Fixed bug #76275 (Assertion failure in file cache when unserializing empty
    try_catch_array). (Nikita)
  . Fixed bug #76281 (Opcache causes incorrect "undefined variable" errors).
    (Nikita)

- Reflection:
  . Fixed arginfo for array_replace(_recursive) and array_merge(_recursive).
    (carusogabriel)


To generate a diff of this commit:
cvs rdiff -u -r1.217 -r1.218 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.36 -r1.37 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.217 pkgsrc/lang/php/phpversion.mk:1.218
--- pkgsrc/lang/php/phpversion.mk:1.217 Sun Apr 29 16:26:40 2018
+++ pkgsrc/lang/php/phpversion.mk       Sat May 26 15:52:07 2018
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.217 2018/04/29 16:26:40 taca Exp $
+# $NetBSD: phpversion.mk,v 1.218 2018/05/26 15:52: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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.36
 PHP70_VERSION= 7.0.30
-PHP71_VERSION= 7.1.17
+PHP71_VERSION= 7.1.18
 PHP72_VERSION= 7.2.5
 
 # Define initial release of major version.

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.36 pkgsrc/lang/php71/distinfo:1.37
--- pkgsrc/lang/php71/distinfo:1.36     Thu Apr 26 15:41:03 2018
+++ pkgsrc/lang/php71/distinfo  Sat May 26 15:52:07 2018
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.36 2018/04/26 15:41:03 taca Exp $
+$NetBSD: distinfo,v 1.37 2018/05/26 15:52:07 taca Exp $
 
-SHA1 (php-7.1.17.tar.bz2) = bdf16f742e3fb0764ec458e362d056d1bedc7c23
-RMD160 (php-7.1.17.tar.bz2) = fc2a789f1f7a409374b3ec207084dc4e3790a64d
-SHA512 (php-7.1.17.tar.bz2) = 6a3d7e93ee3d167a16b95de88929509fa4a4a053bbf793f3919850065f46169488301a1a11e72a69829793dd51190eb035c56ed9330184d7084a738671538e14
-Size (php-7.1.17.tar.bz2) = 15141088 bytes
+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 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = 862707ff3fd8b8d7312104bb44a48fe8379951bd
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index