From f60c32752fdb74ec8d31b89b68e0ef83686adb36 Mon Sep 17 00:00:00 2001 From: Funda Wang Date: Sat, 7 Jun 2025 11:54:03 +0800 Subject: [PATCH] 8.3.22 (cherry picked from commit 938705358b5cd01566700ae42d4895ea17cef65b) --- php-8.3.21.tar.xz => php-8.3.22.tar.xz | 4 ++-- php-fpm.service | 2 +- php.spec | 5 ++++- 3 files changed, 7 insertions(+), 4 deletions(-) rename php-8.3.21.tar.xz => php-8.3.22.tar.xz (32%) diff --git a/php-8.3.21.tar.xz b/php-8.3.22.tar.xz similarity index 32% rename from php-8.3.21.tar.xz rename to php-8.3.22.tar.xz index e30e813..5c6bcf5 100644 --- a/php-8.3.21.tar.xz +++ b/php-8.3.22.tar.xz @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:4dfb329f209a552c3716394fc123bb62e80a468b55ce27fc8cb0fd5f30b9dcd6 -size 12565664 +oid sha256:66c86889059bd27ccf460590ca48fcaf3261349cc9bdba2023ac6a265beabf36 +size 12555076 diff --git a/php-fpm.service b/php-fpm.service index 2d96ce7..0aaa112 100644 --- a/php-fpm.service +++ b/php-fpm.service @@ -4,7 +4,7 @@ [Unit] Description=The PHP FastCGI Process Manager -After=syslog.target network.target +After=network.target [Service] Type=notify diff --git a/php.spec b/php.spec index 6bedc56..201479a 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.21 +%global upver 8.3.22 Name: php @@ -1312,6 +1312,9 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %{_mandir}/man?/* %changelog +* Sat Jun 07 2025 Funda Wang - 8.3.22-1 +- update to 8.3.22 + * Fri May 09 2025 Funda Wang - 8.3.21-1 - update to 8.3.21 -- Gitee