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 <Manabu.Sugimoto@sony.com>
This commit is contained in:
Manabu Sugimoto 2021-10-18 23:21:02 +09:00
parent d0e5e55e55
commit b8e69ce5bd

View File

@ -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"