libseccomp: update to 2.4.0

Update the syscall table for Linux v5.0-rc5.
also a security releated issue;
https://github.com/seccomp/libseccomp/issues/139

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2019-03-15 07:43:47 -07:00
parent c4f34bc88c
commit eae5224fa8
@@ -4,9 +4,9 @@ SECTION = "security"
LICENSE = "LGPL-2.1"
LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"
SRCREV = "74b190e1aa05f07da0c61fb9a30dbc9c18ce2c9d"
SRCREV = "4d64011741375bb1a4ba7d71905ca37b97885083"
SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.3 \
SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \
file://run-ptest \
"