diff options
author | Armin Kuster <akuster808@gmail.com> | 2019-03-15 07:43:47 -0700 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2019-03-16 04:17:29 -0700 |
commit | eae5224fa8e61584f91663b9d3f26868754e1f4c (patch) | |
tree | 3da8fdfcdeedf001cd89a6bbde1706fbe044be02 | |
parent | c4f34bc88c9b8be4b3cb439794d1abb2c936e3f2 (diff) | |
download | meta-security-eae5224fa8e61584f91663b9d3f26868754e1f4c.tar.gz |
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>
-rw-r--r-- | recipes-security/libseccomp/libseccomp_2.4.0.bb (renamed from recipes-security/libseccomp/libseccomp_2.3.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-security/libseccomp/libseccomp_2.3.3.bb b/recipes-security/libseccomp/libseccomp_2.4.0.bb index 9c66db6..41ffd62 100644 --- a/recipes-security/libseccomp/libseccomp_2.3.3.bb +++ b/recipes-security/libseccomp/libseccomp_2.4.0.bb | |||
@@ -4,9 +4,9 @@ SECTION = "security" | |||
4 | LICENSE = "LGPL-2.1" | 4 | LICENSE = "LGPL-2.1" |
5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f" |
6 | 6 | ||
7 | SRCREV = "74b190e1aa05f07da0c61fb9a30dbc9c18ce2c9d" | 7 | SRCREV = "4d64011741375bb1a4ba7d71905ca37b97885083" |
8 | 8 | ||
9 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.3 \ | 9 | SRC_URI = "git://github.com/seccomp/libseccomp.git;branch=release-2.4 \ |
10 | file://run-ptest \ | 10 | file://run-ptest \ |
11 | " | 11 | " |
12 | 12 | ||