openwrtv3/package
Jason A. Donenfeld f6c4a9c045 wireguard: version bump to 0.0.20171017
This is a simple version bump. Changes:

  * noise: handshake constants can be read-only after init
  * noise: no need to take the RCU lock if we're not dereferencing
  * send: improve dead packet control flow
  * receive: improve control flow
  * socket: eliminate dead code
  * device: our use of queues means this check is worthless
  * device: no need to take lock for integer comparison
  * blake2s: modernize API and have faster _final
  * compat: support READ_ONCE
  * compat: just make ro_after_init read_mostly

  Assorted cleanups to the module, including nice things like marking our
  precomputations as const.

  * Makefile: even prettier output
  * Makefile: do not clean before cloc
  * selftest: better test index for rate limiter
  * netns: disable accept_dad for all interfaces

  Fixes in our testing and build infrastructure. Now works on the 4.14 rc
  series.

  * qemu: add build-only target
  * qemu: work on ubuntu toolchain
  * qemu: add more debugging options to main makefile
  * qemu: simplify shutdown
  * qemu: open /dev/console if we're started early
  * qemu: phase out bitbanging
  * qemu: always create directory before untarring
  * qemu: newer packages
  * qemu: put hvc directive into configuration

  This is the beginning of working out a cross building test suite, so we do
  several tricks to be less platform independent.

  * tools: encoding: be more paranoid
  * tools: retry resolution except when fatal
  * tools: don't insist on having a private key
  * tools: add pass example to wg-quick man page
  * tools: style
  * tools: newline after warning
  * tools: account for padding being in zero attribute

  Several important tools fixes, one of which suppresses a needless warning.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2017-10-17 19:43:06 +02:00
..
base-files base-files: create /etc/config/ directory 2017-09-30 22:22:38 +02:00
boot at91bootstrap: remove manual copy of binaries to BIN_DIR 2017-10-14 00:33:34 +02:00
devel gdb: bump to 8.0.1 2017-09-29 06:33:39 +03:00
firmware linux-firmware: add ath6k firmware to package 2017-10-15 00:24:21 +02:00
kernel mac80211: backport kernel fix for CVE-2017-13080 2017-10-17 01:56:31 +03:00
libs libs/libnl: Update to 3.3.0 2017-10-15 00:24:22 +02:00
network wireguard: version bump to 0.0.20171017 2017-10-17 19:43:06 +02:00
system uci: bump to git HEAD version 2017-10-04 21:29:34 +02:00
utils busybox: provide "ip" 2017-10-14 20:23:55 +02:00
Makefile build: cleanup tmp/ dir of target rootfs 2017-05-02 22:10:50 +08:00