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] c4c11c2e1a package/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 commit 42a63f9eae)
Signed-off-by: Thomas Perale <thomas.perale@mind.be>
This commit is contained in:
Thomas Perale
2026-02-13 15:35:00 +01:00
parent d6f0cf14b0
commit d6a0bfca7e

View File

@@ -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 \