summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-02-17 12:19:04 -0800
committerKhem Raj <raj.khem@gmail.com>2022-02-21 18:12:04 -0800
commitf2df2701790374429264c8f40b75e48548d384e1 (patch)
tree49ba05606d3b34d73d22d1ad9a90aaf7a5b0122c
parent1d4b29aa87c5c1fa7bcda601b48d43d5c0ca7b10 (diff)
downloadmeta-openembedded-f2df2701790374429264c8f40b75e48548d384e1.tar.gz
recipes: Use new CVE_CHECK_IGNORE variable
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-initramfs/recipes-devtools/dracut/dracut_055.bb2
-rw-r--r--meta-networking/recipes-connectivity/samba/samba_4.14.12.bb2
-rw-r--r--meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb2
-rw-r--r--meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb2
-rw-r--r--meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb2
-rw-r--r--meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb2
-rw-r--r--meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb2
-rw-r--r--meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb2
-rw-r--r--meta-oe/recipes-support/nss/nss_3.74.bb2
9 files changed, 9 insertions, 9 deletions
diff --git a/meta-initramfs/recipes-devtools/dracut/dracut_055.bb b/meta-initramfs/recipes-devtools/dracut/dracut_055.bb
index 91514b840..3eee6669a 100644
--- a/meta-initramfs/recipes-devtools/dracut/dracut_055.bb
+++ b/meta-initramfs/recipes-devtools/dracut/dracut_055.bb
@@ -67,4 +67,4 @@ RRECOMMENDS:${PN} = " \
67 " 67 "
68 68
69# CVE-2010-4176 affects only Fedora 69# CVE-2010-4176 affects only Fedora
70CVE_CHECK_WHITELIST += "CVE-2010-4176" 70CVE_CHECK_IGNORE += "CVE-2010-4176"
diff --git a/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
index 5be4d2d51..1fd30ad8a 100644
--- a/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
+++ b/meta-networking/recipes-connectivity/samba/samba_4.14.12.bb
@@ -38,7 +38,7 @@ UPSTREAM_CHECK_REGEX = "samba\-(?P<pver>4\.14(\.\d+)+).tar.gz"
38inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version pkgconfig 38inherit systemd waf-samba cpan-base perlnative update-rc.d perl-version pkgconfig
39 39
40# CVE-2011-2411 is valnerble only on HP NonStop Servers. 40# CVE-2011-2411 is valnerble only on HP NonStop Servers.
41CVE_CHECK_WHITELIST += "CVE-2011-2411" 41CVE_CHECK_IGNORE += "CVE-2011-2411"
42 42
43# remove default added RDEPENDS on perl 43# remove default added RDEPENDS on perl
44RDEPENDS:${PN}:remove = "perl" 44RDEPENDS:${PN}:remove = "perl"
diff --git a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
index 7a6243b10..43b69f7a2 100644
--- a/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
+++ b/meta-networking/recipes-daemons/cyrus-sasl/cyrus-sasl_2.1.27.bb
@@ -98,4 +98,4 @@ FILES:${PN}-staticdev += "${libdir}/sasl2/*.a"
98INSANE_SKIP:${PN} += "dev-so" 98INSANE_SKIP:${PN} += "dev-so"
99 99
100# CVE-2020-8032 affects only openSUSE 100# CVE-2020-8032 affects only openSUSE
101CVE_CHECK_WHITELIST += "CVE-2020-8032" 101CVE_CHECK_IGNORE += "CVE-2020-8032"
diff --git a/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb b/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb
index 5c6d22020..205dc929b 100644
--- a/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb
+++ b/meta-networking/recipes-protocols/mdns/mdns_1310.140.1.bb
@@ -38,7 +38,7 @@ CVE_PRODUCT = "apple:mdnsresponder"
38# https://www.incibe-cert.es/en/early-warning/vulnerabilities/cve-2007-0613 38# https://www.incibe-cert.es/en/early-warning/vulnerabilities/cve-2007-0613
39# https://security-tracker.debian.org/tracker/CVE-2007-0613 39# https://security-tracker.debian.org/tracker/CVE-2007-0613
40# https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613 40# https://vulmon.com/vulnerabilitydetails?qid=CVE-2007-0613
41CVE_CHECK_WHITELIST += "CVE-2007-0613" 41CVE_CHECK_IGNORE += "CVE-2007-0613"
42 42
43PARALLEL_MAKE = "" 43PARALLEL_MAKE = ""
44 44
diff --git a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb
index 464f62250..1017f16ad 100644
--- a/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb
+++ b/meta-networking/recipes-support/dovecot/dovecot_2.3.14.bb
@@ -74,4 +74,4 @@ FILES:${PN}-dev += "${libdir}/dovecot/libdovecot*.so"
74FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug" 74FILES:${PN}-dbg += "${libdir}/dovecot/*/.debug"
75 75
76# CVE-2016-4983 affects only postinstall script on specific distribution 76# CVE-2016-4983 affects only postinstall script on specific distribution
77CVE_CHECK_WHITELIST += "CVE-2016-4983" 77CVE_CHECK_IGNORE += "CVE-2016-4983"
diff --git a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
index 4a719ae9c..fe2bd0773 100644
--- a/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
+++ b/meta-networking/recipes-support/ntp/ntp_4.2.8p15.bb
@@ -29,7 +29,7 @@ SRC_URI = "http://www.eecis.udel.edu/~ntp/ntp_spool/ntp4/ntp-4.2/ntp-${PV}.tar.g
29SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19" 29SRC_URI[sha256sum] = "f65840deab68614d5d7ceb2d0bb9304ff70dcdedd09abb79754a87536b849c19"
30 30
31# CVE-2016-9312 is only for windows. 31# CVE-2016-9312 is only for windows.
32CVE_CHECK_WHITELIST += "CVE-2016-9312" 32CVE_CHECK_IGNORE += "CVE-2016-9312"
33 33
34inherit autotools update-rc.d useradd systemd pkgconfig 34inherit autotools update-rc.d useradd systemd pkgconfig
35 35
diff --git a/meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb b/meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb
index 2dc3af6bf..6c4514eb9 100644
--- a/meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb
+++ b/meta-networking/recipes-support/openvpn/openvpn_2.5.5.bb
@@ -17,7 +17,7 @@ UPSTREAM_CHECK_URI = "https://openvpn.net/community-downloads"
17SRC_URI[sha256sum] = "7500df4734173bce2e95b5039079119dacaff121650b2b6ca76d2dc68bdac1c5" 17SRC_URI[sha256sum] = "7500df4734173bce2e95b5039079119dacaff121650b2b6ca76d2dc68bdac1c5"
18 18
19# CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn. 19# CVE-2020-7224 and CVE-2020-27569 are for Aviatrix OpenVPN client, not for openvpn.
20CVE_CHECK_WHITELIST += "CVE-2020-7224 CVE-2020-27569" 20CVE_CHECK_IGNORE += "CVE-2020-7224 CVE-2020-27569"
21 21
22SYSTEMD_SERVICE:${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service" 22SYSTEMD_SERVICE:${PN} += "openvpn@loopback-server.service openvpn@loopback-client.service"
23SYSTEMD_AUTO_ENABLE = "disable" 23SYSTEMD_AUTO_ENABLE = "disable"
diff --git a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb
index 06bb97154..bf74f1229 100644
--- a/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb
+++ b/meta-oe/recipes-devtools/flatbuffers/flatbuffers_2.0.0.bb
@@ -17,7 +17,7 @@ SRCREV = "a9a295fecf3fbd5a4f571f53b01f63202a3e2113"
17SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https" 17SRC_URI = "git://github.com/google/flatbuffers.git;branch=master;protocol=https"
18S = "${WORKDIR}/git" 18S = "${WORKDIR}/git"
19 19
20CVE_CHECK_WHITELIST += "CVE-2020-35864" 20CVE_CHECK_IGNORE += "CVE-2020-35864"
21 21
22CXXFLAGS += "-fPIC" 22CXXFLAGS += "-fPIC"
23BUILD_CXXFLAGS += "-fPIC" 23BUILD_CXXFLAGS += "-fPIC"
diff --git a/meta-oe/recipes-support/nss/nss_3.74.bb b/meta-oe/recipes-support/nss/nss_3.74.bb
index c93f7caeb..8d40e2c93 100644
--- a/meta-oe/recipes-support/nss/nss_3.74.bb
+++ b/meta-oe/recipes-support/nss/nss_3.74.bb
@@ -281,4 +281,4 @@ RDEPENDS:${PN}-smime = "perl"
281BBCLASSEXTEND = "native nativesdk" 281BBCLASSEXTEND = "native nativesdk"
282 282
283# CVE-2006-5201 affects only Sun Solaris 283# CVE-2006-5201 affects only Sun Solaris
284CVE_CHECK_WHITELIST += "CVE-2006-5201" 284CVE_CHECK_IGNORE += "CVE-2006-5201"