summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2020-07-26 16:24:30 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2020-07-31 06:11:32 +0200
commit6126bfc0ead5ac5fd2dd46c275764f146c92d552 (patch)
treed9cca81ee2dfe841a27eec05bd71630ed7c091bf
parente3d77d5195fe8d50662152df16771e7793b9c8b0 (diff)
downloadptxdist-6126bfc0ead5ac5fd2dd46c275764f146c92d552.tar.gz
ptxdist-6126bfc0ead5ac5fd2dd46c275764f146c92d552.tar.xz
libseccomp: version bump 2.4.3 -> 2.5.0
Patches have been ported; there are no changes in configure. Signed-off-by: Robert Schwebel <r.schwebel@pengutronix.de> Message-Id: <20200726142436.3113607-7-r.schwebel@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/libseccomp-2.5.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch (renamed from patches/libseccomp-2.4.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch)0
-rw-r--r--patches/libseccomp-2.5.0/series (renamed from patches/libseccomp-2.4.3/series)0
-rw-r--r--rules/libseccomp.make4
3 files changed, 2 insertions, 2 deletions
diff --git a/patches/libseccomp-2.4.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
index 9e4b6d350..9e4b6d350 100644
--- a/patches/libseccomp-2.4.3/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
+++ b/patches/libseccomp-2.5.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
diff --git a/patches/libseccomp-2.4.3/series b/patches/libseccomp-2.5.0/series
index d492518bb..d492518bb 100644
--- a/patches/libseccomp-2.4.3/series
+++ b/patches/libseccomp-2.5.0/series
diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index 07734c82a..71f2c0570 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
#
# Paths and names
#
-LIBSECCOMP_VERSION := 2.4.3
-LIBSECCOMP_MD5 := 1de97a3c04889a790d97722d08f4a8d1
+LIBSECCOMP_VERSION := 2.5.0
+LIBSECCOMP_MD5 := 463b688bf7d227325b5a465b6bdc3ec4
LIBSECCOMP := libseccomp-$(LIBSECCOMP_VERSION)
LIBSECCOMP_SUFFIX := tar.gz
LIBSECCOMP_URL := https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)