From: Peter Korsgaard Date: Wed, 19 Feb 2020 16:02:00 +0000 (+0100) Subject: package/libtomcrypt: annotate _IGNORE_CVES for the included security patches X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=f80814a6a450c98fb9d1e46258aefc22c5fbabc9;p=buildroot.git package/libtomcrypt: annotate _IGNORE_CVES for the included security patches Signed-off-by: Peter Korsgaard --- diff --git a/package/libtomcrypt/libtomcrypt.mk b/package/libtomcrypt/libtomcrypt.mk index 583bcb15ff..c2f1babb49 100644 --- a/package/libtomcrypt/libtomcrypt.mk +++ b/package/libtomcrypt/libtomcrypt.mk @@ -13,6 +13,9 @@ LIBTOMCRYPT_INSTALL_STAGING = YES LIBTOMCRYPT_INSTALL_TARGET = NO # only static library LIBTOMCRYPT_DEPENDENCIES = libtommath +# 0001-fix-CVE-2019-17362.patch +LIBTOMCRYPT_IGNORE_CVES += CVE-2019-17362 + LIBTOMCRYPT_CFLAGS = -I./src/headers $(TARGET_CFLAGS) -DLTC_SOURCE -DLTM_DESC define LIBTOMCRYPT_BUILD_CMDS