package/raptor: add CPE variables
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sat, 6 Feb 2021 10:39:27 +0000 (11:39 +0100)
committerYann E. MORIN <yann.morin.1998@free.fr>
Sat, 6 Feb 2021 13:51:24 +0000 (14:51 +0100)
cpe:2.3:a:librdf:raptor_rdf_syntax_library is a valid CPE identifier for
this package:

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

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

index d674627f9073d06fc9164f1cf7e5ad0dde752563..6d21fad58e6f90a50d021a610c2e5c773b946618 100644 (file)
@@ -10,6 +10,8 @@ RAPTOR_SITE = http://download.librdf.org/source
 RAPTOR_DEPENDENCIES = libxml2 libxslt
 RAPTOR_LICENSE = GPL-2.0+ or LGPL-2.1+ or Apache-2.0+
 RAPTOR_LICENSE_FILES = LICENSE.txt
+RAPTOR_CPE_ID_VENDOR = librdf
+RAPTOR_CPE_ID_PRODUCT = raptor_rdf_syntax_library
 RAPTOR_INSTALL_STAGING = YES
 
 # Flag is added to make sure the patch is applied for the configure.ac of raptor.