mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-07-16 04:17:25 +00:00
netplan: Fix CVE-2022-4968
Reference: https://nvd.nist.gov/vuln/detail/CVE-2022-4968 Upstream-patch: https://github.com/canonical/netplan/commit/4c39b75b5c6ae7d976bda6da68da60d9a7f085ee Signed-off-by: Jinfeng Wang <jinfeng.wang.cn@windriver.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
cd1aa14313
commit
f23c8d7362
@@ -17,6 +17,7 @@ REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
SRC_URI = "git://github.com/CanonicalLtd/netplan.git;branch=main;protocol=https \
|
||||
file://0001-meson.build-drop-unnecessary-build-dependencies.patch \
|
||||
file://0002-meson.build-do-not-use-Werror.patch \
|
||||
file://CVE-2022-4968.patch \
|
||||
"
|
||||
|
||||
SRC_URI:append:libc-musl = " file://0001-don-t-fail-if-GLOB_BRACE-is-not-defined.patch"
|
||||
|
||||
Reference in New Issue
Block a user