diff mbox series

[1/1] package/gvfs: add GVFS_CPE_ID_VENDOR

Message ID 20210321093000.533877-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/gvfs: add GVFS_CPE_ID_VENDOR | expand

Commit Message

Fabrice Fontaine March 21, 2021, 9:30 a.m. UTC
cpe:2.3:a:gnome:gvfs is a valid CPE identifier for this package:

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

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

Comments

Yann E. MORIN March 21, 2021, 10:27 a.m. UTC | #1
Fabrice, All,

On 2021-03-21 10:30 +0100, Fabrice Fontaine spake thusly:
> cpe:2.3:a:gnome:gvfs is a valid CPE identifier for this package:
> 
>   https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Agnome%3Agvfs
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/gvfs/gvfs.mk | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/gvfs/gvfs.mk b/package/gvfs/gvfs.mk
> index c5104e8dbf..fc77e8e1aa 100644
> --- a/package/gvfs/gvfs.mk
> +++ b/package/gvfs/gvfs.mk
> @@ -19,6 +19,7 @@ GVFS_DEPENDENCIES = \
>  	$(TARGET_NLS_DEPENDENCIES)
>  GVFS_LICENSE = LGPL-2.0+
>  GVFS_LICENSE_FILES = COPYING
> +GVFS_CPE_ID_VENDOR = gnome
>  
>  GVFS_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)
>  
> -- 
> 2.30.1
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard March 26, 2021, 10:43 p.m. UTC | #2
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

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

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

Committed, thanks.
diff mbox series

Patch

diff --git a/package/gvfs/gvfs.mk b/package/gvfs/gvfs.mk
index c5104e8dbf..fc77e8e1aa 100644
--- a/package/gvfs/gvfs.mk
+++ b/package/gvfs/gvfs.mk
@@ -19,6 +19,7 @@  GVFS_DEPENDENCIES = \
 	$(TARGET_NLS_DEPENDENCIES)
 GVFS_LICENSE = LGPL-2.0+
 GVFS_LICENSE_FILES = COPYING
+GVFS_CPE_ID_VENDOR = gnome
 
 GVFS_LDFLAGS = $(TARGET_LDFLAGS) $(TARGET_NLS_LIBS)