[Buildroot] [PATCH 1/1] package/librsync: set LIBRSYNC_CPE_ID_VALID

Fabrice Fontaine fontaine.fabrice at gmail.com
Wed Mar 3 15:04:43 UTC 2021


cpe:2.3:a:librsync_project:librsync is a valid CPE identifier for this
package:

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

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/librsync/librsync.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/librsync/librsync.mk b/package/librsync/librsync.mk
index fbe56d4a28..fd9eefe129 100644
--- a/package/librsync/librsync.mk
+++ b/package/librsync/librsync.mk
@@ -8,6 +8,7 @@ LIBRSYNC_VERSION = 2.3.1
 LIBRSYNC_SITE = $(call github,librsync,librsync,v$(LIBRSYNC_VERSION))
 LIBRSYNC_LICENSE = LGPL-2.1+
 LIBRSYNC_LICENSE_FILES = COPYING
+LIBRSYNC_CPE_ID_VALID = YES
 LIBRSYNC_INSTALL_STAGING = YES
 LIBRSYNC_DEPENDENCIES = host-pkgconf zlib bzip2 popt
 
-- 
2.30.0



More information about the buildroot mailing list