[Buildroot] [git commit] package/neon: add NEON_CPE_ID_VENDOR
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-03-04 07:08:41
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-03-04 07:08:41
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=3a6d53c9f0bac7963616e14f7e3d428ab1cb72a3 branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master cpe:2.3:a:webdav:neon is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Awebdav%3Aneon Signed-off-by: Fabrice Fontaine <redacted> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> --- package/neon/neon.mk | 1 + 1 file changed, 1 insertion(+)
diff --git a/package/neon/neon.mk b/package/neon/neon.mk
index 2c00e6a8b4..da53735d0e 100644
--- a/package/neon/neon.mk
+++ b/package/neon/neon.mk@@ -8,6 +8,7 @@ NEON_VERSION = 0.30.2 NEON_SITE = http://www.webdav.org/neon NEON_LICENSE = LGPL-2.0+ (library), GPL-2.0+ (manual and tests) NEON_LICENSE_FILES = src/COPYING.LIB test/COPYING README +NEON_CPE_ID_VENDOR = webdav NEON_INSTALL_STAGING = YES NEON_CONF_OPTS = --without-gssapi --disable-rpath NEON_CONFIG_SCRIPTS = neon-config