mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/frr: update CPE
The CPE `linuxfoundation:free_range_routing` introduced in commit [1] has a single CVE associated to it [2]. By looking at the Debian Security tracker for this package [3], the CVE associated are using the `frrouting:frrouting` CPE. This commit update the CPE accordingly. [1]c4c11c2e1apackage/frr: add CPE variables [2] https://nvd.nist.gov/vuln/detail/cve-2020-12831 [3] https://security-tracker.debian.org/tracker/source-package/frr Signed-off-by: Thomas Perale <thomas.perale@mind.be> Signed-off-by: Julien Olivain <ju.o@free.fr> (cherry picked from commit42a63f9eae) Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
@@ -20,8 +20,8 @@ FRR_LICENSE_FILES = \
|
||||
# tools/gcc-plugins/frr-format.[ch] is not enabled by frr's ./configure, so gcc's
|
||||
# GPLv3 does not apply
|
||||
# doc/licenses/GPL-3.0
|
||||
FRR_CPE_ID_VENDOR = linuxfoundation
|
||||
FRR_CPE_ID_PRODUCT = free_range_routing
|
||||
FRR_CPE_ID_VENDOR = frrouting
|
||||
FRR_CPE_ID_PRODUCT = frrouting
|
||||
FRR_AUTORECONF = YES
|
||||
|
||||
FRR_DEPENDENCIES = host-frr readline json-c libyang \
|
||||
|
||||
Reference in New Issue
Block a user