aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/traefik: add checkCarlo Landmeter2018-12-211-3/+7
|
* testing/traefik: new aportJoe Holden2018-12-215-0/+130
|
* testing/libell: upgrade to 0.16J0WI2018-12-211-2/+2
|
* testing/py-colorlog: upgrade to 4.0.1Fabian Affolter2018-12-211-6/+6
|
* testing/linux-amlogic: upgrade to 4.19.8He Yangxuan2018-12-2075-8704/+8854
|
* testing/docker-compose: upgrade to 1.23.2Andy Postnikov2018-12-201-2/+2
|
* testing/wireguard: upgrade to 0.0.20181218Jason A. Donenfeld2018-12-182-5/+5
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* testing/getmail: upgrade to 5.8Roberto Oliveira2018-12-181-2/+2
|
* testing/brotli: optimize on mips*, s390xalpine-mips-patches2018-12-182-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.8Francesco Colista2018-12-182-17/+61
|
* testing/wireguard-virt: rebuild against kernel 4.14.89-r0Natanael Copa2018-12-181-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.14.89-r0Natanael Copa2018-12-181-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.14.89-r0Natanael Copa2018-12-181-1/+1
|
* testing/phoronix-test-suite: bump to 8.4.1Lucas Ramage2018-12-181-2/+2
|
* testing/py3-libarchive-c: new aportNatanael Copa2018-12-171-0/+35
| | | | needed by diffoscope
* testing/py-pygal: Added missing dependencyMarian Buschsieweke2018-12-171-2/+5
|
* testing/prosody-modules: Update to current HG tipMarian Buschsieweke2018-12-171-5/+5
|
* testing/phoronix-test-suite: bump to 8.4.0Lucas Ramage2018-12-171-5/+5
|
* testing/nomacs: fix installation with ffmpeg 4+Alex Raschi2018-12-171-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 aportNathan Caldwell2018-12-172-0/+46
| | | | | https://github.com/tklauser/llmnrd Link-Local Multicast Resolution (LLMNR) Daemon
* testing/snapraid: upgrade to 11.3Nathan Caldwell2018-12-171-2/+2
|
* testing/mergerfs: upgrade to 2.24.2Nathan Caldwell2018-12-171-2/+2
|
* testing/monetdb: upgrade to 11.31.11Roberto Oliveira2018-12-171-4/+4
|
* testing/wireguard-virt: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* community/perl-math-random-mt-auto: move from testingRoberto Oliveira2018-12-171-39/+0
| | | | required by perl-object-insideout tests
* testing/diffoscope: new apkbuildNatanael Copa2018-12-172-0/+94
| | | | | In-depth comparison of files, archives, and directories https://diffoscope.org/
* testing/policycoreutils: upgrade to 2.8Carlo Landmeter2018-12-163-44/+34
|
* testing/libsemanage: upgrade to 2.8Carlo Landmeter2018-12-162-144/+15
|
* testing/libsepol: move to communityCarlo Landmeter2018-12-161-28/+0
|
* testing/libselinux: move to communityCarlo Landmeter2018-12-162-76/+0
|
* testing/rakudo: upgrade to 2018.11Curt Tilmes2018-12-151-3/+3
|
* testing/nqp: upgrade to 2018.11Curt Tilmes2018-12-151-3/+3
|
* testing/moarvm: upgrade to 2018.11Curt Tilmes2018-12-151-3/+3
|
* testing/hub: upgrade to 2.6.1Roberto Oliveira2018-12-141-3/+3
|
* community/flawfinder: move from testingHenrik Riomar2018-12-142-57/+0
|
* testing/flawfinder: upgrade to 2.0.7Henrik Riomar2018-12-142-7/+37
| | | | add check() and switch to python3
* testing/zfs-prune-snapshots: upgrade to 1.0.1Henrik Riomar2018-12-142-41/+3
|
* testing/firefox: inhibit musl isatty() sandbox violationsTimo Teräs2018-12-142-7/+19
|
* testing/openocd: enable bcm2835gpio for Raspberry PiBrad Fritz2018-12-141-2/+3
| | | | | | | | | | | | | | | Follow-up to 958a8ae7e7 because the 0.10.0 [release notes] also request `--enable-bcm2835gpio` for builds that support Raspberry Pi: > 7. Please add --enable-sysfsgpio for all targets running Linux, the > kernel (esp. useful for SBCs), additionally for builds that support > RaspberryPi, please add --enable-bcm2835gpio `--enable-bcm2835gpio` is ignored when building on non-ARM architectures. This configuration is also consistent with the [Debian packaging]. [release notes]: https://sourceforge.net/p/openocd/mailman/message/35570895/ [Debian packaging]: https://salsa.debian.org/electronics-team/openocd/blob/debian/0.10.0-4/debian/rules#L33
* community/wkhtmltopdf: moved to communityCarlo Landmeter2018-12-101-26/+0
| | | | ref: #9743
* testing/zile: new aportJose Maria Garcia2018-12-101-0/+34
| | | | | https://www.gnu.org/software/zile GNU Zile is a text editor development kit.
* testing/bmake: disable as it fails on x86 buildersCarlo Landmeter2018-12-101-1/+1
| | | | | | | | | gcc -Wl,--as-needed -o bmake main.o meta.o arch.o buf.o compat.o cond.o dir.o for.o getopt hash.o job.o make.o make_malloc.o metachar.o parse.o sigcompat.o str.o strlist.o suff.o targ.o trace.o var.o util.o lstAppend.o lstDupl.o lstInit.o lstOpen.o lstAtEnd.o lstEnQueue.o lstInsert.o lstAtFront.o lstIsAtEnd.o lstClose.o lstFind.o lstIsEmpty.o lstRemove.o lstConcat.o lstFindFrom.o lstLast.o lstReplace.o lstFirst.o lstDatum.o lstForEach.o lstMember.o lstSucc.o lstDeQueue.o lstForEachFrom.o lstDestroy.o lstNext.o lstPrev.o stresep.o usage: bmake [-BeikNnqrstWwX] [-C directory] [-D variable] [-d flags] [-f makefile] [-I directory] [-J private] [-j max_jobs] [-m directory] [-T file] [-V variable] [-v variable] [variable=value] [target ...] >>> ERROR: bmake: build failed
* testing/bmake: do not modify pathCarlo Landmeter2018-12-101-7/+0
|
* testing/nawk: new aportSteffen Nurpmeso2018-12-101-0/+28
| | | | | https://www.cs.princeton.edu/~bwk/btl.mirror/ The one, true implementation of AWK
* testing/bmake: new aportSteffen Nurpmeso2018-12-103-0/+111
| | | | | http://www.crufty.net/help/sjg/bmake.html Portable version of the NetBSD make build tool
* testing/elvish: new aportDaniel Isaksen2018-12-101-0/+31
|
* testing/enscript: new aportSteffen Nurpmeso2018-12-101-0/+37
| | | | | https://www.gnu.org/software/enscript/ GNU Enscript converts ASCII files to PostScript, HTML, or RTF
* testing/ttf-hack: new aportIvan Tham2018-12-101-0/+27
| | | | | http://sourcefoundry.org/hack/ A typeface designed for source code