From b8e69ce5bdc2d3b4d7c59656a4b994395bb6648b Mon Sep 17 00:00:00 2001 From: Manabu Sugimoto Date: Mon, 18 Oct 2021 23:21:02 +0900 Subject: [PATCH] versions: Add libseccomp and gperf version Add `libseccomp` and `gperf` version information to support for seccomp feature in Kata agent: #1788. Fixes: #2858 Signed-off-by: Manabu Sugimoto --- versions.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/versions.yaml b/versions.yaml index e8cad7ff2c..aa7da350be 100644 --- a/versions.yaml +++ b/versions.yaml @@ -194,6 +194,11 @@ externals: url: "https://github.com/kubernetes-sigs/cri-tools" version: "1.21.0" + gperf: + description: "GNU gperf is a perfect hash function generator" + url: "https://ftp.gnu.org/gnu/gperf" + version: "3.1" + kubernetes: description: "Kubernetes project container manager" url: "https://github.com/kubernetes/kubernetes" @@ -204,6 +209,11 @@ externals: .*/v?([\d\.]+)\.tar\.gz version: "1.21.1-00" + libseccomp: + description: "High level interface to Linux seccomp filter" + url: "https://github.com/seccomp/libseccomp" + version: "2.5.1" + runc: description: "OCI CLI reference runtime implementation" url: "https://github.com/opencontainers/runc"