From 33ed06ec08df451a4708cdf37842884a28f7dba5 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Mon, 20 Apr 2026 10:08:30 +0200 Subject: [PATCH] skopeo-1.14.5-8.el8 - rebuild for CVE-2026-25679 - Resolves: RHEL-156633 Signed-off-by: Jindrich Novy --- skopeo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 70436a7..8078640 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -16,7 +16,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.14.5 -Release: 7%{?dist} +Release: 8%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -122,6 +122,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Mon Apr 20 2026 Jindrich Novy - 2:1.14.5-8 +- rebuild for CVE-2026-25679 +- Resolves: RHEL-156633 + * Tue Feb 17 2026 Jindrich Novy - 2:1.14.5-7 - rebuild for CVE-2025-68121 - Resolves: RHEL-149267