From 1b0d12ab7843458695d0d609b46e5d8972c034c3 Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Tue, 23 Jan 2024 16:31:25 +0000 Subject: [PATCH] versions: Update libseccomp to version v2.5.5 This PR updates the libseccompt version to v2.5.5 which includes the following changes: - Update the syscall table for Linux - Fix minor issues with binary tree testing and with empty binary trees Fixes #8883 Signed-off-by: Gabriela Cervantes --- versions.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versions.yaml b/versions.yaml index 5893f3272..d888613f2 100644 --- a/versions.yaml +++ b/versions.yaml @@ -271,7 +271,7 @@ externals: libseccomp: description: "High level interface to Linux seccomp filter" url: "https://github.com/seccomp/libseccomp" - version: "2.5.4" + version: "2.5.5" runc: description: "OCI CLI reference runtime implementation"