aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/apache2-mod-realdoc: new aportKeith2019-03-042-0/+37
| | | | | https://github.com/etsy/mod_realdoc Ensures realpath DocumentRoot for the whole request
* testing/obfs4proxy: new aportFusl2019-03-043-0/+90
|
* testing/cjose: new aportJohan Bergström2019-03-041-0/+44
| | | | | | | cjose is a C library implementing the Javascript Object Signing and Encryption. It depends on jansson and openssl. The documentation requires an extra step to build/install properly.
* testing/kea: remove .initd extension from service filesShem Valentine2019-03-041-5/+5
|
* testing/livestreamer: update url with httpsFrancesco Colista2019-03-041-1/+1
|
* testing/hylafaxplus: fix checksumFrancesco Colista2019-03-041-1/+1
|
* testing/hylafaxplus: upgrade to 5.6.1. Fixes #898Francesco Colista2019-03-043-13/+35
|
* testing/android-tools: build on armJoe Holden2019-03-031-2/+6
| | | | Built on aarch64 and armv7 by mps@IRC, runtime tested on armhf by myself
* testing/pdal: enable PCLBradley J Chambers2019-03-031-2/+36
|
* testing/acmetool: new aportkpcyrd2019-03-033-0/+213
|
* testing/grim: new APKBUILDDrew DeVault2019-03-021-0/+36
|
* testing/php7-pecl-grpc: remove incorrect dependencyprspkt2019-03-021-1/+1
| | | | Make dependency on protobuf-dev is not required.
* testing/librespot: remove incorrect dependencyprspkt2019-03-021-1/+1
| | | | Make dependency on protobuf-dev is not required.
* testing/lxd: remove incorrect dependencyprspkt2019-03-021-1/+0
| | | | Make dependency on protobuf-dev is not required.
* testing/sway: completions in subpkgsHenrik Riomar2019-03-021-2/+34
|
* testing/swaylock: completions in subpkgsHenrik Riomar2019-03-021-2/+33
|
* testing/swayidle: new aportHenrik Riomar2019-03-021-0/+65
|
* testing/slurp: new APKBUILDDrew DeVault2019-03-021-0/+36
|
* testing/xa: enable testsHenrik Riomar2019-03-011-3/+2
|
* testing/sway: upgrade to 1.0-rc4Henrik Riomar2019-03-011-3/+3
|
* testing/wlroots: upgrade to 0.4.1Henrik Riomar2019-03-011-2/+2
|
* testing/bird: use https, drop prepare functionprspkt2019-03-011-7/+1
|
* testing/bird: upgrade to 2.0.4prspkt2019-03-012-20/+3
|
* testing/xtitle: move xcb-util-wm-dev to makedependsprspkt2019-03-011-2/+1
|
* testing/xtitle: upgrade to 0.4.4, improveprspkt2019-03-011-5/+5
|
* testing/efibootmgr: fix build against new efivarNatanael Copa2019-03-012-2/+18
|
* testing/efibootmgr: bumpt to 17lramage942019-03-011-3/+3
|
* testing/mmc-utils: new aportOlliver Schinagl2019-02-281-0/+30
| | | | Signed-off-by: Olliver Schinagl <oliver@schinagl.nl>
* testing/libguestfs: new aportFathi Boudra2019-02-281-0/+116
| | | | | | Closes: https://bugs.alpinelinux.org/issues/1792 Signed-off-by: Fathi Boudra <fathi.boudra@linaro.org>
* 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
|
* 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
|
* 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