From a5cf65f55fe651865e8a4fb5a7c40deca41eaa62 Mon Sep 17 00:00:00 2001 From: Yi Zhao Date: Mon, 23 Mar 2026 23:46:20 +0800 Subject: [PATCH] frr: upgrade 10.5.2 -> 10.5.3 ChangeLog: https://github.com/FRRouting/frr/releases/tag/frr-10.5.3 Signed-off-by: Yi Zhao Signed-off-by: Khem Raj --- .../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 --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\d+(\.\d+)+)$"