mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-09 16:01:54 -09:00
package/mcrypt: annotate CVEs
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
(cherry picked from commit cdfa84a80d)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
committed by
Peter Korsgaard
parent
333142974b
commit
8d9ebbb158
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user