From 7f279ab37a1a16d31672507e7fd37ddbdf59982f Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Thu, 28 Aug 2025 12:53:17 +0800 Subject: [PATCH] 8.3.25 (cherry picked from commit 8023f7e682381c3677bd831aa9cf69e05291b520) --- php-8.3.24.tar.xz => php-8.3.25.tar.xz | 4 ++-- php.spec | 5 ++++- 2 files changed, 6 insertions(+), 3 deletions(-) rename php-8.3.24.tar.xz => php-8.3.25.tar.xz (32%) diff --git a/php-8.3.24.tar.xz b/php-8.3.25.tar.xz similarity index 32% rename from php-8.3.24.tar.xz rename to php-8.3.25.tar.xz index 4d6c8f7..051537d 100644 --- a/php-8.3.24.tar.xz +++ b/php-8.3.25.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:388ee5fd111097e97bae439bff46aec4ea27f816d3f0c2cb5490a41410d44251 -size 12579100 +oid sha256:187b61bb795015adacf53f8c55b44414a63777ec19a776b75fb88614506c0d37 +size 12583528 diff --git a/php.spec b/php.spec index 93f2e16..d256b79 100644 --- a/php.spec +++ b/php.spec @@ -23,7 +23,7 @@ %global with_modphp 1 %global with_lmdb 1 %global with_sodium 1 -%global upver 8.3.24 +%global upver 8.3.25 Name: php @@ -1312,6 +1312,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/man?/* %changelog +* Thu Aug 28 2025 Funda Wang - 8.3.25-1 +- update to 8.3.25 + * Wed Jul 30 2025 Funda Wang - 8.3.24-1 - update to 8.3.24 -- Gitee