From 8cf63647ad85c77f74143759b1090af11059b84c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 12 Mar 2025 07:54:49 +0100 Subject: Update to 8.4.5 - http://www.php.net/releases/8_4_5.php --- failed.txt | 8 +++++--- php.spec | 5 ++++- 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 - 8.4.5-1 +- Update to 8.4.5 - http://www.php.net/releases/8_4_5.php + * Tue Feb 25 2025 Remi Collet - 8.4.5~RC1-1 - Update to 8.4.5RC1 -- cgit