Two years since last update. Added some new functionality. There will probably be a continuation on the 2.5.x series, but I decided to step to 2.6.0 instead. https://github.com/seccomp/libseccomp/releases/tag/v2.6.0
* Patchset forwarded. Applies cleanly. Signed-off-by: Christian Melki <[email protected]> --- ...1-run-time-use-a-broadly-supported-shell-interpreter.patch | 0 patches/{libseccomp-2.5.5 => libseccomp-2.6.0}/series | 0 rules/libseccomp.make | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libseccomp-2.5.5 => libseccomp-2.6.0}/0001-run-time-use-a-broadly-supported-shell-interpreter.patch (100%) rename patches/{libseccomp-2.5.5 => libseccomp-2.6.0}/series (100%) diff --git a/patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch similarity index 100% rename from patches/libseccomp-2.5.5/0001-run-time-use-a-broadly-supported-shell-interpreter.patch rename to patches/libseccomp-2.6.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch diff --git a/patches/libseccomp-2.5.5/series b/patches/libseccomp-2.6.0/series similarity index 100% rename from patches/libseccomp-2.5.5/series rename to patches/libseccomp-2.6.0/series diff --git a/rules/libseccomp.make b/rules/libseccomp.make index 48fbf8f7f..e424387d4 100644 --- a/rules/libseccomp.make +++ b/rules/libseccomp.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp # # Paths and names # -LIBSECCOMP_VERSION := 2.5.5 -LIBSECCOMP_MD5 := c27a5e43cae1e89e6ebfedeea734c9b4 +LIBSECCOMP_VERSION := 2.6.0 +LIBSECCOMP_MD5 := 2d42bcde31fd6e994fcf251a1f71d487 LIBSECCOMP := libseccomp-$(LIBSECCOMP_VERSION) LIBSECCOMP_SUFFIX := tar.gz LIBSECCOMP_URL := https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX) -- 2.34.1
