aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/iprutils: move to communityRoberto Oliveira2017-11-051-38/+0
|
* testing/ffcall: disable on armhf due to build failureJakub Jirutka2017-11-051-1/+1
| | | | | | | | gcc -Os -fomit-frame-pointer -pipe -x none minitests.o libvacall.a -Wl,--as-needed -o minitests /usr/lib/gcc/armv6-alpine-linux-musleabihf/6.4.0/../../../../armv6-alpine-linux-musleabihf/bin/ld: libvacall.a(vacall.o): relocation R_ARM_MOVW_ABS_NC against `vacall_function' can not be used when making a shared object; recompile with -fPIC libvacall.a: error adding symbols: Bad value collect2: error: ld returned 1 exit status make[1]: *** [Makefile:271: minitests] Error 1
* testing/yara: disable on armhf due to tests failuresJakub Jirutka2017-11-051-1/+1
| | | | | | | | | | | | | | | | | | | PASS: test-alignment PASS: test-version FAIL: test-rules FAIL: test-pe FAIL: test-elf FAIL: test-exception ============================================================================ Testsuite summary for yara 3.6.3 ============================================================================ # TOTAL: 6 # PASS: 2 # SKIP: 0 # XFAIL: 0 # FAIL: 4 # XPASS: 0 # ERROR: 0
* testing/postgis: upgrade to 2.4.1Jakub Jirutka2017-11-041-8/+5
|
* testing/pg_cron: upgrade to 1.0.2Jakub Jirutka2017-11-041-9/+8
|
* testing/postgresql-pglogical: rebuild against postgresql 10.0Jakub Jirutka2017-11-041-1/+1
|
* testing/haxe: enable only x86_64 aarch64 ppc64leAndy Li2017-11-031-1/+1
| | | That's what ocaml and camlp4 are currently built for.
* testing/haxe: enable for all archesAndy Li2017-11-031-2/+2
|
* testing/php7-mustache: upgrade to 0.7.4Renoir Boulanger2017-11-031-2/+2
|
* testing/wireguard-hardened: rebuild against kernel 4.9.60-r0Natanael Copa2017-11-031-2/+2
|
* testing/virtualbox-additions-hardened: rebuild against kernel 4.9.60-r0Natanael Copa2017-11-031-1/+1
|
* testing/sch-cake-hardened: rebuild against kernel 4.9.60-r0Natanael Copa2017-11-031-1/+1
|
* testing/ipt-netflow-hardened: rebuild against kernel 4.9.60-r0Natanael Copa2017-11-031-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.9.60-r0Natanael Copa2017-11-031-1/+1
|
* testing/flightgear: disable on aarch64 for nowLeonardo Arena2017-11-031-2/+2
| | | | | ../../../aarch64-alpine-linux-musl/bin/ld: final link failed: Symbol needs debug section which does not exist collect2: error: ld returned 1 exit status
* testing/flightgear: upgrade to 2017.3.1Leonardo Arena2017-11-032-72/+70
|
* testing/simgear: upgrade to 2017.3.1Leonardo Arena2017-11-031-3/+3
|
* testing/pcsc-tools: new aportCarlo Landmeter2017-11-021-0/+39
|
* testing/pcsc-perl: new aportCarlo Landmeter2017-11-021-0/+29
|
* testing/ripmime: move to communityCarlo Landmeter2017-11-022-98/+0
|
* testing/owncloud-client: removeLeonardo Arena2017-11-021-39/+0
| | | | Deprecated in favour of nextcloud-client
* testing/netdisco: upgrade to 2.036011Leonardo Arena2017-11-021-2/+2
|
* testing/texmf-dist: needs xz to unpackLeonardo Arena2017-11-021-2/+2
|
* testing/texmf-dist: new aportMarian Buschsieweke2017-11-022-0/+47
| | | | | | | | | | | | | | | | | | | | | TeX Live texmf core distribution http://tug.org/texlive/ The main package "texmf-dist" provides the core texmf-dist distribution. This allows texlive to work, as long as only the most basic LaTeX packages are used. The sub-package "texmf-dist-most" provides most of the texlive packages. It depends on texmf-dist, as it only adds packages not included in texmf-dist. This is the least afford way to get LaTeX working in Alpine Linux. Ideally, the texlive packages should be divided in multiple separate packages to reduce required network bandwidth on updates. As always with any LaTeX code and LaTeX related code, the trigger is a piece of cargo cult programming that happened to work... ref #4969
* testing/py3-hypothesis: new aportJean-Louis Fuchs2017-11-022-0/+35
|
* testing/py3-attrs: new aportJean-Louis Fuchs2017-11-022-0/+39
|
* testing/pptpclient: claim maintainership and cleanupNatanael Copa2017-11-021-10/+8
|
* testing/php7-yaml: new aportRenoir Boulanger2017-11-022-0/+53
| | | | | | | YAML PECL package, version 2.0.2 (stable), released 2017-07-29 https://pecl.php.net/package/yaml YAML-1.1 parser and emitter as a PHP PECL Extension
* testing/netsurf: update to 3.7Cág2017-11-011-16/+10
|
* testing/ffcall: disable on x86 due to segfault in testJakub Jirutka2017-11-011-1/+1
| | | | | | | | gcc -Os -fomit-frame-pointer -x none minitests.o libvacall.a -Wl,--as-needed -o minitests i586-alpine-linux-musl-g++ -Os -fomit-frame-pointer -x none minitests-c++.o libvacall.a -Wl,--as-needed -o minitests-c++ ./minitests > minitests.out Segmentation fault make[1]: *** [Makefile:280: check] Error 139
* testing/fuse3: conflict with main/fuseSören Tempel2017-11-011-1/+2
| | | | | At least for now. It is only necessary because the OpenRC script and the configuration file have the same name.
* testing/mergerfs: add TODO note about unbundling libfuseJakub Jirutka2017-11-011-0/+1
|
* testing/mergerfs: fix --version and build without -gJakub Jirutka2017-11-012-3/+21
| | | | | Makefile sets mergerfs version based on git tag, but we're in aports repository...
* testing/mergerfs: upgrade to 2.23.1Jakub Jirutka2017-11-012-28/+2
|
* testing/mergerfs: improve abuildJakub Jirutka2017-11-012-7/+37
|
* testing/fuse3: fix pkgname to fuse3Jakub Jirutka2017-11-011-3/+4
|
* Remove Peter Bui as a maintainerSören Tempel2017-11-011-2/+2
| | | | He hasn't been active since 2015.
* testing/monero: upgrade to 0.11.1.0André Klitzing2017-11-011-2/+3
|
* testing/wireguard: version bumpJason A. Donenfeld2017-11-013-8/+8
| | | | Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
* community/dash: move from testingJakub Jirutka2017-10-314-48/+0
|
* testing/dash: add basic checkJakub Jirutka2017-10-311-0/+6
|
* testing/dash: modernize abuildJakub Jirutka2017-10-311-10/+7
|
* community/check_postgres: move from testingJakub Jirutka2017-10-311-38/+0
|
* testing/check_postgres: fix install location of man pageJakub Jirutka2017-10-311-4/+4
|
* testing/check_postgres: upgrade to 2.23.0Jakub Jirutka2017-10-311-2/+2
|
* testing/check_postgres: modernize abuildJakub Jirutka2017-10-311-7/+6
|
* testing/py-ansible-lint: upgrade to 3.4.17Roberto Oliveira2017-10-311-4/+4
|
* testing/py-ansi2html: upgrade to 1.2.0Roberto Oliveira2017-10-311-3/+3
|
* testing/py-ansi2html: add missing dependenciesRoberto Oliveira2017-10-311-5/+3
| | | | | ansi2html python script requires py-setuptools and py-six to run.
* testing/py-amqp: upgrade to 2.2.2Roberto Oliveira2017-10-311-3/+3
|