From 95b88470b78fa977868c9ba17ae72cd3945cea4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Fri, 5 Jun 2026 15:09:29 +0200 Subject: [PATCH] Add a %changelog entry Resolves: RHEL-180650 Resolves: RHEL-152110 --- coreutils.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 01d4a4a..f026611 100644 --- a/coreutils.spec +++ b/coreutils.spec @@ -1,7 +1,7 @@ Summary: A set of basic GNU tools commonly used in shell scripts Name: coreutils Version: 9.5 -Release: 9%{?dist} +Release: 10%{?dist} # some used parts of gnulib are under various variants of LGPL License: GPL-3.0-or-later AND GFDL-1.3-no-invariants-or-later AND LGPL-2.1-or-later AND LGPL-3.0-or-later Url: https://www.gnu.org/software/coreutils/ @@ -279,6 +279,10 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir %license COPYING %changelog +* Fri Jun 05 2026 Lukáš Zaoral - 9.5-10 +- CVE-2025-5278 - Fix Heap Buffer Under-Read in sort via Key Specification (RHEL-180650) +- unexpand: fix stack overflow with large tabsizes (RHEL-152110) + * Thu Mar 19 2026 Lukáš Zaoral - 9.5-9 - fix unexpand/expand crash on invalid multibyte characters (RHEL-152110)