pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2020Q4] pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Tue Feb 16 08:36:26 UTC 2021

Modified Files:
        pkgsrc/lang/php [pkgsrc-2020Q4]: phpversion.mk
        pkgsrc/lang/php74 [pkgsrc-2020Q4]: distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.315.2.2 -r1.315.2.3 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.17.2.1 -r1.17.2.2 pkgsrc/lang/php74/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.315.2.2 pkgsrc/lang/php/phpversion.mk:1.315.2.3
--- pkgsrc/lang/php/phpversion.mk:1.315.2.2     Sat Jan 16 19:48:15 2021
+++ pkgsrc/lang/php/phpversion.mk       Tue Feb 16 08:36:26 2021
@@ -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 @@ PHPVERSION_MK=        defined
 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

Index: pkgsrc/lang/php74/distinfo
diff -u pkgsrc/lang/php74/distinfo:1.17.2.1 pkgsrc/lang/php74/distinfo:1.17.2.2
--- pkgsrc/lang/php74/distinfo:1.17.2.1 Sat Jan 16 19:48:15 2021
+++ pkgsrc/lang/php74/distinfo  Tue Feb 16 08:36:26 2021
@@ -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