From 568f46ab0bdd8046c27680733d801ab88d49b96b Mon Sep 17 00:00:00 2001 From: wanghuan158 Date: Fri, 23 May 2025 06:26:43 +0000 Subject: [PATCH] update giflib.spec. Signed-off-by: wanghuan158 --- giflib.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/giflib.spec b/giflib.spec index e04a135..b6fda27 100644 --- a/giflib.spec +++ b/giflib.spec @@ -1,4 +1,4 @@ -%define anolis_release 2 +%define anolis_release 3 Name: giflib Summary: A library and utilities for processing GIFs Version: 5.2.2 @@ -65,6 +65,9 @@ cp -a %{SOURCE1} . %{_mandir}/man1/*.1* %changelog +* Fri May 23 2025 wh02252983 - 5.2.2-3 +- Fix CVE-2025-31344, no change, same with 0001-Fix-heap-buffer-overflow-CVE-2024-45993.patch + * Wed Apr 09 2025 tomcruiseqi - 5.2.2-2 - Fix CVE-2024-45993 -- Gitee