aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/wireguard: upgrade to 0.0.20190227Jason A. Donenfeld2019-02-283-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wg-quick: freebsd: allow loopback to work FreeBSD adds a route for point-to-point destination addresses. We don't really want to specify any destination address, but unfortunately we have to. Before we tried to cheat by giving our own address as the destination, but this had the unfortunate effect of preventing loopback from working on our local ip address. We work around this with yet another kludge: we set the destination address to 127.0.0.1. Since 127.0.0.1 is already assigned to an interface, this has the same effect of not specifying a destination address, and therefore we accomplish the intended behavior. Note that the bad behavior is still present in Darwin, where such workaround does not exist. * tools: remove unused check phony declaration * highlighter: when subtracting char, cast to unsigned * chacha20: name enums * tools: fight compiler slightly harder * tools: c_acc doesn't need to be initialized * queueing: more reasonable allocator function convention Usual nits. * systemd: wg-quick should depend on nss-lookup.target Since wg-quick(8) calls wg(8) which does hostname lookups, we should probably only run this after we're allowed to look up hostnames. * compat: backport ALIGN_DOWN * noise: whiten the nanoseconds portion of the timestamp This mitigates unrelated sidechannel attacks that think they can turn WireGuard into a useful time oracle. * hashtables: decouple hashtable allocations from the main device allocation The hashtable allocations are quite large, and cause the device allocation in the net framework to stall sometimes while it tries to find a contiguous region that can fit the device struct. To fix the allocation stalls, decouple the hashtable allocations from the device allocation and allocate the hashtables with kvmalloc's implicit __GFP_NORETRY so that the allocations fall back to vmalloc with little resistance. * chacha20poly1305: permit unaligned strides on certain platforms The map allocations required to fix this are mostly slower than unaligned paths. * noise: store clamped key instead of raw key This causes `wg show` to now show the right thing. Useful for doing comparisons. * compat: ipv6_stub is sometimes null On ancient kernels, ipv6_stub is sometimes null in cases where IPv6 has been disabled with a command line flag or other failures. * Makefile: don't duplicate code in install and modules-install * Makefile: make the depmod path configurable * queueing: net-next has changed signature of skb_probe_transport_header A 5.1 change. This could change again, but for now it allows us to keep this snapshot aligned with our upstream submissions. * netlink: don't remove allowed ips for new peers * peer: only synchronize_rcu_bh and traverse trie once when removing all peers * allowedips: maintain per-peer list of allowedips This is a rather big and important change that makes it much much faster to do operations involving thousands of peers. Batch peer/allowedip addition and clearing is several orders of magnitude faster now. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* testing/iwd: build fix. needs linux-headersNatanael Copa2019-02-281-1/+1
|
* testing/iwd: new aportMilan P. Stanić2019-02-282-0/+64
| | | | Internet Wireless Daemon
* testing/ell: new aportMilan P. Stanić2019-02-281-0/+40
| | | | dependency for iwd
* testing/handbrake: add speex and lzma makedependsprspkt2019-02-271-1/+1
|
* testing/handbrake: disable nvencprspkt2019-02-272-2/+16
| | | | | Disable nvidia encoder APIs which are only available on x86* and therefore limit package availability.
* testing/handbrake: upgrade to 1.2.2, clarify licenseprspkt2019-02-272-24/+5
|
* testing/libheif: rebuild against libx265.so.169prspkt2019-02-271-1/+1
|
* testing/wireguard-virt: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-2/+2
|
* testing/firefox: build with bundled libvpx due to 1.8.0Natanael Copa2019-02-271-3/+3
| | | | | libvpx update to 1.8.0 broke firefox-esr upstream bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1525393
* testing/sopel: add py3-dnspython as dependencyKevin Daudt2019-02-271-2/+2
|
* testing/drone: new aportCarlo Landmeter2019-02-271-0/+45
| | | | | This is a first step at adding drone to aports and is no way a finished product.
* main/libvpx: upgrade to 1.8.0Tim Brust2019-02-263-3/+3
|
* testing/openjdk9: disable on armhf due to build failureNatanael Copa2019-02-261-1/+1
|
* testing/imv: fix and reenable ppc64le build failures for bool declsMike Sullivan2019-02-261-2/+5
|
* community/memtester: new aport 4.3.0Olliver Schinagl2019-02-261-0/+32
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* testing/gpm: resurrectNatanael Copa2019-02-2610-0/+408
| | | | get patches from https://github.com/telmich/gpm
* testing/openjdk9: disable on x86 due to build failureNatanael Copa2019-02-261-1/+1
|
* testing/openjdk9: reorder subpkg split and add -srcNatanael Copa2019-02-261-36/+43
|
* testing/openjdk9: New aportSimon Frankenberger2019-02-267-0/+1189
|
* testing/sopel: update to 6.6.3Kevin Daudt2019-02-251-4/+4
|
* testing/py3-geoip2: new aportKevin Daudt2019-02-251-0/+45
| | | | Dependency for sopel
* testing/py3-maxminddb: new aportKevin Daudt2019-02-251-0/+47
| | | | Dependency for py3-geoip2
* testing/libimagequant: upgrade to 2.12.2TBK2019-02-251-4/+2
|
* testing/xmrig: upgrade to 2.13.1Oleg Titov2019-02-251-2/+2
|
* main/numactl: move from testingHenrik Riomar2019-02-252-76/+0
|
* Revert "testing/py-pandas new aport"Natanael Copa2019-02-251-50/+0
| | | | | | | Package does not create the expected subpackages which results that builders rebuilds it every time. This reverts commit ba2edb737ba9d1243a046560d852e3ebc1defe2d.
* testing/hiawatha: upgrade to 10.9, clarify licenceStuart Cardall2019-02-251-3/+3
| | | | https://www.hiawatha-webserver.org/changelog
* testing/wireguard-virt: rebuild against kernel 4.19.25-r0Natanael Copa2019-02-251-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.19.25-r0Natanael Copa2019-02-251-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.19.25-r0Natanael Copa2019-02-251-2/+2
|
* testing/ipython: upgrade to 7.3.0Kevin Daudt2019-02-241-2/+2
|
* testing/py-prawcore: upgrade to 1.0.1Kevin Daudt2019-02-241-2/+2
|
* testing/py-pycryptodome: upgrade to 3.7.3Kevin Daudt2019-02-241-2/+2
|
* testing/py-tabulate: upgrade to 0.8.3Kevin Daudt2019-02-241-2/+2
|
* testing/moe: override hardcoded build flagsprspkt2019-02-241-1/+1
|
* testing/moe: upgrade to 1.10, clarify licenseprspkt2019-02-241-3/+3
|
* testing/mbuffer: upgrade to 20190127prspkt2019-02-241-3/+3
|
* testing/handbrake: rebuild against libfdk-aac.so.2prspkt2019-02-231-1/+1
|
* testing/obs-studio: rebuild against libfdk-aac.so.2prspkt2019-02-232-3/+59
|
* testing/fdk-aac: upgrade to 2.0.0prspkt2019-02-231-3/+3
|
* testing/criu: set correct library pathprspkt2019-02-231-1/+1
|
* testing/criu: upgrade to 3.11Stuart Cardall2019-02-231-3/+3
| | | | https://criu.org/Changelogs
* testing/gn: run provided test suiteKevin Daudt2019-02-231-0/+6
|
* testing/gn: disable incompattible archesKevin Daudt2019-02-231-1/+1
|
* testing/xmrig-proxy: upgrade to 2.13.0Oleg Titov2019-02-221-2/+2
|
* testing/xmrig: upgrade 2.13.0Oleg Titov2019-02-221-2/+2
|
* testing/gn: new aportSven Assmann2019-02-221-0/+31
| | | | | https://gn.googlesource.com/gn/+/refs/heads/master/README.md GN is a meta-build system that generates build files for Ninja.