From 32ad58ec4e8663a9eb776b82cc93ea2019d563b5 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 9 Mar 2026 23:31:46 +1300 Subject: [PATCH] frr: upgrade 10.4.2 -> 10.4.3 Release Notes: https://github.com/FRRouting/frr/releases/tag/frr-10.4.3 Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../recipes-protocols/frr/{frr_10.4.2.bb => frr_10.4.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/frr/{frr_10.4.2.bb => frr_10.4.3.bb} (99%) diff --git a/meta-networking/recipes-protocols/frr/frr_10.4.2.bb b/meta-networking/recipes-protocols/frr/frr_10.4.3.bb similarity index 99% rename from meta-networking/recipes-protocols/frr/frr_10.4.2.bb rename to meta-networking/recipes-protocols/frr/frr_10.4.3.bb index a246b3459f..147e3b8a8b 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.4.2.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.4.3.bb @@ -17,7 +17,7 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.4; file://CVE-2025-61099-61107-3.patch \ " -SRCREV = "642f65b9e5853c7207982a9cf8275732737d4e44" +SRCREV = "6ddbeb5eaf71bc5a3f05f22e211684fb85a34091" UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P\d+(\.\d+)+)$"