diff options
| author | Akash Hadke <akash.hadke@kpit.com> | 2022-06-14 16:47:47 +0200 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2022-06-15 06:58:23 -0700 |
| commit | 9c3976adde37272cdcb56d0791fc87a3dcd5be2e (patch) | |
| tree | 275ce293683e556443da6f1b8995bd82194e4cd9 | |
| parent | fad4c407c9cb58353fc94133888c898abb969b50 (diff) | |
| download | meta-openembedded-9c3976adde37272cdcb56d0791fc87a3dcd5be2e.tar.gz | |
iperf: Set CVE_PRODUCT to "iperf_project:iperf"
Set CVE_PRODUCT as 'iperf_project:iperf' for iperf2 and iperf3
recipes, cve-check class is setting default CVE_PRODUCT to
'iperf2' and 'iperf3' respectively which ignores the iperf
CVEs from NVD Database.
Reference:
CVE-2016-4303
Link: https://nvd.nist.gov/vuln/detail/CVE-2016-4303
Signed-off-by: Akash Hadke <akash.hadke@kpit.com>
Signed-off-by: Akash Hadke <hadkeakash4@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb | 2 | ||||
| -rw-r--r-- | meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb b/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb index 4a520e3be5..86e5fef530 100644 --- a/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb +++ b/meta-oe/recipes-benchmark/iperf2/iperf2_2.0.13.bb | |||
| @@ -19,3 +19,5 @@ EXTRA_OECONF = "--exec-prefix=${STAGING_DIR_HOST}${layout_exec_prefix}" | |||
| 19 | 19 | ||
| 20 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" | 20 | PACKAGECONFIG ??= "${@bb.utils.contains('DISTRO_FEATURES', 'ipv6', 'ipv6', '', d)}" |
| 21 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," | 21 | PACKAGECONFIG[ipv6] = "--enable-ipv6,--disable-ipv6," |
| 22 | |||
| 23 | CVE_PRODUCT = "iperf_project:iperf" | ||
diff --git a/meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb b/meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb index a6af23aec9..2142a8ef1d 100644 --- a/meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb +++ b/meta-oe/recipes-benchmark/iperf3/iperf3_3.11.bb | |||
| @@ -30,3 +30,5 @@ PACKAGECONFIG[lksctp] = "ac_cv_header_netinet_sctp_h=yes,ac_cv_header_netinet_sc | |||
| 30 | PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl" | 30 | PACKAGECONFIG[openssl] = "--with-openssl=${RECIPE_SYSROOT}${prefix},--without-openssl,openssl" |
| 31 | 31 | ||
| 32 | CFLAGS += "-D_GNU_SOURCE" | 32 | CFLAGS += "-D_GNU_SOURCE" |
| 33 | |||
| 34 | CVE_PRODUCT = "iperf_project:iperf" | ||
