Date: Sat, 31 Jul 2021 21:32:12 GMT From: Torsten Zuehlsdorff <tz@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-branches@FreeBSD.org Subject: git: 61de71288d20 - 2021Q3 - lang/php74: Update from 7.4.21 to 7.4.22 Message-ID: <202107312132.16VLWCwv045748@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch 2021Q3 has been updated by tz: URL: https://cgit.FreeBSD.org/ports/commit/?id=61de71288d2039a662481c7904cdfd47fe0fc5a2 commit 61de71288d2039a662481c7904cdfd47fe0fc5a2 Author: Torsten Zuehlsdorff <tz@FreeBSD.org> AuthorDate: 2021-07-31 21:22:21 +0000 Commit: Torsten Zuehlsdorff <tz@FreeBSD.org> CommitDate: 2021-07-31 21:31:57 +0000 lang/php74: Update from 7.4.21 to 7.4.22 Changelog: Core: Fixed bug #81145 (copy() and stream_copy_to_stream() fail for +4GB files). Fixed bug #81163 (incorrect handling of indirect vars in __sleep). Fixed bug #80728 (PHP built-in web server resets timeout when it can kill the process). Fixed bug #73630 (Built-in Weberver - overwrite $_SERVER['request_uri']). Fixed bug #80173 (Using return value of zend_assign_to_variable() is not safe). Fixed bug #73226 (--r[fcez] always return zero exit code). Intl: Fixed bug #72809 (Locale::lookup() wrong result with canonicalize option). Fixed bug #68471 (IntlDateFormatter fails for "GMT+00:00" timezone). Fixed bug #74264 (grapheme_strrpos() broken for negative offsets). OpenSSL: Fixed bug #52093 (openssl_csr_sign truncates $serial). PCRE: Fixed bug #81101 (PCRE2 10.37 shows unexpected result). Fixed bug #81243 (Too much memory is allocated for preg_replace()). Standard: Fixed bug #81223 (flock() only locks first byte of file). Sponsored by: Bounce Experts (cherry picked from commit e297f257a84dc2e32a1fabad4d764b523f3b211d) --- lang/php74/Makefile | 2 +- lang/php74/distinfo | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 72d58ed17183..093dc3a678e1 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,5 +1,5 @@ PORTNAME= php74 -DISTVERSION= 7.4.21 +DISTVERSION= 7.4.22 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php74/distinfo b/lang/php74/distinfo index 5eb8baf2087f..966661dad066 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1625432270 -SHA256 (php-7.4.21.tar.xz) = cf43384a7806241bc2ff22022619baa4abb9710f12ec1656d0173de992e32a90 -SIZE (php-7.4.21.tar.xz) = 10346628 +TIMESTAMP = 1627672964 +SHA256 (php-7.4.22.tar.xz) = 8e078cd7d2f49ac3fcff902490a5bb1addc885e7e3b0d8dd068f42c68297bde8 +SIZE (php-7.4.22.tar.xz) = 10348532
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202107312132.16VLWCwv045748>