diff options
author | Xiangyu Chen <xiangyu.chen@windriver.com> | 2023-01-18 09:37:05 +0800 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2023-01-19 15:15:04 -0500 |
commit | d1cbc4c9fc44f0c5994a1276e38cdbb7bdb5bbd3 (patch) | |
tree | 4f142c60d961b746f97687aa29f45efbf189a0df /recipes-containers/lxc/lxc_git.bb | |
parent | 83f8742b0e17b7cce7ec748b7922ee0a7ec41afc (diff) | |
download | meta-virtualization-langdale.tar.gz |
lxc: backport patch to fix CVE-2022-47952langdale
Signed-off-by: Xiangyu Chen <xiangyu.chen@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/lxc/lxc_git.bb')
-rw-r--r-- | recipes-containers/lxc/lxc_git.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/recipes-containers/lxc/lxc_git.bb b/recipes-containers/lxc/lxc_git.bb index 9cabe054..a99d7ee7 100644 --- a/recipes-containers/lxc/lxc_git.bb +++ b/recipes-containers/lxc/lxc_git.bb | |||
@@ -47,6 +47,7 @@ SRC_URI = "git://github.com/lxc/lxc.git;branch=master;protocol=https \ | |||
47 | file://0001-use-sd_bus_call_method_async-to-replace-the-asyncv-o.patch \ | 47 | file://0001-use-sd_bus_call_method_async-to-replace-the-asyncv-o.patch \ |
48 | file://dnsmasq.conf \ | 48 | file://dnsmasq.conf \ |
49 | file://lxc-net \ | 49 | file://lxc-net \ |
50 | file://0001-Patching-an-incoming-CVE-CVE-2022-47952.patch \ | ||
50 | " | 51 | " |
51 | 52 | ||
52 | SRCREV = "133aa416ca2a5996090ec0e697e253646364d274" | 53 | SRCREV = "133aa416ca2a5996090ec0e697e253646364d274" |