From 1435d05be8087626de2806ba23107ebc40b17ffd Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Tue, 16 Dec 2025 22:27:59 +0800 Subject: [PATCH] Update code from upstream --- php.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 0a4a444..9b35f28 100644 --- a/php.spec +++ b/php.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 1 # API/ABI check %global apiver 20230831 @@ -1504,6 +1504,10 @@ systemctl try-restart php-fpm.service >/dev/null 2>&1 || : %changelog +* Wed Apr 09 2025 Remi Collet - 8.3.19-1 +- rebase to 8.3.19 +- Sync upstream changes from commit 0c0943cdb8c158310ec2df5f8b2f1e1f2c5b72ab + * Wed Jul 30 2025 lzq11122 - 8.3.19-2 - add patch to fix CVE-2025-6491 and CVE-2025-1735 -- Gitee