From 66454fe57f19fd499f037da64723022b65f2f38d Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Tue, 13 Jan 2026 20:53:05 +0800 Subject: [PATCH] frr: upgrade 10.5.0 -> 10.5.1 ChangeLog: https://github.com/FRRouting/frr/releases/tag/frr-10.5.1 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../recipes-protocols/frr/{frr_10.5.0.bb => frr_10.5.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/frr/{frr_10.5.0.bb => frr_10.5.1.bb} (99%) diff --git a/meta-networking/recipes-protocols/frr/frr_10.5.0.bb b/meta-networking/recipes-protocols/frr/frr_10.5.1.bb similarity index 99% rename from meta-networking/recipes-protocols/frr/frr_10.5.0.bb rename to meta-networking/recipes-protocols/frr/frr_10.5.1.bb index b1f863a47b..a309330dc1 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.5.0.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.5.1.bb @@ -13,7 +13,7 @@ LIC_FILES_CHKSUM = "file://doc/licenses/GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.5;tag=frr-${PV} \ file://frr.pam \ " -SRCREV = "c41ba202c3f821a43091781181c73772501034ae" +SRCREV = "d17791ee7ee76a0407d3fdbebf81bd242840741b" UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P\d+(\.\d+)+)$"