projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d82a5ad
)
package/mcrypt: annotate CVEs
author
Fabrice Fontaine
<fontaine.fabrice@gmail.com>
Sat, 4 Apr 2020 22:13:25 +0000
(
00:13
+0200)
committer
Thomas Petazzoni
<thomas.petazzoni@bootlin.com>
Sun, 5 Apr 2020 14:25:43 +0000
(16:25 +0200)
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/mcrypt/mcrypt.mk
patch
|
blob
|
history
diff --git
a/package/mcrypt/mcrypt.mk
b/package/mcrypt/mcrypt.mk
index f98895f40136c300b11ca97d3e5ca4033054d81e..a04b97375094c54b973821d4a1a4e749fdeb6377 100644
(file)
--- a/
package/mcrypt/mcrypt.mk
+++ b/
package/mcrypt/mcrypt.mk
@@
-14,4
+14,11
@@
MCRYPT_CONF_OPTS = --with-libmcrypt-prefix=$(STAGING_DIR)/usr
MCRYPT_LICENSE = GPL-3.0
MCRYPT_LICENSE_FILES = COPYING
+# 0001-CVE-2012-4409.patch
+MCRYPT_IGNORE_CVES += CVE-2012-4409
+# 0002-CVE-2012-4426.patch
+MCRYPT_IGNORE_CVES += CVE-2012-4426
+# 0003-CVE-2012-4527.patch
+MCRYPT_IGNORE_CVES += CVE-2012-4527
+
$(eval $(autotools-package))