From 1127677fe8a4e0c2f8a30d8303bf7cc1a285341d Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Tue, 1 Sep 2026 12:40:42 +0200 Subject: [PATCH] rebuild with updated Go to fix CVE-2026-42499 Resolves: RHEL-241530 RHEL-241898 RHEL-242095 RHEL-242331 Signed-off-by: Jindrich Novy --- oci-seccomp-bpf-hook.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/oci-seccomp-bpf-hook.spec b/oci-seccomp-bpf-hook.spec index c603a6d..e894f4f 100644 --- a/oci-seccomp-bpf-hook.spec +++ b/oci-seccomp-bpf-hook.spec @@ -26,7 +26,7 @@ ExclusiveArch: %{go_arches} Name: oci-seccomp-bpf-hook Version: 1.2.10 -Release: 2%{?dist} +Release: 3%{?dist} Summary: OCI Hook to generate seccomp json files based on EBF syscalls used by container License: ASL 2.0 URL: %{git0} @@ -108,6 +108,10 @@ export GOPATH=%{buildroot}/%{gopath}:$(pwd)/vendor:%{gopath} %{_mandir}/man1/%{name}.1* %changelog +* Tue Sep 01 2026 Jindrich Novy - 1.2.10-3 +- rebuild with updated Go to fix CVE-2026-42499 +- Resolves: RHEL-241530 RHEL-241898 RHEL-242095 RHEL-242331 + * Thu Aug 20 2026 Jindrich Novy - 1.2.10-2 - rebuild with Go 1.25.11 to fix CVE-2026-33818, CVE-2026-56853, CVE-2026-56858, CVE-2026-56859, CVE-2026-56860, CVE-2026-56862