From a912dc1f4b3dcddd2317d627f1de14f8b039afaf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Zaoral?= Date: Fri, 5 Jun 2026 16:07:01 +0200 Subject: [PATCH] Add a %changelog entry Resolves: RHEL-180332 Resolves: RHEL-182506 Resolves: RHEL-180583 --- coreutils.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/coreutils.spec b/coreutils.spec index 26f133d..4e0ddeb 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: 8.32 -Release: 41%{?dist} +Release: 42%{?dist} License: GPLv3+ Url: https://www.gnu.org/software/coreutils/ Source0: https://ftp.gnu.org/gnu/%{name}/%{name}-%{version}.tar.xz @@ -341,6 +341,11 @@ rm -f $RPM_BUILD_ROOT%{_infodir}/dir %license COPYING %changelog +* Fri Jun 05 2026 Lukáš Zaoral - 8.32-42 +- CVE-2025-5278 - Fix Heap Buffer Under-Read in sort via Key Specification (RHEL-180332) +- unexpand: fix stack overflow with large tabsizes (RHEL-182506) +- df: fix bug with automounted arguments (RHEL-180583) + * Sat Mar 21 2026 Lukáš Zaoral - 8.32-41 - fix df/direct.sh and unexpand/mb.sh tests (RHEL-151534)