]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
systemd: add ignore for CVE-2022-4415
authorRoss Burton <ross.burton@arm.com>
Wed, 8 Mar 2023 21:42:06 +0000 (21:42 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 11 Mar 2023 00:08:38 +0000 (00:08 +0000)
The relevant fix was also backported to 252.4.

Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
meta/recipes-core/systemd/systemd_252.5.bb

index 8b92b2cf425c3bab73f8d969868bae38e5bac6b9..784a24820756ee3939dfcb1b1c3e9c792cdb93af 100644 (file)
@@ -826,3 +826,6 @@ pkg_postinst:udev-hwdb () {
 pkg_prerm:udev-hwdb () {
        rm -f $D${sysconfdir}/udev/hwdb.bin
 }
+
+# This was also fixed in 252.4 with 9b75a3d0
+CVE_CHECK_IGNORE += "CVE-2022-4415"