package/libplist: add LIBPLIST_CPE_ID_VENDOR
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 17 Jan 2021 12:11:18 +0000 (13:11 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 17 Jan 2021 13:53:32 +0000 (14:53 +0100)
cpe:2.3:a:libimobiledevice:libplist is a valid CPE identifier for this
package:

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

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

index d07fb5dd2e25a83ae58d01e1bbb76597800c7bc8..42da4fac0fe9e488050bf2ddae1810772800e282 100644 (file)
@@ -9,6 +9,7 @@ LIBPLIST_SITE = $(call github,libimobiledevice,libplist,$(LIBPLIST_VERSION))
 LIBPLIST_INSTALL_STAGING = YES
 LIBPLIST_LICENSE = LGPL-2.1+
 LIBPLIST_LICENSE_FILES = COPYING
+LIBPLIST_CPE_ID_VENDOR = libimobiledevice
 # github tarball does not include configure
 LIBPLIST_AUTORECONF = YES