mirror of
https://git.yoctoproject.org/meta-security
synced 2026-05-09 17:40:32 +00:00
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:
+2
-2
@@ -4,9 +4,9 @@ SECTION = "security"
|
|||||||
LICENSE = "LGPL-2.1"
|
LICENSE = "LGPL-2.1"
|
||||||
LIC_FILES_CHKSUM = "file://LICENSE;beginline=0;endline=1;md5=8eac08d22113880357ceb8e7c37f989f"
|
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 \
|
file://run-ptest \
|
||||||
"
|
"
|
||||||
|
|
||||||
Reference in New Issue
Block a user