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 e30e81334e81148b212ab80faa175d670d010ef3..5c6bcf5de9611cf9e476d9ea7588ba54c00de38b 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 2d96ce753eacdb27ab1b08075de1a47956465b10..0aaa112d21c07103c231c632fe1395de28682ef6 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 6bedc56f4def89e2bf77f530c40b3629a6560b1b..201479a8119c420d3a6ced50f9c27442705c6bf3 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