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



details:   https://anonhg.NetBSD.org/pkgsrc/rev/cf72245f3038
branches:  trunk
changeset: 768444:cf72245f3038
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Oct 22 15:14:24 2021 +0000

description:
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:

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

diffs (34 lines):

diff -r 936cb0b5967a -r cf72245f3038 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Oct 22 15:10:33 2021 +0000
+++ b/lang/php/phpversion.mk    Fri Oct 22 15:14:24 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.342 2021/10/22 15:09:52 taca Exp $
+# $NetBSD: phpversion.mk,v 1.343 2021/10/22 15:14:24 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.31
-PHP74_VERSION= 7.4.24
+PHP74_VERSION= 7.4.25
 PHP80_VERSION= 8.0.12
 
 # Define initial release of major version.
diff -r 936cb0b5967a -r cf72245f3038 lang/php74/distinfo
--- a/lang/php74/distinfo       Fri Oct 22 15:10:33 2021 +0000
+++ b/lang/php74/distinfo       Fri Oct 22 15:14:24 2021 +0000
@@ -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



Home | Main Index | Thread Index | Old Index