buildroot.busybox.net archive mirror
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] package/wireguard-linux-compat: bump version to 0.0.20200205
@ 2020-02-06 22:21 Peter Korsgaard
  2020-02-06 22:21 ` [Buildroot] [PATCH 2/2] package/wireguard-tools: bump to version 1.0-20200206 Peter Korsgaard
  2020-02-07 14:55 ` [Buildroot] [PATCH 1/2] package/wireguard-linux-compat: bump version to 0.0.20200205 Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-02-06 22:21 UTC (permalink / raw)
  To: buildroot

Includes fixes for issues found through fuzzing.  For details, see the
announcement:

https://lists.zx2c4.com/pipermail/wireguard/2020-February/004962.html

While we are at it, adjust the white space in the .hash file to match the
new agreements.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/wireguard-linux-compat/wireguard-linux-compat.hash | 6 +++---
 package/wireguard-linux-compat/wireguard-linux-compat.mk   | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/wireguard-linux-compat/wireguard-linux-compat.hash b/package/wireguard-linux-compat/wireguard-linux-compat.hash
index 47715fecb1..0ee202ca9e 100644
--- a/package/wireguard-linux-compat/wireguard-linux-compat.hash
+++ b/package/wireguard-linux-compat/wireguard-linux-compat.hash
@@ -1,4 +1,4 @@
-# https://lists.zx2c4.com/pipermail/wireguard/2020-January/004905.html
-sha256 8610c6d8712cfd885f50b1a8c572518edf318c094d68491ea218bb50566a9a8a  wireguard-linux-compat-0.0.20200128.tar.xz
+# https://lists.zx2c4.com/pipermail/wireguard/2020-February/004962.html
+sha256  9669e165fc7252cab7f908ba57f160f6d57539b7cc81180f260cb675d2fd362b  wireguard-linux-compat-0.0.20200205.tar.xz
 # Locally calculated
-sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/wireguard-linux-compat/wireguard-linux-compat.mk b/package/wireguard-linux-compat/wireguard-linux-compat.mk
index 097b80e70d..0efb9c3aea 100644
--- a/package/wireguard-linux-compat/wireguard-linux-compat.mk
+++ b/package/wireguard-linux-compat/wireguard-linux-compat.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-WIREGUARD_LINUX_COMPAT_VERSION = 0.0.20200128
+WIREGUARD_LINUX_COMPAT_VERSION = 0.0.20200205
 WIREGUARD_LINUX_COMPAT_SITE = https://git.zx2c4.com/wireguard-linux-compat/snapshot
 WIREGUARD_LINUX_COMPAT_SOURCE = wireguard-linux-compat-$(WIREGUARD_LINUX_COMPAT_VERSION).tar.xz
 WIREGUARD_LINUX_COMPAT_LICENSE = GPL-2.0
-- 
2.20.1

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

* [Buildroot] [PATCH 2/2] package/wireguard-tools: bump to version 1.0-20200206
  2020-02-06 22:21 [Buildroot] [PATCH 1/2] package/wireguard-linux-compat: bump version to 0.0.20200205 Peter Korsgaard
@ 2020-02-06 22:21 ` Peter Korsgaard
  2020-02-07 14:55   ` Peter Korsgaard
  2020-02-07 14:55 ` [Buildroot] [PATCH 1/2] package/wireguard-linux-compat: bump version to 0.0.20200205 Peter Korsgaard
  1 sibling, 1 reply; 4+ messages in thread
From: Peter Korsgaard @ 2020-02-06 22:21 UTC (permalink / raw)
  To: buildroot

Drop libmnl dependency. From the announcement:

 * netlink: remove libmnl requirement

We no longer require libmnl.  It turns out that inlining the small subset of
libmnl that we actually use results in a smaller binary than the overhead of
linking to the external library.

pkg-config is still used for the systemd support though, so move the
host-pkgconf dependency there.

For more details, see the announcement:

https://lists.zx2c4.com/pipermail/wireguard/2020-February/004963.html

While we are at it, adjust the white space in the .hash file to match the
new agreements.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/wireguard-tools/Config.in            | 1 -
 package/wireguard-tools/wireguard-tools.hash | 6 +++---
 package/wireguard-tools/wireguard-tools.mk   | 4 ++--
 3 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/package/wireguard-tools/Config.in b/package/wireguard-tools/Config.in
index eee6a8a940..130f4c48ed 100644
--- a/package/wireguard-tools/Config.in
+++ b/package/wireguard-tools/Config.in
@@ -2,7 +2,6 @@ config BR2_PACKAGE_WIREGUARD_TOOLS
 	bool "wireguard tools"
 	# kernel module requires 3.10+, userspace makes no sense without it
 	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_10
-	select BR2_PACKAGE_LIBMNL
 	help
 	  WireGuard is an extremely simple yet fast and modern VPN
 	  that utilizes state-of-the-art cryptography. It aims to be
diff --git a/package/wireguard-tools/wireguard-tools.hash b/package/wireguard-tools/wireguard-tools.hash
index 1650f67e7a..9ea0d3ce86 100644
--- a/package/wireguard-tools/wireguard-tools.hash
+++ b/package/wireguard-tools/wireguard-tools.hash
@@ -1,4 +1,4 @@
-# https://lists.zx2c4.com/pipermail/wireguard/2020-January/004869.html
-sha256 15bfdbdbecbd3870ced9a7e68286c871bfcb2071d165f113808081f2e428faa3  wireguard-tools-1.0.20200121.tar.xz
+# https://lists.zx2c4.com/pipermail/wireguard/2020-February/004963.html
+sha256  f5207248c6a3c3e3bfc9ab30b91c1897b00802ed861e1f9faaed873366078c64  wireguard-tools-1.0.20200206.tar.xz
 # Locally calculated
-sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
+sha256  8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643  COPYING
diff --git a/package/wireguard-tools/wireguard-tools.mk b/package/wireguard-tools/wireguard-tools.mk
index 0acf0fcbb5..c2b2c36651 100644
--- a/package/wireguard-tools/wireguard-tools.mk
+++ b/package/wireguard-tools/wireguard-tools.mk
@@ -4,15 +4,15 @@
 #
 ################################################################################
 
-WIREGUARD_TOOLS_VERSION = 1.0.20200121
+WIREGUARD_TOOLS_VERSION = 1.0.20200206
 WIREGUARD_TOOLS_SITE = https://git.zx2c4.com/wireguard-tools/snapshot
 WIREGUARD_TOOLS_SOURCE = wireguard-tools-$(WIREGUARD_TOOLS_VERSION).tar.xz
 WIREGUARD_TOOLS_LICENSE = GPL-2.0
 WIREGUARD_TOOLS_LICENSE_FILES = COPYING
-WIREGUARD_TOOLS_DEPENDENCIES = host-pkgconf libmnl
 
 ifeq ($(BR2_INIT_SYSTEMD),y)
 WIREGUARD_TOOLS_MAKE_OPTS += WITH_SYSTEMDUNITS=yes
+WIREGUARD_TOOLS_DEPENDENCIES += host-pkgconf
 else
 WIREGUARD_TOOLS_MAKE_OPTS += WITH_SYSTEMDUNITS=no
 endif
-- 
2.20.1

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

* [Buildroot] [PATCH 1/2] package/wireguard-linux-compat: bump version to 0.0.20200205
  2020-02-06 22:21 [Buildroot] [PATCH 1/2] package/wireguard-linux-compat: bump version to 0.0.20200205 Peter Korsgaard
  2020-02-06 22:21 ` [Buildroot] [PATCH 2/2] package/wireguard-tools: bump to version 1.0-20200206 Peter Korsgaard
@ 2020-02-07 14:55 ` Peter Korsgaard
  1 sibling, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-02-07 14:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Includes fixes for issues found through fuzzing.  For details, see the
 > announcement:

 > https://lists.zx2c4.com/pipermail/wireguard/2020-February/004962.html

 > While we are at it, adjust the white space in the .hash file to match the
 > new agreements.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] package/wireguard-tools: bump to version 1.0-20200206
  2020-02-06 22:21 ` [Buildroot] [PATCH 2/2] package/wireguard-tools: bump to version 1.0-20200206 Peter Korsgaard
@ 2020-02-07 14:55   ` Peter Korsgaard
  0 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-02-07 14:55 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > Drop libmnl dependency. From the announcement:
 >  * netlink: remove libmnl requirement

 > We no longer require libmnl.  It turns out that inlining the small subset of
 > libmnl that we actually use results in a smaller binary than the overhead of
 > linking to the external library.

 > pkg-config is still used for the systemd support though, so move the
 > host-pkgconf dependency there.

 > For more details, see the announcement:

 > https://lists.zx2c4.com/pipermail/wireguard/2020-February/004963.html

 > While we are at it, adjust the white space in the .hash file to match the
 > new agreements.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-02-07 14:55 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-02-06 22:21 [Buildroot] [PATCH 1/2] package/wireguard-linux-compat: bump version to 0.0.20200205 Peter Korsgaard
2020-02-06 22:21 ` [Buildroot] [PATCH 2/2] package/wireguard-tools: bump to version 1.0-20200206 Peter Korsgaard
2020-02-07 14:55   ` Peter Korsgaard
2020-02-07 14:55 ` [Buildroot] [PATCH 1/2] package/wireguard-linux-compat: bump version to 0.0.20200205 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).