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 <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Yi Zhao 2026-03-23 23:46:20 +08:00 committed by Khem Raj
parent 752aad0e32
commit a5cf65f55f
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -10,13 +10,13 @@ LIC_FILES_CHKSUM = "file://doc/licenses/GPL-2.0;md5=b234ee4d69f5fce4486a80fdaf4a
file://doc/licenses/LGPL-2.1;md5=4fbd65380cdd255951079008b364516c" 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://frr.pam \
file://CVE-2025-61099-61107-1.patch \ file://CVE-2025-61099-61107-1.patch \
file://CVE-2025-61099-61107-2.patch \ file://CVE-2025-61099-61107-2.patch \
file://CVE-2025-61099-61107-3.patch \ file://CVE-2025-61099-61107-3.patch \
" "
SRCREV = "fa68c0ca04f95125cb993b5cacb64fc1495348eb" SRCREV = "cd39d029a48a1e58929a7f31e7d61a594c2ecb42"
UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$" UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$"