package/libuv: add LIBUV_CPE_ID_VENDOR
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 16 May 2021 17:10:04 +0000 (19:10 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sun, 16 May 2021 17:28:12 +0000 (19:28 +0200)
cpe:2.3:a:libuv:libuv is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/libuv/libuv.mk

index 5876ab8935f5a8620fb682cf221318b37dae1141..403a04903776fb58c099cfc8f4adcd96ba6ba18f 100644 (file)
@@ -13,6 +13,7 @@ LIBUV_INSTALL_STAGING = YES
 LIBUV_AUTORECONF = YES
 LIBUV_LICENSE = BSD-2-Clause, BSD-3-Clause, ISC, MIT
 LIBUV_LICENSE_FILES = LICENSE
+LIBUV_CPE_ID_VENDOR = libuv
 
 # Upstream needs tests to be run sequentially. This is the default in
 # automake 1.11 and before, but not starting in 1.12. To maintain