diff mbox series

[meta-networking] frr: upgrade 10.5.2 -> 10.5.3

Message ID 20260323154620.3176805-1-yi.zhao@windriver.com
State Under Review
Headers show
Series [meta-networking] frr: upgrade 10.5.2 -> 10.5.3 | expand

Commit Message

Yi Zhao March 23, 2026, 3:46 p.m. UTC
ChangeLog:
https://github.com/FRRouting/frr/releases/tag/frr-10.5.3

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

Patch

diff --git a/meta-networking/recipes-protocols/frr/frr_10.5.2.bb b/meta-networking/recipes-protocols/frr/frr_10.5.3.bb
similarity index 97%
rename from meta-networking/recipes-protocols/frr/frr_10.5.2.bb
rename to meta-networking/recipes-protocols/frr/frr_10.5.3.bb
index 710bdf4a5d..1c06f7bda5 100644
--- a/meta-networking/recipes-protocols/frr/frr_10.5.2.bb
+++ b/meta-networking/recipes-protocols/frr/frr_10.5.3.bb
@@ -10,13 +10,13 @@  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.5;tag=frr-${PV} \
+SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;nobranch=1;tag=frr-${PV} \
            file://frr.pam \
            file://CVE-2025-61099-61107-1.patch \
            file://CVE-2025-61099-61107-2.patch \
            file://CVE-2025-61099-61107-3.patch \
            "
-SRCREV = "fa68c0ca04f95125cb993b5cacb64fc1495348eb"
+SRCREV = "cd39d029a48a1e58929a7f31e7d61a594c2ecb42"
 
 UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$"