diff --git a/.gitignore b/.gitignore index 9bd4ef3..5a6d61e 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/release-1.14-072072b.tar.gz +SOURCES/release-1.14-3a559b2.tar.gz diff --git a/.skopeo.metadata b/.skopeo.metadata index f6ee52d..e4f2236 100644 --- a/.skopeo.metadata +++ b/.skopeo.metadata @@ -1 +1 @@ -f49f4c3fd20ac5f7aa39ab97f8904203318c9ab1 SOURCES/release-1.14-072072b.tar.gz +665d81d91d68007488e5022b1171681c52922870 SOURCES/release-1.14-3a559b2.tar.gz diff --git a/SPECS/skopeo.spec b/SPECS/skopeo.spec index 70436a7..54d0de6 100644 --- a/SPECS/skopeo.spec +++ b/SPECS/skopeo.spec @@ -10,13 +10,13 @@ go build -buildmode pie -compiler gc -tags="rpm_crashtraceback libtrust_openssl %global import_path github.com/containers/%{name} %global branch release-1.14 -%global commit0 072072bf6e451bbd1e69a40177d047f088eca393 +%global commit0 3a559b2d652abdae5cd63f5093d0d110de524499 %global shortcommit0 %(c=%{commit0}; echo ${c:0:7}) Epoch: 2 Name: skopeo -Version: 1.14.5 -Release: 7%{?dist} +Version: 1.14.6 +Release: 2%{?dist} Summary: Inspect container images and repositories on registries License: ASL 2.0 URL: https://%{import_path} @@ -122,6 +122,22 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_datadir}/%{name}/test %changelog +* Wed May 20 2026 Jindrich Novy - 2:1.14.6-2 +- Rebuild for CVE-2026-32281 +- Resolves: RHEL-177067 + +* Thu Apr 30 2026 Jindrich Novy - 2:1.14.6-1 +- update to 1.14.6 to fix CVE-2026-34986 +- Resolves: RHEL-164976 + +* Thu Apr 30 2026 Jindrich Novy - 2:1.14.5-9 +- rebuild for CVE-2026-34986 +- Resolves: RHEL-164976 + +* 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