Commit graph

14 commits

Author SHA1 Message Date
Jason A. Donenfeld
c3f5ca5683 net/wireguard: version bump
Update to new snapshot version. We also make IPV6 optional, and
conditionally selecting the udptunnel6 module, using the same trick that
the strongswan package also uses for this kind of dependency expression.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-12-18 18:36:54 +01:00
Jason A. Donenfeld
f8916c2f33 net/wireguard: version bump
Update to new snapshot version.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2016-11-29 23:52:01 +01:00
viisauksena
a56138a8cd net/wireguard - bump to experimental-0.0.20161116.1
use latest tag https://git.zx2c4.com/WireGuard/tag/?h=experimental-0.0.20161116.1
Maintainer @zorun
Signed-off-by: Jens Viisauksena <wireguard@viisauksena.de>
2016-11-23 03:10:08 +01:00
danrl
c5a6eb25d9 wireguard-tools: Add missing directory
fixes issue #3515

Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-11-16 11:02:44 +01:00
danrl
124ee5c30d wireguard-tools: Add netifd protocol helper
Signed-off-by: Dan Luedtke <mail@danrl.com>
2016-11-15 16:45:12 +01:00
Baptiste Jonglez
ff769f54b0 wireguard: Bump to 0.0.20161110
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-11-14 00:25:12 +01:00
Baptiste Jonglez
70c72dc0cf wireguard: Bump to 0.0.20161105
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-11-07 22:55:09 +01:00
Baptiste Jonglez
766b146fbe wireguard: Bump to 0.0.20161103
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-11-03 21:53:59 +01:00
Baptiste Jonglez
0c60737b38 wireguard: Bump to 0.0.20161025
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-10-29 23:20:26 +02:00
Baptiste Jonglez
c5d9fa8fb9 wireguard: Bump to 0.0.20161001
This should massively improve performance for (at least) MIPS targets:

    * poly1305: optimize unaligned access

    This is a very appreciated fix from René van Dorst, adjusting the
    arithmetic in Poly1305 to work fast on platforms with slow unaligned
    access, such as MIPS. According to his calculation, this gives a 50%
    improvement on small MIPS boxes.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-10-01 01:44:08 +02:00
Baptiste Jonglez
3f2be1ad5c wireguard: Bump to 0.0.20160722
Also fix a new compilation error, due to upstream changes in the build
system.  SUBDIRS= is deprecated when building external kernel modules, use
M= instead to fix compilation.

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-23 14:02:24 +02:00
Baptiste Jonglez
d0e989aa3c wireguard: Bump to 0.0.20160711
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-17 23:03:20 +02:00
Baptiste Jonglez
b960814cd4 wireguard: Bump to 0.0.20160708.1
Also add the SHA256 checksum, since upstream now publishes it when releasing:

  https://lists.zx2c4.com/pipermail/wireguard/2016-July/000196.html

Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-10 14:18:30 +02:00
Baptiste Jonglez
facf22d31f wireguard: Initial upload
Signed-off-by: Baptiste Jonglez <git@bitsofnetworks.org>
2016-07-02 19:00:31 +02:00