package/libressl: add LIBRESSL_CPE_ID_VENDOR
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 17 Jan 2021 11:49:10 +0000 (12:49 +0100)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Sun, 17 Jan 2021 13:53:25 +0000 (14:53 +0100)
cpe:2.3:a:openbsd:libressl is a valid CPE identifier for this package:

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

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

index 2f7644a8e88786a31075b923a6868bee7f215fdb..654b8bda262274f19558553a7fd29b67445a0b5f 100644 (file)
@@ -8,6 +8,7 @@ LIBRESSL_VERSION = 3.2.3
 LIBRESSL_SITE = https://ftp.openbsd.org/pub/OpenBSD/LibreSSL
 LIBRESSL_LICENSE = ISC (new additions), OpenSSL or SSLeay (original OpenSSL code)
 LIBRESSL_LICENSE_FILES = COPYING
+LIBRESSL_CPE_ID_VENDOR = openbsd
 LIBRESSL_INSTALL_STAGING = YES
 
 ifeq ($(BR2_PACKAGE_LIBRESSL_BIN),)