summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-08-30 14:41:07 +0200
committerRemi Collet <remi@php.net>2023-08-30 14:41:07 +0200
commit5ba767b1bf7df00d083c54d448d2093bd82af6a1 (patch)
tree1a2ec116a4347ac6eb53d756559fb55f0d873659
parent19f8186abfdb38c26b705ca31aa68ad862a8c7b0 (diff)
Update to 8.1.23 - http://www.php.net/releases/8_1_23.phpv8.1.23
-rw-r--r--failed.txt6
-rw-r--r--php81.spec5
2 files changed, 7 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index d717513..e6095c7 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,16 +1,16 @@
-===== 8.1.23RC1 (2023-08-17)
+===== 8.1.23 (2023-08-31)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/el7x81/build.log:Tests failed : 0
/var/lib/mock/el8x81/build.log:Tests failed : 0
/var/lib/mock/el9x81/build.log:Tests failed : 0
-/var/lib/mock/fc36x81/build.log:Tests failed : 0
/var/lib/mock/fc37x81/build.log:Tests failed : 0
/var/lib/mock/fc38x81/build.log:Tests failed : 2
+/var/lib/mock/fc39x81/build.log:Tests failed : 2
-fc38x:
+fc38x, fc39x:
3 openssl_error_string() tests (OpenSSL >= 3.0) [ext/openssl/tests/openssl_error_string_basic_openssl3.phpt]
3 openssl_private_decrypt() tests [ext/openssl/tests/openssl_private_decrypt_basic.phpt]
diff --git a/php81.spec b/php81.spec
index 7d35200..cb27064 100644
--- a/php81.spec
+++ b/php81.spec
@@ -110,7 +110,7 @@
%bcond_with zip
%global upver 8.1.23
-%global rcver RC1
+#global rcver RC1
Summary: PHP scripting language for creating dynamic web sites
Name: php
@@ -2194,6 +2194,9 @@ fi
%changelog
+* Wed Aug 30 2023 Remi Collet <remi@remirepo.net> - 8.1.23-1
+- Update to 8.1.23 - http://www.php.net/releases/8_1_23.php
+
* Thu Aug 17 2023 Remi Collet <remi@remirepo.net> - 8.1.23~RC1-1
- update to 8.1.23RC1