package/rauc: ignore CVE-2026-34155

Buildroot commit c9f7b876ee added a patch to
fix the vulnerability for rauc v1.13, but forgot to ignore the CVE in rauc.mk

Signed-off-by: Titouan Christophe <titouan.christophe@mind.be>
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Titouan Christophe
2026-04-04 12:28:46 +02:00
committed by Thomas Perale
parent f7b1d8562a
commit 0114a8b497

View File

@@ -13,6 +13,9 @@ RAUC_CPE_ID_VENDOR = pengutronix
RAUC_DEPENDENCIES = host-pkgconf openssl libglib2
RAUC_CONF_OPTS += -Dtests=false
# 0001-fix-cve-2026-34155.patch
RAUC_IGNORE_CVES += CVE-2026-34155
ifeq ($(BR2_PACKAGE_RAUC_DBUS),y)
RAUC_CONF_OPTS += -Dservice=true
RAUC_DEPENDENCIES += dbus