pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2021Q3] pkgsrc/lang



Module Name:    pkgsrc
Committed By:   tm
Date:           Tue Nov 23 22:50:50 UTC 2021

Modified Files:
        pkgsrc/lang/php [pkgsrc-2021Q3]: phpversion.mk
        pkgsrc/lang/php80 [pkgsrc-2021Q3]: distinfo

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


To generate a diff of this commit:
cvs rdiff -u -r1.341.2.5 -r1.341.2.6 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.8.2.1 -r1.8.2.2 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.341.2.5 pkgsrc/lang/php/phpversion.mk:1.341.2.6
--- pkgsrc/lang/php/phpversion.mk:1.341.2.5     Tue Nov 23 22:49:09 2021
+++ pkgsrc/lang/php/phpversion.mk       Tue Nov 23 22:50:50 2021
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.341.2.5 2021/11/23 22:49:09 tm Exp $
+# $NetBSD: phpversion.mk,v 1.341.2.6 2021/11/23 22:50:50 tm 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.8.2.1 pkgsrc/lang/php80/distinfo:1.8.2.2
--- pkgsrc/lang/php80/distinfo:1.8.2.1  Tue Nov  2 18:28:45 2021
+++ pkgsrc/lang/php80/distinfo  Tue Nov 23 22:50:50 2021
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.8.2.1 2021/11/02 18:28:45 tm Exp $
+$NetBSD: distinfo,v 1.8.2.2 2021/11/23 22:50:50 tm Exp $
 
-SHA1 (php-8.0.12.tar.xz) = 1c762150f4fbf60885752572eab0abb15208349a
-RMD160 (php-8.0.12.tar.xz) = 098d8c323e93a37ae6c110c809dbe91e0d059acd
-SHA512 (php-8.0.12.tar.xz) = 927b15c4443f3741a5325ec7bf387987b405cd5e64e40fd81f1945bf073adda30eeede8e1f98185f505cb61f969cf1abe05b8dad57a3c4e87971e8037bb16b23
-Size (php-8.0.12.tar.xz) = 10713980 bytes
+SHA1 (php-8.0.13.tar.xz) = 53e7bfb527c0be4fe1ac1022b9e2895cbc256860
+RMD160 (php-8.0.13.tar.xz) = 7e5038022c46d5085725627410f887d09ce1f36a
+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