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 Jun 10 00:00:07 UTC 2022
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php80: Makefile distinfo
Log Message:
lang/php80: update to 8.0.20
09 Jun 2022, PHP 8.0.20
- CLI:
. Fixed bug GH-8575 (CLI closes standard streams too early). (Levi Morrison)
- Core:
. Fixed Haiku ZTS builds. (David Carlier)
- Date:
. Fixed bug GH-8471 (Segmentation fault when converting immutable and mutable
DateTime instances created using reflection). (Derick)
- FPM:
. Fixed ACL build check on MacOS. (David Carlier)
. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
(Jakub Zelenka, loveharmful)
- Mysqlnd:
. Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
(c dot fol at ambionics dot io)
- OPcache:
. Fixed bug GH-8466 (ini_get() is optimized out when the option does not
exist). (Arnaud)
- Pcntl:
. Fixed Haiku build. (David Carlier)
- Pgsql:
. Fixed bug #81720: Uninitialized array in pg_query_params().
(CVE-2022-31625) (cmb)
- Soap:
. Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
(robertnisipeanu)
. Fixed bug GH-8538 (SoapClient may strip parts of nmtokens). (cmb)
- SPL:
. Fixed bug GH-8235 (iterator_count() may run indefinitely). (cmb)
- Zip:
. Fixed type for index in ZipArchive::replaceFile. (Martin Rehberger)
To generate a diff of this commit:
cvs rdiff -u -r1.367 -r1.368 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.8 -r1.9 pkgsrc/lang/php80/Makefile
cvs rdiff -u -r1.20 -r1.21 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.367 pkgsrc/lang/php/phpversion.mk:1.368
--- pkgsrc/lang/php/phpversion.mk:1.367 Thu Jun 9 15:10:50 2022
+++ pkgsrc/lang/php/phpversion.mk Fri Jun 10 00:00:06 2022
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.367 2022/06/09 15:10:50 taca Exp $
+# $NetBSD: phpversion.mk,v 1.368 2022/06/10 00:00:06 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 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP74_VERSION= 7.4.30
-PHP80_VERSION= 8.0.19
+PHP80_VERSION= 8.0.20
PHP81_VERSION= 8.1.7
# Define initial release of major version.
Index: pkgsrc/lang/php80/Makefile
diff -u pkgsrc/lang/php80/Makefile:1.8 pkgsrc/lang/php80/Makefile:1.9
--- pkgsrc/lang/php80/Makefile:1.8 Sat May 21 16:00:11 2022
+++ pkgsrc/lang/php80/Makefile Fri Jun 10 00:00:07 2022
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.8 2022/05/21 16:00:11 taca Exp $
+# $NetBSD: Makefile,v 1.9 2022/06/10 00:00:07 taca Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_VERSION:S/RC/rc/}
-PKGREVISION= 1
COMMENT= PHP Hypertext Preprocessor version 8.0
LICENSE= php
Index: pkgsrc/lang/php80/distinfo
diff -u pkgsrc/lang/php80/distinfo:1.20 pkgsrc/lang/php80/distinfo:1.21
--- pkgsrc/lang/php80/distinfo:1.20 Sat May 21 16:00:11 2022
+++ pkgsrc/lang/php80/distinfo Fri Jun 10 00:00:07 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.20 2022/05/21 16:00:11 taca Exp $
+$NetBSD: distinfo,v 1.21 2022/06/10 00:00:07 taca Exp $
-BLAKE2s (php-8.0.19.tar.xz) = 9c2620a24bcf565f825e3153268f18bc7527c09f0e918210a2b526a7f4ffe832
-SHA512 (php-8.0.19.tar.xz) = 106aa7c9f4804b8ce3518d7e6da4dc8f2a4df2f0b5d7369776737e0b13d4cd6be375694b78271fd1d007d4e0892009dc2a7214c1652462ebf128b74f845787e8
-Size (php-8.0.19.tar.xz) = 10778992 bytes
+BLAKE2s (php-8.0.20.tar.xz) = 44891d8274de55a31eda0ba66d6ae783a39caedb770673d00882252d3fe2c9c6
+SHA512 (php-8.0.20.tar.xz) = 24153733111bb5104298679fb5ee02d8abad4e6b2a8e0a07c2a6076e1c9104309abe56bcb7b5fe17670c266e5e9981c520ed0ac12b699ae0050953ff99ef04fa
+Size (php-8.0.20.tar.xz) = 10879064 bytes
SHA1 (patch-build_libtool.m4) = e58a2bcebe9e9d7dc7255354fd9fe57878e3f8a6
SHA1 (patch-configure) = 6c3d2537eb4d1c2ed05e8e1e411701d316c67d8b
SHA1 (patch-disable-filter-url) = 0a2c19c18f089448a8d842e99738b292ab9e5640
Home |
Main Index |
Thread Index |
Old Index