diff options
author | Jason A. Donenfeld <Jason@zx2c4.com> | 2020-01-08 17:37:41 -0500 |
---|---|---|
committer | Hans Dedecker <dedeckeh@gmail.com> | 2020-01-09 18:54:24 +0100 |
commit | 7936cb94a930dcff0d30d294efb693648e1768ff (patch) | |
tree | f926de9ae3642ade12af2f5c39ef87f6dec9a875 /package | |
parent | 62c2199bd85948f4b98bbcc00935713f424b0604 (diff) | |
download | upstream-7936cb94a930dcff0d30d294efb693648e1768ff.tar.gz upstream-7936cb94a930dcff0d30d294efb693648e1768ff.tar.bz2 upstream-7936cb94a930dcff0d30d294efb693648e1768ff.zip |
wireguard-tools: bump to 1.0.20200102
* systemd: update documentation URL
* global: bump copyright
Usual house keeping.
* Makefile: DEBUG_TOOLS -> DEBUG and document
* Makefile: port static analysis check
* dns-hatchet: adjust path for new repo layout
* Makefile: rework automatic version.h mangling
These are some important-ish cleanups for downstream package maintainers that
should make packaging this a lot smoother.
* man: add documentation about removing explicit listen-port
Documentation improvement.
* wg-quick: linux: quote ifname for nft
This should fix issues with weirdly named ifnames and odd versions of nft(8).
* fuzz: find bugs in the config syntax parser
* fuzz: find bugs when parsing uapi input
These are two fuzzers that have been laying around without a repo for a while.
Perhaps somebody with enough compute power will find bugs with them.
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'package')
-rw-r--r-- | package/network/utils/wireguard-tools/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/package/network/utils/wireguard-tools/Makefile b/package/network/utils/wireguard-tools/Makefile index 2f6d307094..afde98abf4 100644 --- a/package/network/utils/wireguard-tools/Makefile +++ b/package/network/utils/wireguard-tools/Makefile @@ -11,12 +11,12 @@ include $(INCLUDE_DIR)/kernel.mk PKG_NAME:=wireguard-tools -PKG_VERSION:=1.0.20191226 +PKG_VERSION:=1.0.20200102 PKG_RELEASE:=1 PKG_SOURCE:=wireguard-tools-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://git.zx2c4.com/wireguard-tools/snapshot/ -PKG_HASH:=aa8af0fdc9872d369d8c890a84dbc2a2466b55795dccd5b47721b2d97644b04f +PKG_HASH:=547cd1c2f8dca904faac9e8d3964f1ef956c24bb12e3498da88dde95243c7f08 PKG_LICENSE:=GPL-2.0 PKG_LICENSE_FILES:=COPYING |