summaryrefslogtreecommitdiffstats
path: root/rules
diff options
context:
space:
mode:
authorChristian Melki <christian.melki@t2data.com>2022-01-07 10:52:53 +0100
committerMichael Olbrich <m.olbrich@pengutronix.de>2022-01-07 13:23:03 +0100
commit7ac1eb3eeb3870b4f4157abf809ac73978fa98ab (patch)
treeef921ce9205151f3a9cec6ab91a8877f67c12a0e /rules
parent926001317c57fc1eed1c8bb281e9f2961880e9bf (diff)
downloadptxdist-7ac1eb3eeb3870b4f4157abf809ac73978fa98ab.tar.gz
ptxdist-7ac1eb3eeb3870b4f4157abf809ac73978fa98ab.tar.xz
libseccomp: Version bump 2.5.1 -> 2.5.3.
Package maintenance. Move patch series to 2.5.3, applies cleanly. The patch is unlikely to cause harm, even though you can't assume bin/sh is POSIX capable (which seems to be the case). Signed-off-by: Christian Melki <christian.melki@t2data.com> Message-Id: <20220107095253.36871-1-christian.melki@t2data.com> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules')
-rw-r--r--rules/libseccomp.make4
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/libseccomp.make b/rules/libseccomp.make
index 9eb54245c..5a6f45f1c 100644
--- a/rules/libseccomp.make
+++ b/rules/libseccomp.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_LIBSECCOMP) += libseccomp
#
# Paths and names
#
-LIBSECCOMP_VERSION := 2.5.1
-LIBSECCOMP_MD5 := 59f5563c532d3fa1df9db0516b36b1cd
+LIBSECCOMP_VERSION := 2.5.3
+LIBSECCOMP_MD5 := 5096d3912a605a72b27805fa0ef9886d
LIBSECCOMP := libseccomp-$(LIBSECCOMP_VERSION)
LIBSECCOMP_SUFFIX := tar.gz
LIBSECCOMP_URL := https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)/$(LIBSECCOMP).$(LIBSECCOMP_SUFFIX)