From d11b64e25ee1344dde5adf655cf55df6fe4c9045 Mon Sep 17 00:00:00 2001 From: Ankur Tyagi Date: Mon, 19 Jan 2026 23:05:11 +1300 Subject: [PATCH] frr: upgrade 10.4.1 -> 10.4.2 Release Notes: https://github.com/FRRouting/frr/releases/tag/frr-10.4.2 Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../recipes-protocols/frr/{frr_10.4.1.bb => frr_10.4.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-networking/recipes-protocols/frr/{frr_10.4.1.bb => frr_10.4.2.bb} (99%) diff --git a/meta-networking/recipes-protocols/frr/frr_10.4.1.bb b/meta-networking/recipes-protocols/frr/frr_10.4.2.bb similarity index 99% rename from meta-networking/recipes-protocols/frr/frr_10.4.1.bb rename to meta-networking/recipes-protocols/frr/frr_10.4.2.bb index ce455ab8bf..a0a42859f7 100644 --- a/meta-networking/recipes-protocols/frr/frr_10.4.1.bb +++ b/meta-networking/recipes-protocols/frr/frr_10.4.2.bb @@ -14,7 +14,7 @@ SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/10.4; file://frr.pam \ " -SRCREV = "88f5c06cbc1cc4d62e1cba3e7791f5cea4179ba5" +SRCREV = "642f65b9e5853c7207982a9cf8275732737d4e44" UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P\d+(\.\d+)+)$"