aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* community/libqmi: upgrade to 1.22.2prspkt2019-02-281-3/+4
| | | | Add libmbim-dev and --enable-mbim-qmux to support QMI-over-MBIM.
* community/libmbim: clarify license, use httpsprspkt2019-02-281-2/+2
|
* community/libmbim: upgrade to 1.18.0prspkt2019-02-281-3/+3
|
* community/perl-test-differences: upgrade to 0.66Francesco Colista2019-02-281-2/+2
|
* testing/iwd: enable on all arches except ppc64leNatanael Copa2019-02-281-1/+1
|
* testing/ell: disable on ppc64le due to testsuite failureNatanael Copa2019-02-281-1/+1
| | | | | | | | | | | Fails with: FAIL: unit/test-uuid ==================== TEST: /uuid/v3 Assertion failed: r (unit/test-uuid.c: test_v3: 58) Aborted
* testing/ell: fix test suite and a bug in utf8Natanael Copa2019-02-283-5/+67
|
* testing/flightgear: restrict to x86* due to openscenegraphLeonardo Arena2019-02-281-1/+1
|
* testing/simgear: restrict to x86* due to openscenegraphLeonardo Arena2019-02-281-1/+1
|
* testing/openscenegraph: restrict to x86* due to gdalLeonardo Arena2019-02-281-1/+1
|
* community/nextcloud: upgrade to 15.0.5Leonardo Arena2019-02-281-2/+2
|
* testing/flightgear: upgrade to 2018.3.2Leonardo Arena2019-02-281-9/+13
|
* testing/simgear: upgrade to 2018.3.2Leonardo Arena2019-02-281-2/+2
|
* testing/iwd: disable all arches except x86 and x86_64Natanael Copa2019-02-281-1/+1
| | | | testsuite fails on all other arches and hangs on ppc64le
* 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
|
* community/ffmpeg: rebuild against libx265.so.169prspkt2019-02-271-1/+1
|
* testing/libheif: rebuild against libx265.so.169prspkt2019-02-271-1/+1
|
* community/vlc: rebuild against libx265.so.169prspkt2019-02-271-1/+1
|
* community/gst-plugins-bad: rebuild against libx265.so.169prspkt2019-02-271-1/+1
|
* community/xpra: rebuild against libx265.so.169prspkt2019-02-271-1/+1
|
* community/x265: upgrade to 3.0prspkt2019-02-272-17/+4
|
* scripts/genrootfs.sh: exclude dev/*Natanael Copa2019-02-271-3/+1
| | | | | | exclude /dev/* from minirootfs. https://github.com/gliderlabs/docker-alpine/issues/356
* 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
|
* main/zfs-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* main/drbd9-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.19.26-r0Natanael Copa2019-02-271-1/+1
|
* main/linux-vanilla: upgrade to 4.19.26Natanael Copa2019-02-271-2/+2
|
* main/linux-rpi: upgrade to 4.19.26Natanael Copa2019-02-271-3/+3
|
* community/icinga2: updated initdFrancesco Colista2019-02-272-23/+21
|
* community/icingaweb2:added php-curl dependencyFrancesco Colista2019-02-271-2/+2
|
* ==== snapshot 3.10_alpha20190227 ====v20190227Natanael Copa2019-02-271-4/+11
|
* main/unrar: upgrade to 5.7.2alpine-mips-patches2019-02-271-2/+2
|
* main/unrar: upgrade to 5.7.1alpine-mips-patches2019-02-271-2/+2
| | | | | | There is apparently no changelog but diff from 5.6.8 shows lots of wcscpy -> wcsncpyz replacements and similar changes so upgrading seems like a good idea.
* main/openvswitch: fix dependency in the -test subpackagealpine-mips-patches2019-02-271-2/+2
| | | | There is no 'py2-twisted', only 'py-twisted' exists.
* 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
* community/firefox-esr: 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
|
* main/py-django: security upgrade to 1.11.20 (CVE-2019-6975)Natanael Copa2019-02-271-3/+4
| | | | fixes #10003