Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/gflags: upgrade to 2.2.2 | wener | 2018-12-28 | 1 | -2/+2 |
| | |||||
* | testing/snes9x: upgrade to 1.58 | Taner Tas | 2018-12-27 | 1 | -8/+18 |
| | |||||
* | testing/usbip-utils: upgrade to 4.18.13 | wener | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | testing/wireguard-virt: upgrade to 0.0.20181218 and kernel 4.19.12 | Natanael Copa | 2018-12-27 | 1 | -3/+3 |
| | |||||
* | testing/wireguard-vanilla: rebuild against kernel 4.19.12 | Natanael Copa | 2018-12-27 | 1 | -2/+2 |
| | |||||
* | testing/ipt-netflow-vanilla: upgrade to 2.3 and kernel 4.19.12 | Natanael Copa | 2018-12-27 | 1 | -4/+4 |
| | |||||
* | testing/wordgrinder: upgrade to 0.7.2 | Roberto Oliveira | 2018-12-26 | 1 | -2/+2 |
| | |||||
* | testing/jdupes: upgrade to 1.11.1 | Roberto Oliveira | 2018-12-26 | 1 | -2/+2 |
| | |||||
* | main/libell: moved to main because of a new bluez dependency | Francesco Colista | 2018-12-26 | 2 | -80/+0 |
| | |||||
* | testing/acme-client-plus: moved from community | Leonardo Arena | 2018-12-26 | 1 | -0/+20 |
| | | | | | | acme-client is no longer maintained upstream See commit d4722b55db6f74526a7dd2b832e0c86d73f2f0fd | ||||
* | testing/burp: upgrade to 2.2.14 | Francesco Colista | 2018-12-26 | 1 | -3/+3 |
| | |||||
* | testing/checkpolicy: upgrade to 2.8, added check() | Francesco Colista | 2018-12-26 | 1 | -7/+9 |
| | |||||
* | testing/qperf: upgrade to 0.4.11, update src url | Francesco Colista | 2018-12-25 | 1 | -6/+11 |
| | |||||
* | testing/zimg: upgrade to 2.8 | Francesco Colista | 2018-12-25 | 1 | -2/+2 |
| | |||||
* | testing/zim: upgrade to 0.69 | Francesco Colista | 2018-12-25 | 1 | -2/+2 |
| | |||||
* | testing/acme-client: no longer maintained upstream | Leonardo Arena | 2018-12-25 | 3 | -0/+61 |
| | | | | | | From project home page: "Attention acme-client-portable is no longer maintained." | ||||
* | testing/traefik: disable on x86 due to testsuite failure | Natanael Copa | 2018-12-24 | 1 | -1/+1 |
| | |||||
* | community/php7-pecl-msgpack: moved from testing/php7-msgpack | Andy Postnikov | 2018-12-22 | 2 | -113/+0 |
| | |||||
* | testing/php7-msgpack: add check() and modernize | Andy Postnikov | 2018-12-22 | 2 | -8/+90 |
| | |||||
* | testing/php7-msgpack: upgrade to 2.0.3 | Andy Postnikov | 2018-12-22 | 1 | -3/+3 |
| | |||||
* | community/php7-pecl-lzf: moved from testing | Andy Postnikov | 2018-12-22 | 1 | -38/+0 |
| | |||||
* | testing/php7-lzf: upgrade to 1.6.7 | Andy Postnikov | 2018-12-22 | 1 | -3/+3 |
| | |||||
* | testing/php7-pecl-lzf: renamed from php7-lzf, modernize | Andy Postnikov | 2018-12-22 | 1 | -5/+7 |
| | |||||
* | testing/xmrig-proxy: new aport | Oleg Titov | 2018-12-22 | 2 | -1/+38 |
| | | | | | https://github.com/xmrig/xmrig-proxy XMRig Proxy is a high performance Monero (XMR) Stratum proxy | ||||
* | testing/xmrig: new aport | Oleg Titov | 2018-12-22 | 1 | -0/+37 |
| | | | | | https://xmrig.com/ XMRig is a high performance Monero (XMR) miner | ||||
* | testing/litespeed: upgrade to 1.4.41 and modernize | Joe Holden | 2018-12-21 | 1 | -32/+31 |
| | |||||
* | testing/traefik: add check | Carlo Landmeter | 2018-12-21 | 1 | -3/+7 |
| | |||||
* | testing/traefik: new aport | Joe Holden | 2018-12-21 | 5 | -0/+130 |
| | |||||
* | testing/libell: upgrade to 0.16 | J0WI | 2018-12-21 | 1 | -2/+2 |
| | |||||
* | testing/py-colorlog: upgrade to 4.0.1 | Fabian Affolter | 2018-12-21 | 1 | -6/+6 |
| | |||||
* | testing/linux-amlogic: upgrade to 4.19.8 | He Yangxuan | 2018-12-20 | 75 | -8704/+8854 |
| | |||||
* | testing/docker-compose: upgrade to 1.23.2 | Andy Postnikov | 2018-12-20 | 1 | -2/+2 |
| | |||||
* | testing/wireguard: upgrade to 0.0.20181218 | Jason A. Donenfeld | 2018-12-18 | 2 | -5/+5 |
| | | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | ||||
* | testing/getmail: upgrade to 5.8 | Roberto Oliveira | 2018-12-18 | 1 | -2/+2 |
| | |||||
* | testing/brotli: optimize on mips*, s390x | alpine-mips-patches | 2018-12-18 | 2 | -3/+121 |
| | | | | | | | | | | | | | | | 1) Recognize s390x and mips64* as 64-bit architectures to enable 64-bit code path. 2) Enable direct unaligned loads/stores for s390x. See "Integral Boundaries" in SA22-7832-xx. 3) Enable unaligned access using LWL/LWR/etc instructions on pre-R6 mips*. This doubles "brotli -1" compression speed on P5600 (~30% for "brotli --best") and makes the brotli executable smaller by ~10%. 4) Use gcc/clang __builtin_bswapXX on big-endian architectures. On s390x this reduces byte-swapped unaligned loads/stores to single LRVx/STRVx instruction. On current big-endian mips* (pre-R2) this changes nothing however allows for shorter byte swap sequences on R2+. Test suite still passes on x86_64, mipseln8hf (hardware) and under qemu-s390x. | ||||
* | testing/lxd: upgrade to 3.8 | Francesco Colista | 2018-12-18 | 2 | -17/+61 |
| | |||||
* | testing/wireguard-virt: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -1/+1 |
| | |||||
* | testing/wireguard-vanilla: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -1/+1 |
| | |||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -1/+1 |
| | |||||
* | testing/phoronix-test-suite: bump to 8.4.1 | Lucas Ramage | 2018-12-18 | 1 | -2/+2 |
| | |||||
* | testing/py3-libarchive-c: new aport | Natanael Copa | 2018-12-17 | 1 | -0/+35 |
| | | | | needed by diffoscope | ||||
* | testing/py-pygal: Added missing dependency | Marian Buschsieweke | 2018-12-17 | 1 | -2/+5 |
| | |||||
* | testing/prosody-modules: Update to current HG tip | Marian Buschsieweke | 2018-12-17 | 1 | -5/+5 |
| | |||||
* | testing/phoronix-test-suite: bump to 8.4.0 | Lucas Ramage | 2018-12-17 | 1 | -5/+5 |
| | |||||
* | testing/nomacs: fix installation with ffmpeg 4+ | Alex Raschi | 2018-12-17 | 1 | -5/+4 |
| | | | | | | | * disable opencv (raw and tiff options depends on opencv) After ffmpeg update to 4+, opencv is broken and unless updated it can't be built right now. | ||||
* | testing/llmnrd: new aport | Nathan Caldwell | 2018-12-17 | 2 | -0/+46 |
| | | | | | https://github.com/tklauser/llmnrd Link-Local Multicast Resolution (LLMNR) Daemon | ||||
* | testing/snapraid: upgrade to 11.3 | Nathan Caldwell | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | testing/mergerfs: upgrade to 2.24.2 | Nathan Caldwell | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | testing/monetdb: upgrade to 11.31.11 | Roberto Oliveira | 2018-12-17 | 1 | -4/+4 |
| | |||||
* | testing/wireguard-virt: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| |