From: Fabrice Fontaine Date: Mon, 1 Mar 2021 17:42:39 +0000 (+0100) Subject: package/putty: add PUTTY_CPE_ID_VENDOR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=1cc2fcee3accba39a57c5a63383579a5a71108da;p=buildroot.git package/putty: add PUTTY_CPE_ID_VENDOR cpe:2.3:a:putty:putty is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Aputty%3Aputty Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- diff --git a/package/putty/putty.mk b/package/putty/putty.mk index 8f9564bc38..c40cac9dc5 100644 --- a/package/putty/putty.mk +++ b/package/putty/putty.mk @@ -8,6 +8,7 @@ PUTTY_VERSION = 0.74 PUTTY_SITE = http://the.earth.li/~sgtatham/putty/$(PUTTY_VERSION) PUTTY_LICENSE = MIT PUTTY_LICENSE_FILES = LICENCE +PUTTY_CPE_ID_VENDOR = putty PUTTY_CONF_OPTS = --disable-gtktest PUTTY_CONF_ENV = CFLAGS="$(TARGET_CFLAGS) -Wno-error"