pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang lang/php80: update to 8.0.13



details:   https://anonhg.NetBSD.org/pkgsrc/rev/246d68bce148
branches:  trunk
changeset: 769773:246d68bce148
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri Nov 19 14:29:04 2021 +0000

description:
lang/php80: update to 8.0.13

This release contains security fix.

18 Nov 2021, PHP 8.0.13

- Core:
  . Fixed bug #81518 (Header injection via default_mimetype / default_charset).
    (cmb)

- Date:
  . Fixed bug #81500 (Interval serialization regression since 7.3.14 / 7.4.2).
    (cmb)

- MBString:
  . Fixed bug #76167 (mbstring may use pointer from some previous request).
    (cmb, cataphract)

- Opcache:
  . Fixed bug #81512 (Unexpected behavior with arrays and JIT). (Dmitry)

- PCRE:
  . Fixed bug #81424 (PCRE2 10.35 JIT performance regression). (cmb)

- XML:
  . Fixed bug #79971 (special character is breaking the path in xml function).
    (CVE-2021-21707) (cmb)

- XMLReader:
  . Fixed bug #81521 (XMLReader::getParserProperty may throw with a valid
    property). (Nikita)

diffstat:

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

diffs (34 lines):

diff -r 660506869c6b -r 246d68bce148 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri Nov 19 14:28:21 2021 +0000
+++ b/lang/php/phpversion.mk    Fri Nov 19 14:29:04 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.346 2021/11/19 14:27:56 taca Exp $
+# $NetBSD: phpversion.mk,v 1.347 2021/11/19 14:29:04 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
@@ -90,7 +90,7 @@
 PHP56_VERSION= 5.6.40
 PHP73_VERSION= 7.3.33
 PHP74_VERSION= 7.4.26
-PHP80_VERSION= 8.0.12
+PHP80_VERSION= 8.0.13
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828
diff -r 660506869c6b -r 246d68bce148 lang/php80/distinfo
--- a/lang/php80/distinfo       Fri Nov 19 14:28:21 2021 +0000
+++ b/lang/php80/distinfo       Fri Nov 19 14:29:04 2021 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.12 2021/10/26 10:51:48 nia Exp $
+$NetBSD: distinfo,v 1.13 2021/11/19 14:29:04 taca Exp $
 
-BLAKE2s (php-8.0.12.tar.xz) = 4dcb0c998fe0dba86c1caccc18eeeea66f14cd01674b0115f4ea67aafd33ff55
-SHA512 (php-8.0.12.tar.xz) = 927b15c4443f3741a5325ec7bf387987b405cd5e64e40fd81f1945bf073adda30eeede8e1f98185f505cb61f969cf1abe05b8dad57a3c4e87971e8037bb16b23
-Size (php-8.0.12.tar.xz) = 10713980 bytes
+BLAKE2s (php-8.0.13.tar.xz) = 342430a28a7985608772a3558ab6f351b795eb8d943fd75cbc16159983ba7b28
+SHA512 (php-8.0.13.tar.xz) = cb00482b74146670c4644f4b5da63b40d9afd111e198cdf1e67bfcf4280501a657b4fbad8fd7580f4e3f537db3c8a9db5f4115d3a466392cefac9866e233fa49
+Size (php-8.0.13.tar.xz) = 10854284 bytes
 SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
 SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
 SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640



Home | Main Index | Thread Index | Old Index