package/libupnp: set LIBUPNP_CPE_ID_VALID
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Mon, 11 Jan 2021 20:14:41 +0000 (21:14 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Mon, 11 Jan 2021 20:35:30 +0000 (21:35 +0100)
cpe:2.3:a:libupnp_project:libupnp is indeed the right CPE identifier
for this package, as can be seen from:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/libupnp/libupnp.mk

index 8831885ba41281992f47cae71ef65059b5226925..b7836590c2fca9bad361f3e4448b84afe58d43d8 100644 (file)
@@ -11,5 +11,6 @@ LIBUPNP_CONF_ENV = ac_cv_lib_compat_ftime=no
 LIBUPNP_INSTALL_STAGING = YES
 LIBUPNP_LICENSE = BSD-3-Clause
 LIBUPNP_LICENSE_FILES = LICENSE
+LIBUPNP_CPE_ID_VALID = YES
 
 $(eval $(autotools-package))