From: Fabrice Fontaine Date: Wed, 3 Mar 2021 15:02:44 +0000 (+0100) Subject: package/rsync: add RSYNC_CPE_ID_VENDOR X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=20dbc17704b181c686761d6d24a3c120d7ef7857;p=buildroot.git package/rsync: add RSYNC_CPE_ID_VENDOR cpe:2.3:a:samba:rsync is a valid CPE identifier for this package: https://nvd.nist.gov/products/cpe/search/results?namingFormat=2.3&keyword=cpe%3A2.3%3Aa%3Asamba%3Arsync Signed-off-by: Fabrice Fontaine Signed-off-by: Peter Korsgaard --- diff --git a/package/rsync/rsync.mk b/package/rsync/rsync.mk index 52875e428a..db26ebd93a 100644 --- a/package/rsync/rsync.mk +++ b/package/rsync/rsync.mk @@ -8,6 +8,7 @@ RSYNC_VERSION = 3.1.3 RSYNC_SITE = http://rsync.samba.org/ftp/rsync/src RSYNC_LICENSE = GPL-3.0+ RSYNC_LICENSE_FILES = COPYING +RSYNC_CPE_ID_VENDOR = samba RSYNC_DEPENDENCIES = zlib popt RSYNC_CONF_OPTS = \ --with-included-zlib=no \