All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] binutils: set CVE_VERSION
@ 2019-03-28 14:41 Ross Burton
  2019-03-28 15:26 ` Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Ross Burton @ 2019-03-28 14:41 UTC (permalink / raw)
  To: openembedded-core

PV is 2.32.0 even though the actual release upstream is 2.32.  To a human this
is insignificant, but to automated tooling it matters.  Specifically,
cve-check-tool can't identify CVEs that are in 2.32.

Set CVE_VERSION for now, which should be removed when PV and the upstream
version match again.

Signed-off-by: Ross Burton <ross.burton@intel.com>
---
 meta/recipes-devtools/binutils/binutils-2.32.inc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/meta/recipes-devtools/binutils/binutils-2.32.inc b/meta/recipes-devtools/binutils/binutils-2.32.inc
index 15406441241..5d0c16b13ec 100644
--- a/meta/recipes-devtools/binutils/binutils-2.32.inc
+++ b/meta/recipes-devtools/binutils/binutils-2.32.inc
@@ -20,6 +20,7 @@ def binutils_branch_version(d):
 # correctly set to match the upstream version tag).
 UPSTREAM_VERSION_UNKNOWN = "1"
 PV = "2.32.0"
+CVE_VERSION = "2.32"
 BINUPV = "${@binutils_branch_version(d)}"
 #BRANCH = "binutils-${BINUPV}-branch"
 BRANCH ?= "binutils-2_32-branch"
-- 
2.11.0



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

* Re: [PATCH] binutils: set CVE_VERSION
  2019-03-28 14:41 [PATCH] binutils: set CVE_VERSION Ross Burton
@ 2019-03-28 15:26 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-03-28 15:26 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 496 bytes --]

On Thu, Mar 28, 2019 at 02:41:05PM +0000, Ross Burton wrote:

> PV is 2.32.0 even though the actual release upstream is 2.32.  To a human this
> is insignificant, but to automated tooling it matters.  Specifically,
> cve-check-tool can't identify CVEs that are in 2.32.
> 
> Set CVE_VERSION for now, which should be removed when PV and the upstream
> version match again.
> 
> Signed-off-by: Ross Burton <ross.burton@intel.com>

Reviewed-by: Tom Rini <trini@konsulko.com>

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2019-03-28 15:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-28 14:41 [PATCH] binutils: set CVE_VERSION Ross Burton
2019-03-28 15:26 ` Tom Rini

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.