diff mbox series

[meta-networking,1/3] frr: upgrade 10.1.1 -> 10.2

Message ID 20241226093116.874361-1-yi.zhao@windriver.com
State Under Review
Headers show
Series [meta-networking,1/3] frr: upgrade 10.1.1 -> 10.2 | expand

Commit Message

Yi Zhao Dec. 26, 2024, 9:31 a.m. UTC
ChangeLog:
https://github.com/FRRouting/frr/releases/tag/frr-10.2

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../recipes-protocols/frr/{frr_10.1.1.bb => frr_10.2.bb}      | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta-networking/recipes-protocols/frr/{frr_10.1.1.bb => frr_10.2.bb} (98%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/frr/frr_10.1.1.bb b/meta-networking/recipes-protocols/frr/frr_10.2.bb
similarity index 98%
rename from meta-networking/recipes-protocols/frr/frr_10.1.1.bb
rename to meta-networking/recipes-protocols/frr/frr_10.2.bb
index 237b52592b..06d604168e 100644
--- a/meta-networking/recipes-protocols/frr/frr_10.1.1.bb
+++ b/meta-networking/recipes-protocols/frr/frr_10.2.bb
@@ -10,11 +10,11 @@  LIC_FILES_CHKSUM = "file://doc/licenses/GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a
                     file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c"
 
 
-SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.1 \
+SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.2 \
            file://frr.pam \
            "
 
-SRCREV = "dbf8dac1cea2b1235746e2d966a8ded9cffd5dc3"
+SRCREV = "22746b8d59e6e6cb77ced61bc9e0cff2ead227b5"
 
 UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$"