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.20
details: https://anonhg.NetBSD.org/pkgsrc/rev/a43c9d00bce6
branches: trunk
changeset: 380601:a43c9d00bce6
user: taca <taca%pkgsrc.org@localhost>
date: Fri Jun 10 00:00:06 2022 +0000
description:
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)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php80/Makefile | 3 +--
lang/php80/distinfo | 8 ++++----
3 files changed, 7 insertions(+), 8 deletions(-)
diffs (49 lines):
diff -r bfc02098c6c2 -r a43c9d00bce6 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Thu Jun 09 18:26:36 2022 +0000
+++ b/lang/php/phpversion.mk Fri Jun 10 00:00:06 2022 +0000
@@ -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 @@
# 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.
diff -r bfc02098c6c2 -r a43c9d00bce6 lang/php80/Makefile
--- a/lang/php80/Makefile Thu Jun 09 18:26:36 2022 +0000
+++ b/lang/php80/Makefile Fri Jun 10 00:00:06 2022 +0000
@@ -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
diff -r bfc02098c6c2 -r a43c9d00bce6 lang/php80/distinfo
--- a/lang/php80/distinfo Thu Jun 09 18:26:36 2022 +0000
+++ b/lang/php80/distinfo Fri Jun 10 00:00:06 2022 +0000
@@ -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