summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/emacs/emacs_27.2.bb
diff options
context:
space:
mode:
authorDavide Gardenal <davidegarde2000@gmail.com>2022-07-18 13:07:06 +0200
committerArmin Kuster <akuster808@gmail.com>2022-07-21 07:17:15 -0700
commitbd8f5fa080beba824b5d08c34df53768224857eb (patch)
tree6afc271f1a71b22ff1c67c1f10f66f12802faf41 /meta-oe/recipes-support/emacs/emacs_27.2.bb
parentcd54a3b37d31d2e293235dfee8acc1b99fe2f794 (diff)
downloadmeta-openembedded-bd8f5fa080beba824b5d08c34df53768224857eb.tar.gz
meta-oe: ignore patched CVEs
Some old CVEs don't have a vulnerable version range in the NVD database, this causes come mismatch with cve-check. Ignore many CVEs that are picked up by the class but are patched in our products. Signed-off-by: Davide Gardenal <davide.gardenal@huawei.com> Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit efa12676dd0676fd0aa63457d7ba360fe8a6fae2) Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-oe/recipes-support/emacs/emacs_27.2.bb')
-rw-r--r--meta-oe/recipes-support/emacs/emacs_27.2.bb4
1 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/emacs/emacs_27.2.bb b/meta-oe/recipes-support/emacs/emacs_27.2.bb
index b78dc5e450..4a7e7aba5c 100644
--- a/meta-oe/recipes-support/emacs/emacs_27.2.bb
+++ b/meta-oe/recipes-support/emacs/emacs_27.2.bb
@@ -11,6 +11,10 @@ SRC_URI:append:class-target = " file://usemake-docfile-native.patch"
11 11
12SRC_URI[sha256sum] = "b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9" 12SRC_URI[sha256sum] = "b4a7cc4e78e63f378624e0919215b910af5bb2a0afc819fad298272e9f40c1b9"
13 13
14CVE_CHECK_IGNORE = "\
15 CVE-2007-6109 \
16"
17
14PACKAGECONFIG[gnutls] = "--with-gnutls=yes,--with-gnutls=no,gnutls" 18PACKAGECONFIG[gnutls] = "--with-gnutls=yes,--with-gnutls=no,gnutls"
15PACKAGECONFIG[kerberos] = "--with-kerberos=yes,--with-kerberos=no,krb5" 19PACKAGECONFIG[kerberos] = "--with-kerberos=yes,--with-kerberos=no,krb5"
16PACKAGECONFIG[libgmp] = "--with-libgmp=yes,--with-libgmp=no,gmp" 20PACKAGECONFIG[libgmp] = "--with-libgmp=yes,--with-libgmp=no,gmp"