Skip to content

Commit 45014b9

Browse files
committed
Pullup ticket #6543 - requested by taca
lang/php80: security fix Revisions pulled up: - lang/php/phpversion.mk 1.347 - lang/php80/distinfo 1.13 --- 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)
1 parent 34de2fb commit 45014b9

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

lang/php/phpversion.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $NetBSD: phpversion.mk,v 1.341.2.5 2021/11/23 22:49:09 tm Exp $
1+
# $NetBSD: phpversion.mk,v 1.341.2.6 2021/11/23 22:50:50 tm Exp $
22
#
33
# This file selects a PHP version, based on the user's preferences and
44
# the installed packages. It does not add a dependency on the PHP
@@ -90,7 +90,7 @@ PHPVERSION_MK= defined
9090
PHP56_VERSION= 5.6.40
9191
PHP73_VERSION= 7.3.33
9292
PHP74_VERSION= 7.4.26
93-
PHP80_VERSION= 8.0.12
93+
PHP80_VERSION= 8.0.13
9494

9595
# Define initial release of major version.
9696
PHP56_RELDATE= 20140828

lang/php80/distinfo

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
$NetBSD: distinfo,v 1.8.2.1 2021/11/02 18:28:45 tm Exp $
1+
$NetBSD: distinfo,v 1.8.2.2 2021/11/23 22:50:50 tm Exp $
22

3-
SHA1 (php-8.0.12.tar.xz) = 1c762150f4fbf60885752572eab0abb15208349a
4-
RMD160 (php-8.0.12.tar.xz) = 098d8c323e93a37ae6c110c809dbe91e0d059acd
5-
SHA512 (php-8.0.12.tar.xz) = 927b15c4443f3741a5325ec7bf387987b405cd5e64e40fd81f1945bf073adda30eeede8e1f98185f505cb61f969cf1abe05b8dad57a3c4e87971e8037bb16b23
6-
Size (php-8.0.12.tar.xz) = 10713980 bytes
3+
SHA1 (php-8.0.13.tar.xz) = 53e7bfb527c0be4fe1ac1022b9e2895cbc256860
4+
RMD160 (php-8.0.13.tar.xz) = 7e5038022c46d5085725627410f887d09ce1f36a
5+
SHA512 (php-8.0.13.tar.xz) = cb00482b74146670c4644f4b5da63b40d9afd111e198cdf1e67bfcf4280501a657b4fbad8fd7580f4e3f537db3c8a9db5f4115d3a466392cefac9866e233fa49
6+
Size (php-8.0.13.tar.xz) = 10854284 bytes
77
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
88
SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
99
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640

0 commit comments

Comments
 (0)