diff options
author | 2020-02-14 17:16:21 +0100 | |
---|---|---|
committer | 2020-02-15 12:04:02 +0100 | |
commit | 10fe3405dfe734449d567b9e8d6a96fa5ef9e12a (patch) | |
tree | 61c123d392765ce9688b559c025eec3cf9a8e1dc /package/wireguard-linux-compat | |
parent | 832ff93c897d12f618cca94d46ef94ab7975a2e2 (diff) | |
download | buildroot-10fe3405dfe734449d567b9e8d6a96fa5ef9e12a.tar.gz buildroot-10fe3405dfe734449d567b9e8d6a96fa5ef9e12a.tar.bz2 |
package/wireguard-linux-compat: bump version to 0.0.20200214
Includes misc fixes. For details, see the announcement:
https://lists.zx2c4.com/pipermail/wireguard/2020-February/005013.html
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/wireguard-linux-compat')
-rw-r--r-- | package/wireguard-linux-compat/wireguard-linux-compat.hash | 4 | ||||
-rw-r--r-- | package/wireguard-linux-compat/wireguard-linux-compat.mk | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/package/wireguard-linux-compat/wireguard-linux-compat.hash b/package/wireguard-linux-compat/wireguard-linux-compat.hash index 0ee202ca9e..5c0962d85d 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-February/004962.html -sha256 9669e165fc7252cab7f908ba57f160f6d57539b7cc81180f260cb675d2fd362b wireguard-linux-compat-0.0.20200205.tar.xz +# https://lists.zx2c4.com/pipermail/wireguard/2020-February/005013.html +sha256 6aaed62beb23803a456b7875a56e9462125a589c9dfb6d0b672c1a8f9f3f45ab wireguard-linux-compat-0.0.20200214.tar.xz # Locally calculated sha256 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643 COPYING diff --git a/package/wireguard-linux-compat/wireguard-linux-compat.mk b/package/wireguard-linux-compat/wireguard-linux-compat.mk index 0efb9c3aea..057fee7fce 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.20200205 +WIREGUARD_LINUX_COMPAT_VERSION = 0.0.20200214 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 |