From bbd3713af1ee36058745c558f6833b13be7921dc Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 20 Aug 2026 11:50:33 +0200 Subject: [PATCH] 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 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 2355a13..c603a6d 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: 1%{?dist} +Release: 2%{?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 +* 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 + * Mon Oct 30 2023 Jindrich Novy - 1.2.10-1 - update to https://github.com/containers/oci-seccomp-bpf-hook/releases/tag/v1.2.10 - Related: Jira:RHEL-2110