From 3eb025462b3a7f8ba082b27631f1d044d66ec9c9 Mon Sep 17 00:00:00 2001 From: lizhao2025 Date: Thu, 25 Dec 2025 18:43:28 +0800 Subject: [PATCH] Update code from upstream --- php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/php.spec b/php.spec index 0a4a444..20bb33d 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,9 @@ 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 + * Wed Jul 30 2025 lzq11122 - 8.3.19-2 - add patch to fix CVE-2025-6491 and CVE-2025-1735 -- Gitee