diff mbox series

[meta-networking,whinlatter,1/8] frr: upgrade 10.4.2 -> 10.4.3

Message ID 20260309103153.536284-1-ankur.tyagi85@gmail.com
State New
Headers show
Series [meta-networking,whinlatter,1/8] frr: upgrade 10.4.2 -> 10.4.3 | expand

Commit Message

Ankur Tyagi March 9, 2026, 10:31 a.m. UTC
From: Ankur Tyagi <ankur.tyagi85@gmail.com>

Release Notes:
https://github.com/FRRouting/frr/releases/tag/frr-10.4.3

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
---
 .../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 mbox series

Patch

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<pver>\d+(\.\d+)+)$"