From d6a0bfca7ee6b30b71a67e3e40809967cfbf3215 Mon Sep 17 00:00:00 2001 From: Thomas Perale Date: Fri, 13 Feb 2026 15:35:00 +0100 Subject: [PATCH] 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 Signed-off-by: Julien Olivain (cherry picked from commit 42a63f9eae72d4898ddfbad7a9dd320f548a409c) Signed-off-by: Thomas Perale --- package/frr/frr.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package/frr/frr.mk b/package/frr/frr.mk index e41ee33caa..072bc4cee9 100644 --- a/package/frr/frr.mk +++ b/package/frr/frr.mk @@ -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 \