aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/cargo: add note about downloading dependenciesJakub Jirutka2017-05-171-2/+10
|
* testing/libc++: disable tests on armhf for nowJakub Jirutka2017-05-171-0/+5
|
* testing/libc++: disable on ppc64le and s390xNatanael Copa2017-05-171-1/+1
| | | | those does not have llvm-libunwind
* community/ghc: move from testingJakub Jirutka2017-05-1712-730/+0
|
* testing/ghc-bootstrap: remove, not needed anymoreJakub Jirutka2017-05-177-661/+0
|
* testing/ghc: remove dependency on ghc-bootstrapJakub Jirutka2017-05-171-3/+3
| | | | It's not used anymore.
* testing/ghc: remove irrelevant commentJakub Jirutka2017-05-171-7/+2
|
* 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