From f60e9e162437930dd4e09279b22671c52dec6338 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Fri, 27 Feb 2026 18:12:36 +0800 Subject: [PATCH] frr: upgrade 10.5.1 -> 10.5.2 Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj --- .../recipes-protocols/frr/{frr_10.5.1.bb => frr_10.5.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/frr/{frr_10.5.1.bb => frr_10.5.2.bb} (99%) diff --git a/meta-networking/recipes-protocols/frr/frr_10.5.1.bb b/meta-networking/recipes-protocols/frr/frr_10.5.2.bb similarity index 99% rename from meta-networking/recipes-protocols/frr/frr_10.5.1.bb rename to meta-networking/recipes-protocols/frr/frr_10.5.2.bb index c125709bf4..710bdf4a5d 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.5.1.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.5.2.bb @@ -16,7 +16,7 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.5; file://CVE-2025-61099-61107-2.patch \ file://CVE-2025-61099-61107-3.patch \ " -SRCREV = "d17791ee7ee76a0407d3fdbebf81bd242840741b" +SRCREV = "fa68c0ca04f95125cb993b5cacb64fc1495348eb" UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P\d+(\.\d+)+)$"