From 84a194a3a76c8571ec62aea8afc35df14f229f69 Mon Sep 17 00:00:00 2001 From: lvfei Date: Mon, 16 Jun 2025 15:50:44 +0800 Subject: [PATCH] fix CVE-2024-53849 --- editorconfig.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/editorconfig.spec b/editorconfig.spec index 228a097..b6ed1f7 100644 --- a/editorconfig.spec +++ b/editorconfig.spec @@ -5,10 +5,11 @@ Name: editorconfig Summary: Parser for EditorConfig files written in C Version: 0.12.6 -Release: 1 +Release: 2 License: BSD URL: https://github.com/editorconfig/editorconfig-core-c Source0: %{url}/archive/v%{version}/%{srcname}-%{version}.tar.gz +Patch0: CVE-2024-53849.patch BuildRequires: cmake doxygen gcc pcre2-devel @@ -79,6 +80,9 @@ rm %{buildroot}/%{_libdir}/libeditorconfig_static.a %changelog +* Mon Jun 16 2025 lvfei - 0.12.6-2 +- fix CVE-2024-53849 + * Thu Nov 23 2023 zhangxianting - 0.12.6-1 - update to version 0.12.6 -- Gitee