[Buildroot] [git commit] package/frr: bump to 7.5.1 version
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-03-30 19:45:28
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Date: 2021-03-30 19:45:28
Subsystem:
the rest · Maintainer:
Linus Torvalds
commit: https://git.buildroot.net/buildroot/commit/?id=7a4a3a0295649ea80fc24664fb959c9ab4972b8d branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master This is a maintenance release of FRR 7.5 with lots of bug fixes: https://github.com/FRRouting/frr/releases/tag/frr-7.5.1 Signed-off-by: Vadym Kochan <redacted> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com> --- package/frr/frr.hash | 2 +- package/frr/frr.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/frr/frr.hash b/package/frr/frr.hash
index 942065f0f3..3a044d4c2a 100644
--- a/package/frr/frr.hash
+++ b/package/frr/frr.hash@@ -1,3 +1,3 @@ # Locally calculated -sha256 54066e82a82751ec5876d9b67aa0cb24fe94e19e7371af290ac25099eda9f136 frr-7.5.tar.gz +sha256 030d4e66f577726dfea13bd3a9c669fd41d8fd89b25953a36b5b0966d406ff28 frr-7.5.1.tar.gz sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING
diff --git a/package/frr/frr.mk b/package/frr/frr.mk
index 3ae292874a..0907c0ad97 100644
--- a/package/frr/frr.mk
+++ b/package/frr/frr.mk@@ -4,7 +4,7 @@ # ################################################################################ -FRR_VERSION = 7.5 +FRR_VERSION = 7.5.1 FRR_SITE = $(call github,FRRouting,frr,frr-$(FRR_VERSION)) FRR_LICENSE = GPL-2.0 FRR_LICENSE_FILES = COPYING