diff mbox series

[meta-networking,1/2,mickledore,master] frr: upgrade 8.4.2 -> 8.4.4

Message ID 20230628125845.3702881-1-yi.zhao@windriver.com
State Under Review
Headers show
Series [meta-networking,1/2,mickledore,master] frr: upgrade 8.4.2 -> 8.4.4 | expand

Commit Message

Yi Zhao June 28, 2023, 12:58 p.m. UTC
ChangeLog:
https://github.com/FRRouting/frr/releases/tag/frr-8.4.4
https://github.com/FRRouting/frr/commit/45e36c0c00a517ad1606135b18c5753e210cfc0d

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
---
 .../recipes-protocols/frr/{frr_8.4.2.bb => frr_8.4.4.bb}        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta-networking/recipes-protocols/frr/{frr_8.4.2.bb => frr_8.4.4.bb} (98%)
diff mbox series

Patch

diff --git a/meta-networking/recipes-protocols/frr/frr_8.4.2.bb b/meta-networking/recipes-protocols/frr/frr_8.4.4.bb
similarity index 98%
rename from meta-networking/recipes-protocols/frr/frr_8.4.2.bb
rename to meta-networking/recipes-protocols/frr/frr_8.4.4.bb
index 966926094..b87c3e78b 100644
--- a/meta-networking/recipes-protocols/frr/frr_8.4.2.bb
+++ b/meta-networking/recipes-protocols/frr/frr_8.4.4.bb
@@ -14,7 +14,7 @@  SRC_URI = "git://github.com/FRRouting/frr.git;protocol=https;branch=stable/8.4 \
            file://0001-m4-ax_python.m4-check-for-python-x.y-emded.pc-not-py.patch \
            "
 
-SRCREV = "62ac43de9f3bc470586cf4f51fadf013bf542b32"
+SRCREV = "45e36c0c00a517ad1606135b18c5753e210cfc0d"
 
 UPSTREAM_CHECK_GITTAGREGEX = "frr-(?P<pver>\d+(\.\d+)+)$"