openwrt/package
Jason A. Donenfeld 4576a753f2 wireguard-tools: bump to 1.0.20200121
* Makefile: remove pwd from compile output
* Makefile: add standard 'all' target
* Makefile: evaluate git version lazily

Quality of life improvements for packagers.

* ipc: simplify inflatable buffer and add fuzzer
* fuzz: add generic command argument fuzzer
* fuzz: add set and setconf fuzzers

More fuzzers and a slicker string list implementation. These fuzzers now find
themselves configuring wireguard interfaces from scratch after several million
mutations, which is fun to watch.

* netlink: make sure to clear return value when trying again

Prior, if a dump was interrupted by a concurrent set operation, we'd try
again, but forget to reset an error flag, so we'd keep trying again forever.
Now we do the right thing and succeed when we succeed.

* Makefile: sort inputs to linker so that build is reproducible

Earlier versions of make(1) passed GLOB_NOSORT to glob(3), resulting in the
linker receiving its inputs in a filesystem-dependent order. This screwed up
reproducible builds.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2020-01-24 08:21:04 +01:00
..
base-files base-files/functions.sh: use grep -q instead of [] 2020-01-18 00:24:06 +01:00
boot rbcfg: make package available for ath79 2020-01-23 15:28:02 +01:00
devel perf: Add libunwind only if selected 2020-01-15 20:34:16 +01:00
firmware ath10k-firmware: fix mirror hash 2020-01-24 08:21:04 +01:00
kernel mac80211: add support for wds_bridge hostapd feature 2020-01-22 14:22:17 +02:00
libs libubox: update to version 2020-01-20 2020-01-20 20:57:21 +01:00
network wireguard-tools: bump to 1.0.20200121 2020-01-24 08:21:04 +01:00
system procd: update to version 2020-01-24 2020-01-24 08:21:04 +01:00
utils rbextract: support devices directly showing ERD magic 2020-01-23 15:28:03 +01:00
Makefile packages: apply usign padding workarounds to package indexes if needed 2019-08-07 07:15:07 +02:00