All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/radvd: bump version to 2.20
@ 2025-01-09  8:01 Akhilesh Nema
  2025-02-04  8:06 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Akhilesh Nema @ 2025-01-09  8:01 UTC (permalink / raw)
  To: buildroot; +Cc: Akhilesh Nema

- Updated radvd dependencies.

Changelog:
https://github.com/radvd-project/radvd/blob/v2.20/CHANGES

Signed-off-by: Akhilesh Nema <nemaakhilesh@gmail.com>
---
 package/radvd/Config.in  | 3 +++
 package/radvd/radvd.hash | 4 ++--
 package/radvd/radvd.mk   | 4 ++--
 3 files changed, 7 insertions(+), 4 deletions(-)

diff --git a/package/radvd/Config.in b/package/radvd/Config.in
index f1df0c3cb8..4149683fc9 100644
--- a/package/radvd/Config.in
+++ b/package/radvd/Config.in
@@ -1,6 +1,9 @@
 config BR2_PACKAGE_RADVD
 	bool "radvd"
 	depends on BR2_USE_MMU # fork()
+	depends on !BR2_STATIC_LIBS  # libbsd
+	depends on BR2_TOOLCHAIN_HAS_THREADS  # libbsd
+	select BR2_PACKAGE_LIBBSD
 	help
 	  IPv6 Router Advertisement Daemon.
 
diff --git a/package/radvd/radvd.hash b/package/radvd/radvd.hash
index a624db24ba..8415b8d854 100644
--- a/package/radvd/radvd.hash
+++ b/package/radvd/radvd.hash
@@ -1,3 +1,3 @@
-# From http://www.litech.org/radvd/dist/radvd-2.19.tar.gz.sha512
-sha512  caa621fd77e34ff6858d60a41b0ee02aff967ac14f2b84c402359744f4bece5c1563419860431c328adc0385e9893ed1f2421d652247a3aa0dfc0aaad1e01233  radvd-2.19.tar.gz
+# From http://www.litech.org/radvd/dist/radvd-2.20.tar.gz.sha512
+sha512  798d8476ab5ff43083b181d6d6ec43c47d06e4067d30c71e038cfd890bcf1ca23e809f9e184c4363458bfa25a916625dd2d7553290fb3e5459034d477b80ebaa  radvd-2.20.tar.gz
 sha256  40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80  COPYRIGHT
diff --git a/package/radvd/radvd.mk b/package/radvd/radvd.mk
index 7a3b0a36ac..89d8f55d51 100644
--- a/package/radvd/radvd.mk
+++ b/package/radvd/radvd.mk
@@ -4,9 +4,9 @@
 #
 ################################################################################
 
-RADVD_VERSION = 2.19
+RADVD_VERSION = 2.20
 RADVD_SITE = http://www.litech.org/radvd/dist
-RADVD_DEPENDENCIES = host-bison host-flex host-pkgconf
+RADVD_DEPENDENCIES = host-bison host-flex host-pkgconf libbsd
 # We need to ignore <linux/if_arp.h>, because radvd already includes
 # <net/if_arp.h>, which conflicts with <linux/if_arp.h>.
 RADVD_CONF_ENV = \
-- 
2.25.1

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

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

end of thread, other threads:[~2025-02-04  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-01-09  8:01 [Buildroot] [PATCH 1/1] package/radvd: bump version to 2.20 Akhilesh Nema
2025-02-04  8:06 ` Peter Korsgaard

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.