package/screen: add SCREEN_CPE_ID_VENDOR
authorFabrice Fontaine <fontaine.fabrice@gmail.com>
Sun, 21 Feb 2021 18:21:39 +0000 (19:21 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Thu, 25 Feb 2021 19:11:22 +0000 (20:11 +0100)
cpe:2.3:a:gnu:screen is a valid CPE identifier for this package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/screen/screen.mk

index c1705f742d736ae81c31f9ff4030a23143f91be0..c24067440e7787b461412af76ce9ebe99063b53f 100644 (file)
@@ -8,6 +8,7 @@ SCREEN_VERSION = 4.8.0
 SCREEN_SITE = $(BR2_GNU_MIRROR)/screen
 SCREEN_LICENSE = GPL-3.0+
 SCREEN_LICENSE_FILES = COPYING
+SCREEN_CPE_ID_VENDOR = gnu
 SCREEN_DEPENDENCIES = ncurses
 SCREEN_AUTORECONF = YES
 SCREEN_CONF_ENV = CFLAGS="$(TARGET_CFLAGS)"