From 16d22fc0141ef5d3e4493af59a7556dfedc35c72 Mon Sep 17 00:00:00 2001 From: pkgagent Date: Thu, 25 Jun 2026 11:16:01 +0800 Subject: [PATCH] Fix CVE-2024-54028 (already fixed together with CVE-2024-52035 via same upstream patch) --- catdoc.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/catdoc.spec b/catdoc.spec index 3cf492d..5542b94 100644 --- a/catdoc.spec +++ b/catdoc.spec @@ -1,6 +1,6 @@ Name: catdoc Version: 0.95 -Release: 3%{?dist} +Release: 4%{?dist} Summary: A program which converts Microsoft office files to plain text License: GPL+ URL: http://www.wagner.pp.ru/~vitus/software/catdoc/ @@ -50,6 +50,10 @@ make install DESTDIR=%{buildroot} %doc README NEWS %changelog +* Thu Jun 25 2026 PkgAgent Robot - 0.95-4 +- [Type] security +- [DESC] Fix CVE-2024-54028 (already fixed together with CVE-2024-52035 via same upstream patch) + * Thu Jun 18 2026 PkgAgent Robot - 0.95-3 - [Type] security - [DESC] Fix CVE-2024-52035, CVE-2023-31979 -- Gitee