diff mbox series

[1/1] package/yasm: add YASM_CPE_ID_VENDOR

Message ID 20240204182514.1663508-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/yasm: add YASM_CPE_ID_VENDOR | expand

Commit Message

Fabrice Fontaine Feb. 4, 2024, 6:25 p.m. UTC
cpe:2.3:a:tortall:yasm is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/detail/2E6C9C2F-A057-4083-BC90-095403EF138E

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/yasm/yasm.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Yann E. MORIN Feb. 4, 2024, 9:19 p.m. UTC | #1
Fabrice, All,

On 2024-02-04 19:25 +0100, Fabrice Fontaine spake thusly:
> cpe:2.3:a:tortall:yasm is a valid CPE identifier for this package:
> 
>   https://nvd.nist.gov/products/cpe/detail/2E6C9C2F-A057-4083-BC90-095403EF138E
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Regards,
Yann E. MORIN.

> ---
>  package/yasm/yasm.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/yasm/yasm.mk b/package/yasm/yasm.mk
> index b294bd3aee..cdb8e15bee 100644
> --- a/package/yasm/yasm.mk
> +++ b/package/yasm/yasm.mk
> @@ -8,6 +8,7 @@ YASM_VERSION = 1.3.0
>  YASM_SITE = http://www.tortall.net/projects/yasm/releases
>  YASM_LICENSE = BSD-2-Clause, BSD-3-Clause, Artistic, GPL-2.0, LGPL-2.0
>  YASM_LICENSE_FILES = COPYING BSD.txt Artistic.txt GNU_GPL-2.0 GNU_LGPL-2.0
> +YASM_CPE_ID_VENDOR = tortall
>  
>  # This sed prevents it compiling 2 programs (vsyasm and ytasm)
>  # that are only of use on Microsoft Windows.
> -- 
> 2.43.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@buildroot.org
> https://lists.buildroot.org/mailman/listinfo/buildroot
Peter Korsgaard Feb. 29, 2024, 2:19 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > cpe:2.3:a:tortall:yasm is a valid CPE identifier for this package:
 >   https://nvd.nist.gov/products/cpe/detail/2E6C9C2F-A057-4083-BC90-095403EF138E

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2023.02.x and 2023.11.x, thanks.
diff mbox series

Patch

diff --git a/package/yasm/yasm.mk b/package/yasm/yasm.mk
index b294bd3aee..cdb8e15bee 100644
--- a/package/yasm/yasm.mk
+++ b/package/yasm/yasm.mk
@@ -8,6 +8,7 @@  YASM_VERSION = 1.3.0
 YASM_SITE = http://www.tortall.net/projects/yasm/releases
 YASM_LICENSE = BSD-2-Clause, BSD-3-Clause, Artistic, GPL-2.0, LGPL-2.0
 YASM_LICENSE_FILES = COPYING BSD.txt Artistic.txt GNU_GPL-2.0 GNU_LGPL-2.0
+YASM_CPE_ID_VENDOR = tortall
 
 # This sed prevents it compiling 2 programs (vsyasm and ytasm)
 # that are only of use on Microsoft Windows.