package/libtomcrypt: annotate _IGNORE_CVES for the included security patches
authorPeter Korsgaard <peter@korsgaard.com>
Wed, 19 Feb 2020 16:02:00 +0000 (17:02 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 20 Feb 2020 12:16:50 +0000 (13:16 +0100)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/libtomcrypt/libtomcrypt.mk

index 583bcb15ffa27a1e7bdbceaecff1138a730cef8a..c2f1babb49ad638ab26b67e3a7148dfc95035f8b 100644 (file)
@@ -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