mirror of
git://git.yoctoproject.org/meta-virtualization.git
synced 2025-07-19 12:50:22 +02:00

Allows the yocto cve-checker to flag CVEs, which would otherwise go unreported due to the package name not matching NIST NVD data. Signed-off-by: Ralph Siemsen <ralph.siemsen@linaro.org> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
15 lines
551 B
BlitzBasic
15 lines
551 B
BlitzBasic
include runc.inc
|
|
|
|
# Note: this rev is before the required protocol field, update when all components
|
|
# have been updated to match.
|
|
SRCREV_runc-docker = "49a73463331bd8ff44bb8349e33f4b2e1ae34b4f"
|
|
SRC_URI = "git://github.com/opencontainers/runc;nobranch=1;name=runc-docker \
|
|
file://0001-runc-Add-console-socket-dev-null.patch \
|
|
file://0001-Makefile-respect-GOBUILDFLAGS-for-runc-and-remove-re.patch \
|
|
file://0001-runc-docker-SIGUSR1-daemonize.patch \
|
|
"
|
|
|
|
RUNC_VERSION = "1.0.0-rc92"
|
|
|
|
CVE_PRODUCT = "runc"
|