pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/pkgsrc-2020Q4]: pkgsrc/lang Pullup ticket #6426 - requested by taca
details: https://anonhg.NetBSD.org/pkgsrc/rev/28bdb7df5933
branches: pkgsrc-2020Q4
changeset: 447100:28bdb7df5933
user: bsiegert <bsiegert%pkgsrc.org@localhost>
date: Tue Feb 16 08:36:26 2021 +0000
description:
Pullup ticket #6426 - requested by taca
lang/php74: security fix
Revisions pulled up:
- lang/php/phpversion.mk 1.319
- lang/php74/distinfo 1.19
---
Module Name: pkgsrc
Committed By: taca
Date: Fri Feb 5 14:45:20 UTC 2021
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php74: distinfo
Log Message:
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 2560005c4562 -r 28bdb7df5933 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Tue Feb 16 08:30:47 2021 +0000
+++ b/lang/php/phpversion.mk Tue Feb 16 08:36:26 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.315.2.2 2021/01/16 19:48:15 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.315.2.3 2021/02/16 08:36:26 bsiegert 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
@@ -90,7 +90,7 @@
PHP56_VERSION= 5.6.40
PHP72_VERSION= 7.2.34
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 2560005c4562 -r 28bdb7df5933 lang/php74/distinfo
--- a/lang/php74/distinfo Tue Feb 16 08:30:47 2021 +0000
+++ b/lang/php74/distinfo Tue Feb 16 08:36:26 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.17.2.1 2021/01/16 19:48:15 bsiegert Exp $
+$NetBSD: distinfo,v 1.17.2.2 2021/02/16 08:36:26 bsiegert 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