From 07a8a11d94aff855ea13f91836f60939f0984253 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Thu, 2 Jan 2025 07:31:11 +0800 Subject: [PATCH] frr: upgrade 10.2 -> 10.2.1 ChangeLog: https://github.com/FRRouting/frr/commit/5f0beaa0fdd00b7a60c1765067d1b6fa65ce96c0 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../recipes-protocols/frr/{frr_10.2.bb => frr_10.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/frr/{frr_10.2.bb => frr_10.2.1.bb} (99%) diff --git a/meta-networking/recipes-protocols/frr/frr_10.2.bb b/meta-networking/recipes-protocols/frr/frr_10.2.1.bb similarity index 99% rename from meta-networking/recipes-protocols/frr/frr_10.2.bb rename to meta-networking/recipes-protocols/frr/frr_10.2.1.bb index 06d604168e..e6b35f6d75 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.2.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.2.1.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.2 file://frr.pam \ " -SRCREV = "22746b8d59e6e6cb77ced61bc9e0cff2ead227b5" +SRCREV = "5f0beaa0fdd00b7a60c1765067d1b6fa65ce96c0" UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P\d+(\.\d+)+)$"