diff mbox series

[meta-networking,1/2] frr: upgrade 10.2 -> 10.2.1

Message ID 20250101233112.2219927-1-yi.zhao@windriver.com
State Accepted
Headers show
Series [meta-networking,1/2] frr: upgrade 10.2 -> 10.2.1 | expand

Commit Message

Yi Zhao Jan. 1, 2025, 11:31 p.m. UTC
ChangeLog:
https://github.com/FRRouting/frr/commit/5f0beaa0fdd00b7a60c1765067d1b6fa65ce96c0

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../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 mbox series

Patch

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<pver>\d+(\.\d+)+)$"