diff mbox series

[1/1] package/pngquant: add PNGQUANT_CPE_ID_VENDOR

Message ID 20210522174717.278970-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/pngquant: add PNGQUANT_CPE_ID_VENDOR | expand

Commit Message

Fabrice Fontaine May 22, 2021, 5:47 p.m. UTC
cpe:2.3:a:pngquant:pngquant is a valid CPE identifier for this package:

  https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apngquant%3Apngquant

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

Comments

Yann E. MORIN May 22, 2021, 8:03 p.m. UTC | #1
Fabrice, All,

On 2021-05-22 19:47 +0200, Fabrice Fontaine spake thusly:
> cpe:2.3:a:pngquant:pngquant is a valid CPE identifier for this package:
> 
>   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apngquant%3Apngquant
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/pngquant/pngquant.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/pngquant/pngquant.mk b/package/pngquant/pngquant.mk
> index c5a17e872a..1729ff1927 100644
> --- a/package/pngquant/pngquant.mk
> +++ b/package/pngquant/pngquant.mk
> @@ -9,6 +9,7 @@ PNGQUANT_SOURCE = pngquant-$(PNGQUANT_VERSION)-src.tar.gz
>  PNGQUANT_SITE = https://pngquant.org
>  PNGQUANT_LICENSE = GPL-3.0+
>  PNGQUANT_LICENSE_FILES = COPYRIGHT
> +PNGQUANT_CPE_ID_VENDOR = pngquant
>  HOST_PNGQUANT_DEPENDENCIES = host-libpng
>  PNGQUANT_DEPENDENCIES = libpng
>  
> -- 
> 2.30.2
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard June 7, 2021, 9:37 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > cpe:2.3:a:pngquant:pngquant is a valid CPE identifier for this package:
 >   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Apngquant%3Apngquant

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

Committed to 2021.02.x, thanks.
diff mbox series

Patch

diff --git a/package/pngquant/pngquant.mk b/package/pngquant/pngquant.mk
index c5a17e872a..1729ff1927 100644
--- a/package/pngquant/pngquant.mk
+++ b/package/pngquant/pngquant.mk
@@ -9,6 +9,7 @@  PNGQUANT_SOURCE = pngquant-$(PNGQUANT_VERSION)-src.tar.gz
 PNGQUANT_SITE = https://pngquant.org
 PNGQUANT_LICENSE = GPL-3.0+
 PNGQUANT_LICENSE_FILES = COPYRIGHT
+PNGQUANT_CPE_ID_VENDOR = pngquant
 HOST_PNGQUANT_DEPENDENCIES = host-libpng
 PNGQUANT_DEPENDENCIES = libpng