summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2025-03-12 07:54:49 +0100
committerRemi Collet <remi@php.net>2025-03-12 07:54:49 +0100
commit8cf63647ad85c77f74143759b1090af11059b84c (patch)
treeb53111114f0244ec7ac2b2f5e14322146c10c1d2
parent5fdfa1d1e8f64eef684b0557cd839eef46075bc3 (diff)
Update to 8.4.5 - http://www.php.net/releases/8_4_5.phpHEADv8.4.5master
-rw-r--r--failed.txt8
-rw-r--r--php.spec5
2 files changed, 9 insertions, 4 deletions
diff --git a/failed.txt b/failed.txt
index 04052ac..8712539 100644
--- a/failed.txt
+++ b/failed.txt
@@ -1,4 +1,4 @@
-===== 8.4.5RC1 (2025-02-27)
+===== 8.4.5 (2025-03-13)
$ grep -ar 'Tests failed' /var/lib/mock/*/build.log
@@ -12,10 +12,12 @@ $ grep -ar 'Tests failed' /var/lib/mock/*/build.log
/var/lib/mock/scl83fc40x/build.log:Tests failed : 0
/var/lib/mock/scl83fc41a/build.log:Tests failed : 0
/var/lib/mock/scl83fc41x/build.log:Tests failed : 0
-/var/lib/mock/scl83fc42a/build.log:Tests failed : 0
-/var/lib/mock/scl83fc42x/build.log:Tests failed : 0
+/var/lib/mock/scl83fc42a/build.log:Tests failed : 1
+/var/lib/mock/scl83fc42x/build.log:Tests failed : 1
+fc42:
+ 2 Bug #75457 (heap-use-after-free in php7.0.25) [ext/pcre/tests/bug75457.phpt]
(1) proc_open give erratic test results :(
diff --git a/php.spec b/php.spec
index 710a974..609b661 100644
--- a/php.spec
+++ b/php.spec
@@ -94,7 +94,7 @@
%global gh_owner php
%global gh_project php-src
%global upver 8.4.5
-%global rcver RC1
+#global rcver RC1
# TODO set PHP_EXTRA_VERSION for EOL version
Summary: PHP scripting language for creating dynamic web sites
@@ -1666,6 +1666,9 @@ fi
%changelog
+* Wed Mar 12 2025 Remi Collet <remi@remirepo.net> - 8.4.5-1
+- Update to 8.4.5 - http://www.php.net/releases/8_4_5.php
+
* Tue Feb 25 2025 Remi Collet <remi@remirepo.net> - 8.4.5~RC1-1
- Update to 8.4.5RC1