From 0173fd705cf8f7ab7f724f14cbd1c4f52c5b059a Mon Sep 17 00:00:00 2001 From: Pavel Cahyna Date: Fri, 23 Jan 2026 20:26:33 +0100 Subject: [PATCH] Bump Release, update %changelog Resolves: RHEL-111995 --- tar.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/tar.spec b/tar.spec index a351865..894e9d5 100644 --- a/tar.spec +++ b/tar.spec @@ -6,7 +6,7 @@ Summary: A GNU file archiving program Name: tar Epoch: 2 Version: 1.30 -Release: 11%{?dist} +Release: 12%{?dist} License: GPLv3+ Group: Applications/Archiving URL: http://www.gnu.org/software/tar/ @@ -175,6 +175,11 @@ fi %{_infodir}/tar.info* %changelog +* Fri Jan 23 2026 Pavel Cahyna - 2:1.30-12 +- Backport upstream changes to jailify extraction directory + Includes related gnulib changes to add openat2 + Fixes CVE-2025-45582 + * Fri Aug 1 2025 Pavel Cahyna - 2:1.30-11 - Backport fix for regression in the --no-overwrite-dir option fix (1.30-7) Upstream commit 4e742fc8674064a9fa00d4483d06aca48d5b0463, discussed