From 1961cf22d88c3f7cbe0b27e9648a74f71522f60b Mon Sep 17 00:00:00 2001 From: eabdullin Date: Tue, 17 Dec 2024 10:33:30 +0000 Subject: [PATCH] import UBI skopeo-1.16.1-2.el9_5 --- SPECS/skopeo.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index 4bbba8e..a31c33f 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -15,7 +15,7 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl Epoch: 2 Name: skopeo Version: 1.16.1 -Release: 1%{?dist} +Release: 2%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -124,6 +124,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Mon Oct 07 2024 Jindrich Novy - 2:1.16.1-2 +- rebuild to fix CVE-2024-34156 +- Resolves: RHEL-57957 + * Mon Aug 26 2024 Jindrich Novy - 2:1.16.1-1 - update to https://github.com/containers/skopeo/releases/tag/v1.16.1 - Related: RHEL-27608