summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--patches/libseccomp-2.4.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch (renamed from patches/libseccomp-2.4.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch)0
-rw-r--r--patches/libseccomp-2.4.3/series (renamed from patches/libseccomp-2.4.1/series)0
-rw-r--r--rules/libseccomp.make4
3 files changed, 2 insertions, 2 deletions
diff --git a/patches/libseccomp-2.4.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.4.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
index 9e4b6d350..9e4b6d350 100644
--- a/patches/libseccomp-2.4.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
+++ b/patches/libseccomp-2.4.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
diff --git a/patches/libseccomp-2.4.1/series b/patches/libseccomp-2.4.3/series
index d492518bb..d492518bb 100644
--- a/patches/libseccomp-2.4.1/series
+++ b/patches/libseccomp-2.4.3/series
diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index fb04a4605..07734c82a 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
#
# Paths and names
#
-LIBSECCOMP_VERSION := 2.4.1
-LIBSECCOMP_MD5 := 4fa6b0f39b48b8644415d7a9a9dfe9f4
+LIBSECCOMP_VERSION := 2.4.3
+LIBSECCOMP_MD5 := 1de97a3c04889a790d97722d08f4a8d1
LIBSECCOMP := libseccomp-$(LIBSECCOMP_VERSION)
LIBSECCOMP_SUFFIX := tar.gz
LIBSECCOMP_URL := https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)