aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/libc++: reenable on all, but allow tests to fail for nowJakub Jirutka2017-05-171-2/+3
|
* testing/libc++: disable for now to unblock the buildersNatanael Copa2017-05-171-1/+1
|
* testing/idris: use cabal freeze and sandbox for great goodJakub Jirutka2017-05-172-28/+177
|
* testing/idris: fix and improve abuildJakub Jirutka2017-05-171-25/+32
|
* testing/idris: new aportMitch Tishmack2017-05-171-0/+69
|
* testing/deluge: upgrade to 1.3.15Alexandru Mirica2017-05-161-4/+2
|
* testing/libc++: new aportShiz2017-05-165-0/+248
| | | | | http://libcxx.llvm.org/ A new implementation of the C++ standard library, targeting C++11.
* main/thin-provisioning-tools: move from testingWilliam Pitcock2017-05-161-48/+0
|
* *-vanilla: fix _kpkgrelNatanael Copa2017-05-151-1/+1
|
* testing/*-hardened: fix _kpkgrelNatanael Copa2017-05-154-4/+4
|
* testing/wireguard-vanilla: rebuild against kernel 4.9.28-r0Natanael Copa2017-05-151-2/+2
|
* testing/wireguard-hardened: rebuild against kernel 4.9.28-r0Natanael Copa2017-05-151-2/+2
|
* testing/virtualbox-additions-hardened: rebuild against kernel 4.9.28-r0Natanael Copa2017-05-151-2/+2
|
* testing/sch-cake-hardened: rebuild against kernel 4.9.28-r0Natanael Copa2017-05-151-2/+2
|
* testing/ipt-netflow-hardened: rebuild against kernel 4.9.28-r0Natanael Copa2017-05-151-2/+2
|
* testing/ipmitool: move to communityCarlo Landmeter2017-05-153-107/+0
|
* community/lld: move from testingJakub Jirutka2017-05-142-129/+0
|
* testing/grub: add unifont dependencyRoberto Oliveira2017-05-132-28/+3
| | | | | | | | The unifont dependency is needed because without it the unicode.pf2 file is not generated (unicode.pf2 is required for grub-mkrescue). It was disabled before because unifont was not available in Alpine but Breno added it to Alpine (commit 588d7cff2cdf48d6b4ea30be01eef2558f7043a8)
* testing/etckeeper: add default_prepare and modernize abuildHenrik Riomar2017-05-131-9/+12
|
* testing/proftpd: update config.guessNatanael Copa2017-05-121-0/+4
| | | | needed on ppc64le
* testing/proftpd: add patch for libresslValery Kartel2017-05-122-10/+80
| | | | | | | | | | | | | | | - improve -doc subpackage - add new modules: auth_otp lang memcache redis statcache tls_fscache tls_memcache tls_redis wrap2 (with backends: file, redis, sql)
* teting/lldb: LLDB does not support ppc64leBreno Leitao2017-05-111-1/+1
| | | | | | | lldb does not have the support for ppc64le[1], and I do not see it being resolved soon. Disabling it then. [1] http://llvm.org/svn/llvm-project/lldb/trunk/source/Plugins/Process/Linux/
* testing/etckeeper: fix store-metadataHenrik Riomar2017-05-112-2/+35
| | | | | | Fix from upstream master Disable check for now, test is planned for upstream 1.18.7
* testing/virt-what: fix and modernize abuildJakub Jirutka2017-05-111-10/+8
|
* testing/virt-what: modernize APKBUILDHenrik Riomar2017-05-111-2/+4
|
* main/linux-hardened: move CONFIG_NR_CPUS to 256, as in linux-vanilla on x86_64William Pitcock2017-05-114-4/+4
|
* main/linux-vanilla: CONFIG_NR_CPUS=32 is not enough these daysWilliam Pitcock2017-05-111-1/+1
|
* testing/pure-ftpd: upgrade to 1.0.46Bwko2017-05-111-9/+4
| | | | add --with-tls
* testing/proftpd: fails on official builders, disabledWilliam Pitcock2017-05-111-1/+1
|
* testing/proftpd: move from unmaintainedValery Kartel2017-05-118-0/+216
| | | | | upgrade to 1.3.6 take maintainership
* testing/py-passlib: add check()Stuart Cardall2017-05-112-5/+26
|
* testing/dante: Fix build on new compilerBreno Leitao2017-05-102-0/+41
| | | | | | | Dante is failing because they are using #if MACRO, where MACRO is just a number. In this case, they just use #ifdef or #if defined(MACRO). Fixing it to enable dante to be buildable.
* testing/wireguard-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* testing/virtualbox-additions-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* testing/sch-cake-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* testing/ipt-netflow-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-2/+2
|
* testing/jpegoptim: attempt to fix build on ppc64le, disable check()Leonardo Arena2017-05-101-2/+11
|
* testing/xournal: attempt to fix build on ppc64leLeonardo Arena2017-05-101-2/+6
|
* testing/perl-number-format: upgrade to 1.75Francesco Colista2017-05-101-10/+8
|
* testing/wireguard-vanilla: rebuild against kernel 4.9.26-r1Natanael Copa2017-05-091-1/+1
|
* testing/easypki: Do not build on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | Easypki depends on glide that is still not available on ppc64le yet. Disabling this package until we have glide available on ppc64le.
* testing/captagent: Fix build on ppc64leBreno Leitao2017-05-092-6/+32
| | | | | | | This package fails to build due to unexisting PATH_MAX macro. Fixing it with the patch I sent upstream: https://github.com/sipcapture/captagent/pull/134
* testing/micro: Does not build on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | testing/micro depends on glide that is still not ported to ppc64le, thus, disabling this package until we have glide ported for ppc64le.
* testing/obs-studio: Do not build on ppc64leBreno Leitao2017-05-091-3/+3
| | | | | | | This package is heavily dependent on SSE and MMX instructions, thus, it is not platform independent. I am also removing two trailing space on APKBUILD script.
* testing/dvdbackup: Update config.guessBreno Leitao2017-05-091-0/+6
| | | | | | | Update config.guess before building, otherwise this package fails on ppc64le due to the following bug: checking build system type... build-aux/config.guess: unable to guess system type
* testing/influxdb: Do not build on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | influxdb depends on community/glide, that is not built for ppc64le. Disabling this package until we have glide on ppc64le.
* testing/qperf: Fix dependency chainBreno Leitao2017-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | qperf fails to build on both x86-64 and ppc64le due to lack of dependency. qperf depends on /usr/share/perl5/core_perl/pods/perldiag.pod file, and if it does not exist (as on a clean env), it shows: couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkhelp at /usr/share/perl5/core_perl/diagnostics.pm line 259, <POD_DIAG> line 704. Compilation failed in require at ./mkhelp line 5. BEGIN failed--compilation aborted at ./mkhelp line 5. make[1]: *** [Makefile:475: help.c] Error 2 make[1]: *** Waiting for unfinished jobs.... couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkman at /usr/share/perl5/core_perl/diagnostics.pm line 259, <POD_DIAG> line 704. Compilation failed in require at ./mkman line 6. BEGIN failed--compilation aborted at ./mkman line 6. make[1]: *** [Makefile:471: qperf.1] Error 2 This file is provided by perl-dev on Alpine, thus, adding it to $makedepends
* testing/steghide: Disabling on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | | | | | | | | | | Package failing to build on ppc64le on the autoreconf phase. This is the log: Makefile.am: error: required file './NEWS' not found Makefile.am: error: required file './AUTHORS' not found Makefile.am: error: required file './ChangeLog' not found automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' parallel-tests: installing './test-driver' autoreconf: automake failed with exit status: 1 Disabling this package on ppc64le for now.
* testing/crda: Fix build dependencyBreno Leitao2017-05-091-1/+1
| | | | | | | | | | crda depends on python but does not have the dependency clearly required. Causing the following error: env: can't execute 'python': No such file or directory make: *** [Makefile:115: keys-gcrypt.c] Error 127 Fixing the dependency chain.