summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRoland Hieber <rhi@pengutronix.de>2021-03-01 00:10:43 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2021-03-01 08:26:02 +0100
commit921a5bc6deaae6442da2440338728cb7dc0226e0 (patch)
treec2b02ef04b4825cf46b199ab67574dc9a85bcb5c
parente40b8d49174f3ffaf6a911ae95af2ffa7b363ea0 (diff)
downloadptxdist-921a5bc6deaae6442da2440338728cb7dc0226e0.tar.gz
ptxdist-921a5bc6deaae6442da2440338728cb7dc0226e0.tar.xz
libseccomp: version bump 2.5.0 -> 2.5.1
This includes a fix for compiling on MIPS platforms: <https://github.com/seccomp/libseccomp/issues/274> Signed-off-by: Roland Hieber <rhi@pengutronix.de> Message-Id: <20210228231043.10783-1-rhi@pengutronix.de> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--patches/libseccomp-2.5.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch (renamed from patches/libseccomp-2.5.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch)0
-rw-r--r--patches/libseccomp-2.5.1/series (renamed from patches/libseccomp-2.5.0/series)0
-rw-r--r--rules/libseccomp.make4
3 files changed, 2 insertions, 2 deletions
diff --git a/patches/libseccomp-2.5.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch b/patches/libseccomp-2.5.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
index 9e4b6d350..9e4b6d350 100644
--- a/patches/libseccomp-2.5.0/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
+++ b/patches/libseccomp-2.5.1/0001-run-time-use-a-broadly-supported-shell-interpreter.patch
diff --git a/patches/libseccomp-2.5.0/series b/patches/libseccomp-2.5.1/series
index d492518bb..d492518bb 100644
--- a/patches/libseccomp-2.5.0/series
+++ b/patches/libseccomp-2.5.1/series
diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index 71f2c0570..9eb54245c 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
#
# Paths and names
#
-LIBSECCOMP_VERSION := 2.5.0
-LIBSECCOMP_MD5 := 463b688bf7d227325b5a465b6bdc3ec4
+LIBSECCOMP_VERSION := 2.5.1
+LIBSECCOMP_MD5 := 59f5563c532d3fa1df9db0516b36b1cd
LIBSECCOMP := libseccomp-$(LIBSECCOMP_VERSION)
LIBSECCOMP_SUFFIX := tar.gz
LIBSECCOMP_URL := https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)