[Buildroot] [git commit] package/libplist: add LIBPLIST_CPE_ID_VENDOR

Thomas Petazzoni thomas.petazzoni at bootlin.com
Sun Jan 17 13:53:32 UTC 2021


commit: https://git.buildroot.net/buildroot/commit/?id=de5f2f5081ab7ca088698b3fc6e969afd215798e
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

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 at gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni at bootlin.com>
---
 package/libplist/libplist.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libplist/libplist.mk b/package/libplist/libplist.mk
index d07fb5dd2e..42da4fac0f 100644
--- a/package/libplist/libplist.mk
+++ b/package/libplist/libplist.mk
@@ -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
 


More information about the buildroot mailing list