diff options
author | taca <taca@pkgsrc.org> | 2021-10-22 15:14:24 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2021-10-22 15:14:24 +0000 |
commit | b53dfe742860407dc53157412d5c890afe262780 (patch) | |
tree | a5f39d309ae309470bd50435bd8ebbf93d233283 /lang/php74 | |
parent | 8f08e403ce916d661f1870ec0a5ca7476a23c4b0 (diff) | |
download | pkgsrc-b53dfe742860407dc53157412d5c890afe262780.tar.gz |
lang/php74: update to 7.4.25
This is a security fix release.
21 Oct 2021, PHP 7.4.25
- DOM:
. Fixed bug #81433 (DOMElement::setIdAttribute() called twice may remove ID).
(Viktor Volkov)
- FFI:
. Fixed bug #79576 ("TYPE *" shows unhelpful message when type is not
defined). (Dmitry)
- Fileinfo:
. Fixed bug #78987 (High memory usage during encoding detection). (Anatol)
- Filter:
. Fixed bug #61700 (FILTER_FLAG_IPV6/FILTER_FLAG_NO_PRIV|RES_RANGE failing).
(cmb, Nikita)
- FPM:
. Fixed bug #81026 (PHP-FPM oob R/W in root process leading to privilege
escalation) (CVE-2021-21703). (Jakub Zelenka)
- SPL:
. Fixed bug #80663 (Recursive SplFixedArray::setSize() may cause double-free).
(cmb, Nikita, Tyson Andre)
- Streams:
. Fixed bug #81475 (stream_isatty emits warning with attached stream wrapper).
(cmb)
- XML:
. Fixed bug #70962 (XML_OPTION_SKIP_WHITE strips embedded whitespace).
(Aliaksandr Bystry, cmb)
- Zip:
. Fixed bug #81490 (ZipArchive::extractTo() may leak memory). (cmb, Remi)
. Fixed bug #77978 (Dirname ending in colon unzips to wrong dir). (cmb)
Diffstat (limited to 'lang/php74')
-rw-r--r-- | lang/php74/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php74/distinfo b/lang/php74/distinfo index 5eacee89376..ccc8ca08da5 100644 --- a/lang/php74/distinfo +++ b/lang/php74/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.30 2021/10/07 14:21:06 nia Exp $ +$NetBSD: distinfo,v 1.31 2021/10/22 15:14:24 taca Exp $ -RMD160 (php-7.4.24.tar.xz) = 67a0c7ca2067311ee363e685fc89aba1980b0778 -SHA512 (php-7.4.24.tar.xz) = 30dd0a83d6184791f4cff3edcffeb05470de8f98ddadba3c11544449bf500280ff2048a8ca8588b35d0622dcbbf16f55ea297f51d469ae137048cab2d40da9cd -Size (php-7.4.24.tar.xz) = 10372816 bytes +RMD160 (php-7.4.25.tar.xz) = 53d6d40db7e78d98ea037e08780d68e81675bbe4 +SHA512 (php-7.4.25.tar.xz) = 7fcb236f6d2a92514059b2e107c2b592e6139e3c65046566ae98fb9d2c09eb3e9ca1a41ea6535fc814bc7127d8fd9f8bb5a80bd86eec32120eb150a34b9b5c34 +Size (php-7.4.25.tar.xz) = 10376304 bytes SHA1 (patch-build_libtool.m4) = 3656eb516fb14defd4b0964fe21e117c630be856 SHA1 (patch-configure) = 5e9c9c06f6d819d5ba2832d648f41363f40f3108 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640 |