projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
91126d8
)
package/libtomcrypt: annotate _IGNORE_CVES for the included security patches
author
Peter Korsgaard
<peter@korsgaard.com>
Wed, 19 Feb 2020 16:02:00 +0000
(17:02 +0100)
committer
Peter 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
patch
|
blob
|
history
diff --git
a/package/libtomcrypt/libtomcrypt.mk
b/package/libtomcrypt/libtomcrypt.mk
index 583bcb15ffa27a1e7bdbceaecff1138a730cef8a..c2f1babb49ad638ab26b67e3a7148dfc95035f8b 100644
(file)
--- 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