diff options
author | Remi Collet <remi@remirepo.net> | 2025-03-12 07:54:49 +0100 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2025-03-12 07:54:49 +0100 |
commit | 8cf63647ad85c77f74143759b1090af11059b84c (patch) | |
tree | b53111114f0244ec7ac2b2f5e14322146c10c1d2 | |
parent | 5fdfa1d1e8f64eef684b0557cd839eef46075bc3 (diff) |
-rw-r--r-- | failed.txt | 8 | ||||
-rw-r--r-- | php.spec | 5 |
2 files changed, 9 insertions, 4 deletions
@@ -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 :( @@ -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 |