summaryrefslogtreecommitdiffstats
path: root/failed.txt
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2026-05-07 10:15:48 +0200
committerRemi Collet <remi@php.net>2026-05-07 10:15:48 +0200
commit544e29f1e739eb8ab335c130788d46161141d338 (patch)
treeffdbfd2c6808eb9483c1c8e669714a30b691e7a6 /failed.txt
parent77305ec39e7214bd36a29a98dffa6f1a74ec343f (diff)
Fix XSS within status endpointHEADmaster
CVE-2026-6735 Fix Null pointer dereference in php_mb_check_encoding() via mb_ereg_search_init() CVE-2026-7259 Fix SQL injection via NUL bytes in quoted strings CVE-2025-14179 Fix Stale SOAP_GLOBAL(ref_map) pointer with Apache Map CVE-2026-6722 Fix Use-after-free after header parsing failure with SOAP_PERSISTENCE_SESSION CVE-2026-7261 Fix Broken Apache map value NULL check CVE-2026-7262 Fix Signed integer overflow of char array offset CVE-2026-7568 Fix Consistently pass unsigned char to ctype.h functions CVE-2026-7258
Diffstat (limited to 'failed.txt')
-rw-r--r--failed.txt29
1 files changed, 16 insertions, 13 deletions
diff --git a/failed.txt b/failed.txt
index 51bc18f..b6e729d 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,25 +1,28 @@
-===== 8.1.34 (2025-12-18)
+===== 8.1.34-2 (2026-05-07)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
-/var/lib/mock/el8a81/build.log:Tests failed : 0
-/var/lib/mock/el8x81/build.log:Tests failed : 0
-/var/lib/mock/el9a81/build.log:Tests failed : 2
-/var/lib/mock/el9x81/build.log:Tests failed : 2
-/var/lib/mock/el10a81/build.log:Tests failed : 2
-/var/lib/mock/el10x81/build.log:Tests failed : 2
-/var/lib/mock/fc41a81/build.log:Tests failed : 1
-/var/lib/mock/fc41x81/build.log:Tests failed : 1
-/var/lib/mock/fc42a81/build.log:Tests failed : 1
-/var/lib/mock/fc42x81/build.log:Tests failed : 1
-/var/lib/mock/fc43a81/build.log:Tests failed : 2
-/var/lib/mock/fc43x81/build.log:Tests failed : 2
+/var/lib/mock/el8a81/build.log:Tests failed : 2
+/var/lib/mock/el8x81/build.log:Tests failed : 2
+/var/lib/mock/el9a81/build.log:Tests failed : 4
+/var/lib/mock/el9x81/build.log:Tests failed : 4
+/var/lib/mock/el10a81/build.log:Tests failed : 4
+/var/lib/mock/el10x81/build.log:Tests failed : 4
+/var/lib/mock/fc42a81/build.log:Tests failed : 3
+/var/lib/mock/fc42x81/build.log:Tests failed : 3
+/var/lib/mock/fc43a81/build.log:Tests failed : 4
+/var/lib/mock/fc43x81/build.log:Tests failed : 4
+/var/lib/mock/fc44a81/build.log:Tests failed : 4
+/var/lib/mock/fc44x81/build.log:Tests failed : 4
fc*, el10:
3 openssl_x509_parse() tests [ext/openssl/tests/openssl_x509_parse_basic.phpt]
fc43, el9, el10:
3 Bug #74341 (openssl_x509_parse fails to parse ASN.1 UTCTime without seconds) [ext/openssl/tests/bug74341.phpt]
+all
+ 3 sni_server [ext/openssl/tests/sni_server.phpt]
+ 3 sni_server with separate pk and cert [ext/openssl/tests/sni_server_key_cert.phpt]
1 proc_open give erratic test results :(