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.22



details:   https://anonhg.NetBSD.org/pkgsrc/rev/afa4598c8a33
branches:  trunk
changeset: 456529:afa4598c8a33
user:      taca <taca%pkgsrc.org@localhost>
date:      Mon Aug 02 14:08:01 2021 +0000

description:
lang/php74: update to 7.4.22

29 Jul 2021, PHP 7.4.22

- Core:
  . Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files).
    (cmb, Nikita)
  . Fixed bug #81163 (incorrect handling of indirect vars in __sleep).
    (krakjoe)
  . Fixed bug #80728 (PHP built-in web server resets timeout when it can kill
    the process). (Calvin Buckley)
  . Fixed bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri']).
    (cmb)
  . Fixed bug #80173 (Using return value of zend_assign_to_variable() is not
    safe). (Nikita)
  . Fixed bug #73226 (--r[fcez] always return zero exit code). (cmb)

- Intl:
  . Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option).
    (cmb)
  . Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone). (cmb)
  . Fixed bug #74264 (grapheme_strrpos() broken for negative offsets). (cmb)

- OpenSSL:
  . Fixed bug #52093 (openssl_csr_sign truncates $serial). (cmb)

- PCRE:
  . Fixed bug #81101 (PCRE2 10.37 shows unexpected result). (Anatol)
  . Fixed bug #81243 (Too much memory is allocated for preg_replace()). (cmb)

- Standard:
  . Fixed bug #81223 (flock() only locks first byte of file). (cmb)

diffstat:

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

diffs (36 lines):

diff -r 6685b28a35c4 -r afa4598c8a33 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Mon Aug 02 13:49:46 2021 +0000
+++ b/lang/php/phpversion.mk    Mon Aug 02 14:08:01 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.333 2021/07/02 17:32:06 taca Exp $
+# $NetBSD: phpversion.mk,v 1.334 2021/08/02 14:08:01 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.29
-PHP74_VERSION= 7.4.21
+PHP74_VERSION= 7.4.22
 PHP80_VERSION= 8.0.8
 
 # Define initial release of major version.
diff -r 6685b28a35c4 -r afa4598c8a33 lang/php74/distinfo
--- a/lang/php74/distinfo       Mon Aug 02 13:49:46 2021 +0000
+++ b/lang/php74/distinfo       Mon Aug 02 14:08:01 2021 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25 2021/07/02 17:28:28 taca Exp $
+$NetBSD: distinfo,v 1.26 2021/08/02 14:08:01 taca Exp $
 
-SHA1 (php-7.4.21.tar.xz) = be6c96bee79e227d50440f80c1342f8badf2aa60
-RMD160 (php-7.4.21.tar.xz) = 175c38c9540e3cb9a22dd3170f1b4d824de6beb0
-SHA512 (php-7.4.21.tar.xz) = 778ddbfe614fdc6a00bc82c61f4c636bdbe815ce3398415a29bd24a2fd4ca2113b3b804303585d8830242e04b0c202bbc7c725a46c9bad79b070a0e896e5e681
-Size (php-7.4.21.tar.xz) = 10346628 bytes
+SHA1 (php-7.4.22.tar.xz) = 15d630081607a5138947c4b307acf756c2c89719
+RMD160 (php-7.4.22.tar.xz) = eee21b333b7a5fed9a774a9df8ba9c2cebd6d4da
+SHA512 (php-7.4.22.tar.xz) = 80587ba613b8a863a666f44a16ebb33cbb5a5d396601d1eaf063c8f7793a98abae903cb76fca4216860f1a043d5ee997464d479d53ffff6a1d6a6cd31da9100d
+Size (php-7.4.22.tar.xz) = 10348532 bytes
 SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856
 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index