From cb0ccbd578fbdd8c3d381367f7929e1a0d586b6f Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 18 Aug 2026 16:56:56 +0200 Subject: [PATCH] Rebuild for Go 1.26.6 CVE fixes Resolves: RHEL-164492 RHEL-170520 RHEL-185740 RHEL-187324 RHEL-188948 RHEL-190003 RHEL-220456 RHEL-241116 RHEL-241304 RHEL-241601 RHEL-241835 RHEL-242236 Signed-off-by: Jindrich Novy --- skopeo.spec | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/skopeo.spec b/skopeo.spec index 3944167..e7b23de 100644 --- a/skopeo.spec +++ b/skopeo.spec @@ -46,7 +46,7 @@ Epoch: %{conditional_epoch} Version: 1.22.2 # The `AND` needs to be uppercase in the License for SPDX compatibility License: Apache-2.0 AND BSD-2-Clause AND BSD-3-Clause AND ISC AND MIT AND MPL-2.0 -Release: 1%{?dist} +Release: 3%{?dist} %if %{defined golang_arches_future} ExclusiveArch: %{golang_arches_future} %else @@ -182,6 +182,13 @@ cp -pav systemtest/* %{buildroot}/%{_datadir}/%{name}/test/system/ %{_datadir}/%{name}/test %changelog +* Tue Aug 18 2026 Jindrich Novy - 3:1.22.2-3 +- Rebuild for golang-1.26.6 CVE fixes (CVE-2025-68121 CVE-2026-33811 + CVE-2026-27145 CVE-2026-33818 CVE-2026-56853 CVE-2026-56858 CVE-2026-56859 + CVE-2026-56860 CVE-2026-56862) +- Resolves: RHEL-164492 RHEL-187324 RHEL-190003 RHEL-241116 RHEL-241304 + RHEL-241601 RHEL-241835 RHEL-242236 + * Thu Jul 30 2026 Jindrich Novy - 3:1.22.2-1 - switch to sustaining-engineering GitLab release-1.22 branch and bump epoch to fix upgrade path