All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/frr: update to 9.1.1
@ 2024-08-22 13:41 Vincent Jardin
  2024-08-22 16:36 ` [Buildroot] [PATCH v2 0/1] " Vincent Jardin
  0 siblings, 1 reply; 4+ messages in thread
From: Vincent Jardin @ 2024-08-22 13:41 UTC (permalink / raw)
  To: buildroot; +Cc: Vincent Jardin, Vadim Kochan

Update to the latest 9.x version.
Protobuf becomes mandatory.

Signed-off-by: Vincent Jardin <vjardin@free.fr>
---
 package/frr/Config.in | 1 +
 package/frr/frr.hash  | 1 +
 package/frr/frr.mk    | 3 ++-
 3 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/package/frr/Config.in b/package/frr/Config.in
index 0afd8c61a2..462c58f0da 100644
--- a/package/frr/Config.in
+++ b/package/frr/Config.in
@@ -10,6 +10,7 @@ config BR2_PACKAGE_FRR
 	select BR2_PACKAGE_LIBYANG
 	select BR2_PACKAGE_READLINE
 	select BR2_PACKAGE_JSON_C
+	select BR2_PACKAGE_PROTOBUF_C
 	help
 	  The FRRouting Protocol Suite.
 
diff --git a/package/frr/frr.hash b/package/frr/frr.hash
index 4a61084bae..ea32b2c16f 100644
--- a/package/frr/frr.hash
+++ b/package/frr/frr.hash
@@ -1,3 +1,4 @@
 # Locally calculated
 sha256  7ae9d8bafc65bb5d0f21061ac61dbc6cf93b2b05a5dae9e5eec72ed42388551e  frr-8.5.4.tar.gz
+sha256  6eb254c72dca867fefffd5ded80a6c2d5ce8df223ce93263302db4b8bfbb19c4  frr-9.1.1.tar.gz
 sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/frr/frr.mk b/package/frr/frr.mk
index 1b7d66fc68..725487dfe4 100644
--- a/package/frr/frr.mk
+++ b/package/frr/frr.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-FRR_VERSION = 8.5.4
+FRR_VERSION = 9.1.1
 FRR_SITE = $(call github,FRRouting,frr,frr-$(FRR_VERSION))
 FRR_LICENSE = GPL-2.0
 FRR_LICENSE_FILES = COPYING
@@ -13,6 +13,7 @@ FRR_CPE_ID_PRODUCT = free_range_routing
 FRR_AUTORECONF = YES
 
 FRR_DEPENDENCIES = host-frr readline json-c libyang \
+	protobuf-c \
 	$(if $(BR2_PACKAGE_C_ARES),c-ares) \
 	$(if $(BR2_PACKAGE_LIBXCRYPT),libxcrypt)
 
-- 
2.46.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-08-23 16:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22 13:41 [Buildroot] [PATCH 1/1] package/frr: update to 9.1.1 Vincent Jardin
2024-08-22 16:36 ` [Buildroot] [PATCH v2 0/1] " Vincent Jardin
2024-08-22 16:36   ` [Buildroot] [PATCH v2 1/1] " Vincent Jardin
2024-08-23 16:58     ` Thomas Petazzoni via buildroot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.