pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang lang/php74: update to 7.4.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8f277face907
branches:  trunk
changeset: 446174:8f277face907
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Feb 05 14:45:19 2021 +0000

description:
lang/php74: update to 7.4.15

04 Feb 2021, PHP 7.4.15

- Core:
  . Fixed bug #80523 (bogus parse error on >4GB source code). (Nikita)
  . Fixed bug #80384 (filter buffers entire read until file closed). (Adam
    Seitz, cmb)

- Curl:
  . Fixed bug #80595 (Resetting POSTFIELDS to empty array breaks request). (cmb)

- Date:
  . Fixed bug #80376 (last day of the month causes runway cpu usage. (Derick)

- MySQLi:
  . Fixed bug #67983 (mysqlnd with MYSQLI_OPT_INT_AND_FLOAT_NATIVE fails to
    interpret bit columns). (Nikita)
  . Fixed bug #64638 (Fetching resultsets from stored procedure with cursor
    fails). (Nikita)
  . Fixed bug #72862 (segfault using prepared statements on stored procedures
    that use a cursor). (Nikita)
  . Fixed bug #77935 (Crash in mysqlnd_fetch_stmt_row_cursor when calling an SP
    with a cursor). (Nikita)

- Phar:
  . Fixed bug #77565 (Incorrect locator detection in ZIP-based phars). (cmb)
  . Fixed bug #69279 (Compressed ZIP Phar extractTo() creates garbage files).
    (cmb)

- SOAP:
  . Fixed bug #80672 (Null Dereference in SoapClient). (CVE-2021-21702) (cmb,
    Stas)

diffstat:

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

diffs (36 lines):

diff -r 257f2bfbeeb9 -r 8f277face907 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Feb 05 14:44:29 2021 +0000
+++ b/lang/php/phpversion.mk    Fri Feb 05 14:45:19 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.318 2021/01/07 13:39:09 taca Exp $
+# $NetBSD: phpversion.mk,v 1.319 2021/02/05 14:45:19 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.40
 PHP73_VERSION= 7.3.26
-PHP74_VERSION= 7.4.14
+PHP74_VERSION= 7.4.15
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 257f2bfbeeb9 -r 8f277face907 lang/php74/distinfo
--- a/lang/php74/distinfo       Fri Feb 05 14:44:29 2021 +0000
+++ b/lang/php74/distinfo       Fri Feb 05 14:45:19 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.18 2021/01/07 13:39:09 taca Exp $
+$NetBSD: distinfo,v 1.19 2021/02/05 14:45:20 taca Exp $
 
-SHA1 (php-7.4.14.tar.xz) = c19015a52a880c9ade2813fed08dd72e7817c832
-RMD160 (php-7.4.14.tar.xz) = 4f5911f270894dbfa63409e89641e901a47639d8
-SHA512 (php-7.4.14.tar.xz) = 5c48874d1e78d83297e98773089993ee3c8a7cdd8a611afc536eed8bc91cc4b2b492e1940923ccb7fe2dd039732082e568191e64923b74d4fc80362fbd06e6b7
-Size (php-7.4.14.tar.xz) = 10326868 bytes
+SHA1 (php-7.4.15.tar.xz) = a616fc6ebf29b96a41d31422ab7151ba54b0382a
+RMD160 (php-7.4.15.tar.xz) = c62b33a1ccc9b108042a2108088e538f9dcb5695
+SHA512 (php-7.4.15.tar.xz) = 51a815852c08518d6706fc719e3bafd214889580cc5ca0e5049ae7e8f6173e83b9486bc9a69afd1ea4ab1778bb2879bd917595cd04cbcc50b182a10230f08175
+Size (php-7.4.15.tar.xz) = 10332360 bytes
 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
 SHA1 (patch-ext_intl_breakiterator_codepointiterator__internal.cpp) = c6702b071a1881ed35a1c1adc0e07ce53335e2e7



Home | Main Index | Thread Index | Old Index