From 2730c48f73d02b9c73e31e6682cfef3cde89ad57 Mon Sep 17 00:00:00 2001 From: wenjie2025 Date: Sun, 22 Mar 2026 06:45:34 +0800 Subject: [PATCH] Update code from upstream --- openjpeg2.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/openjpeg2.spec b/openjpeg2.spec index 2c09645..da79acd 100644 --- a/openjpeg2.spec +++ b/openjpeg2.spec @@ -1,4 +1,5 @@ -%define anolis_release 1 +ExclusiveArch: x86_64 aarch64 +%define anolis_release 2 %bcond_without ignore_doc %bcond_with build_optional %bcond_with build_check @@ -328,6 +329,9 @@ chmod +x %{buildroot}%{_bindir}/opj2_jpip_viewer %doc AUTHORS.md NEWS.md README.md THANKS.md %changelog +* Sun Mar 22 2026 wenjie2025 - 2.5.3-2 +- No changes needed, CVE-2024-56826 and CVE-2024-56827 are already fixed in upstream 2.5.3 + * Tue Jul 08 2025 wenxin - 2.5.3-1 - update to 2.5.3 to fix CVE-2023-39327 - Remove patches because bugs are not exist in new version. -- Gitee