diff mbox series

[1/1] package/rsync: add RSYNC_CPE_ID_VENDOR

Message ID 20210303150244.503055-1-fontaine.fabrice@gmail.com
State Accepted
Headers show
Series [1/1] package/rsync: add RSYNC_CPE_ID_VENDOR | expand

Commit Message

Fabrice Fontaine March 3, 2021, 3:02 p.m. UTC
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 <fontaine.fabrice@gmail.com>
---
 package/rsync/rsync.mk | 1 +
 1 file changed, 1 insertion(+)

Comments

Peter Korsgaard March 4, 2021, 7:14 a.m. UTC | #1
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > 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 <fontaine.fabrice@gmail.com>

Committed, thanks.
diff mbox series

Patch

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 \