pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



Module Name:    pkgsrc
Committed By:   taca
Date:           Fri Nov 19 14:29:05 UTC 2021

Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php80: distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.346 -r1.347 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.12 -r1.13 pkgsrc/lang/php80/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.346 pkgsrc/lang/php/phpversion.mk:1.347
--- pkgsrc/lang/php/phpversion.mk:1.346 Fri Nov 19 14:27:56 2021
+++ pkgsrc/lang/php/phpversion.mk       Fri Nov 19 14:29:04 2021
@@ -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 @@ PHPVERSION_MK=        defined
 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

Index: pkgsrc/lang/php80/distinfo
diff -u pkgsrc/lang/php80/distinfo:1.12 pkgsrc/lang/php80/distinfo:1.13
--- pkgsrc/lang/php80/distinfo:1.12     Tue Oct 26 10:51:48 2021
+++ pkgsrc/lang/php80/distinfo  Fri Nov 19 14:29:04 2021
@@ -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