Skip to content
Snippets Groups Projects
Commit 372d4690 authored by Andy Postnikov's avatar Andy Postnikov
Browse files

community/php82: upgrade to 8.2.23

parent 81b886bd
No related branches found
No related tags found
1 merge request!70461community/php82: upgrade to 8.2.23
Pipeline #255357 skipped
......@@ -26,7 +26,7 @@
pkgname=php82
_pkgreal=php
pkgver=8.2.22
pkgver=8.2.23
pkgrel=0
_apiver=20220829
_suffix=${pkgname#php}
......@@ -117,7 +117,7 @@ source="php-$pkgver.tar.xz::https://php.net/distributions/$_pkgreal-$pkgver.tar.
phpinfo-avif.patch
fix-icu74.patch
loongarch64-support-for-fibers.patch
fix-curl890.patch
fix-soap-test.patch
"
builddir="$srcdir/$_pkgreal-$pkgver"
......@@ -636,7 +636,7 @@ _extensions_by_load_order() {
}
sha512sums="
b72df5bf8bde09571a965f512b970e2403f1c9b26fbf9efc4d1aeb5940def10e4088e5c7dbb06087b2f5206d711e34849b0726af6a81b0c3b6d9bcbd14f5172d php-8.2.22.tar.xz
ed1b26042ee9f059bd90140b5ce3f5f524441b22f2c5f96997e08455121acbf71072fd1f905fa1d477e9608c7827641b6e81f94e04701966e7ecd912ff99f99f php-8.2.23.tar.xz
f8662f7f5fcf286ba138d735538b62c0611df7941f3b398e6d2128077555f0ce133b6428f2607d3102c2e7323f2c58a4501727493584383a863e2f4e83057e7a php82-fpm.initd
29dc69d06c25ecc194b617e9af7c42fbdbe634a8312a5c6a1ab8e2d582cb64ed2f53308eeaa45dcf71b7f5618e6ef3e9d8a9d6932685e0d8af86203f43481bd9 php82-fpm.logrotate
504f0e4aca2dfd36f428006fe6442557e99f8608f683467ae95519b5219208951bf3ba7223af69728a4e055110f5e491ea4b484db2f696410ce35f4999a8481a php82-module.conf
......@@ -653,5 +653,5 @@ f93c6544fe7cc630b72c2315b312e327b39d7a46e9bcd0d00d37d92863dd44c06f96f74539f0ef93
8833c5c6f5225f5e85a9cd842274e4e6b2f55dc572a13bdb3066c624f82c9f39fa07cb2f8f242092ff814f61f0cb8abaa792b1f93c16ad341f1a8dec05a6ca2d phpinfo-avif.patch
b376af772b4b92ce50f955a9becff47784383b4d453419d8c06ae4e712ccaabeea4898ca6a6ab6c3bbf1fdcc720ccf3fa85a8c0e538c914ea667ab58d0ba396c fix-icu74.patch
517441fdf14b7855b1843bd0d1c86126017af7a340fbf7177202db7c9e67912332abdb62e7477f45e7922c910672396ba4f953eb7dc052ed06624c682bd12791 loongarch64-support-for-fibers.patch
2945eb46aa16c802d21119c775ed0c637ecb731a431e3e083b2d27f62c59a085dcfab739210058d323af8d474e6f1cb3a46ea7dd4ec58a8e74d5b0ed2c57e86e fix-curl890.patch
f9097132557f1b73400cd4a5189d4418a8b5ad90f3cd53dedf48405422702a927dad533db236933db39bcf6013a0f33a59858b976b23a5aabf41756e249ee3ff fix-soap-test.patch
"
Patch-Source: https://github.com/php/php-src/commit/fdae7c23f0a04a53fa7c640f2f7993b68e73a713
From fdae7c23f0a04a53fa7c640f2f7993b68e73a713 Mon Sep 17 00:00:00 2001
From: Niels Dossche <7771979+nielsdos@users.noreply.github.com>
Date: Sun, 28 Jul 2024 14:34:26 +0200
Subject: [PATCH] Fix CI failure on macOS after Curl update
---
ext/standard/tests/file/bug52820.phpt | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/ext/standard/tests/file/bug52820.phpt b/ext/standard/tests/file/bug52820.phpt
index c884f7edb91f..2d3cedad8794 100644
--- a/ext/standard/tests/file/bug52820.phpt
+++ b/ext/standard/tests/file/bug52820.phpt
@@ -46,21 +46,21 @@ echo "\nDone.\n";
temp stream \(close after\):
About to rewind!
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
-\* Closing connection( -?\d+)?
+\* [Cc]losing connection( #?-?\d+)?
memory stream \(close after\):
About to rewind!
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
-\* Closing connection( -?\d+)?
+\* [Cc]losing connection( #?-?\d+)?
temp stream \(leak\):
About to rewind!
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
-\* Closing connection( -?\d+)?
+\* [Cc]losing connection( #?-?\d+)?
memory stream \(leak\):
About to rewind!
(\* processing: file:\/\/\/i_dont_exist\/\n)?\* Couldn't open file \/i_dont_exist\/
-\* Closing connection( -?\d+)?
+\* [Cc]losing connection( #?-?\d+)?
Done\.
Patch-Source: https://github.com/php/php-src/commit/1b52ecd78ad1a211a4a9db65975df34d2539125b
From 1b52ecd78ad1a211a4a9db65975df34d2539125b Mon Sep 17 00:00:00 2001
From: "Christoph M. Becker" <cmbecker69@gmx.de>
Date: Tue, 13 Aug 2024 19:23:53 +0200
Subject: [PATCH] Fix test expectation
---
ext/soap/tests/bugs/bug55639.phpt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ext/soap/tests/bugs/bug55639.phpt b/ext/soap/tests/bugs/bug55639.phpt
index 40a2cf3f11d26..16d7f7a377193 100644
--- a/ext/soap/tests/bugs/bug55639.phpt
+++ b/ext/soap/tests/bugs/bug55639.phpt
@@ -53,7 +53,7 @@ var_dump($headers);
?>
--EXPECTF--
Unauthorized
-string(424) "POST / HTTP/1.1
+string(%d) "POST / HTTP/1.1
Host: %s
Connection: Keep-Alive
User-Agent: %s
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment