All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-virtualization][PATCH] openvswitch: set CVE_VERSION
@ 2021-02-26  1:43 Chen Qi
  2021-03-05  3:45 ` Bruce Ashfield
  0 siblings, 1 reply; 2+ messages in thread
From: Chen Qi @ 2021-02-26  1:43 UTC (permalink / raw)
  To: meta-virtualization

CVE entries are using version 2.xx.xx, our PV is 2.13+xxx, this causes
problem for CVE detection. So we need to set a CVE_VERSION for better
CVE scanning.

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
---
 recipes-networking/openvswitch/openvswitch_git.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
index fa1ec4dc..60aaf496 100644
--- a/recipes-networking/openvswitch/openvswitch_git.bb
+++ b/recipes-networking/openvswitch/openvswitch_git.bb
@@ -15,6 +15,7 @@ RDEPENDS_${PN}-ptest += "\
 
 S = "${WORKDIR}/git"
 PV = "2.13+${SRCPV}"
+CVE_VERSION = "2.13.0"
 
 FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
 
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-virtualization][PATCH] openvswitch: set CVE_VERSION
  2021-02-26  1:43 [meta-virtualization][PATCH] openvswitch: set CVE_VERSION Chen Qi
@ 2021-03-05  3:45 ` Bruce Ashfield
  0 siblings, 0 replies; 2+ messages in thread
From: Bruce Ashfield @ 2021-03-05  3:45 UTC (permalink / raw)
  To: Chen Qi; +Cc: meta-virtualization

merged.

Bruce

On Thu, Feb 25, 2021 at 8:44 PM Chen Qi <Qi.Chen@windriver.com> wrote:
>
> CVE entries are using version 2.xx.xx, our PV is 2.13+xxx, this causes
> problem for CVE detection. So we need to set a CVE_VERSION for better
> CVE scanning.
>
> Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
> ---
>  recipes-networking/openvswitch/openvswitch_git.bb | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/recipes-networking/openvswitch/openvswitch_git.bb b/recipes-networking/openvswitch/openvswitch_git.bb
> index fa1ec4dc..60aaf496 100644
> --- a/recipes-networking/openvswitch/openvswitch_git.bb
> +++ b/recipes-networking/openvswitch/openvswitch_git.bb
> @@ -15,6 +15,7 @@ RDEPENDS_${PN}-ptest += "\
>
>  S = "${WORKDIR}/git"
>  PV = "2.13+${SRCPV}"
> +CVE_VERSION = "2.13.0"
>
>  FILESEXTRAPATHS_append := "${THISDIR}/${PN}-git:"
>
> --
> 2.17.1
>
>
> 
>


-- 
- Thou shalt not follow the NULL pointer, for chaos and madness await
thee at its end
- "Use the force Harry" - Gandalf, Star Trek II

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2021-03-05  3:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-26  1:43 [meta-virtualization][PATCH] openvswitch: set CVE_VERSION Chen Qi
2021-03-05  3:45 ` Bruce Ashfield

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.