aboutsummaryrefslogtreecommitdiffstats
path: root/testing
Commit message (Collapse)AuthorAgeFilesLines
* testing/sbcl: upgrade to 1.3.11Sören Tempel2016-11-022-15/+15
|
* testing/drawterm: cleanup and remove -doc subpackageSören Tempel2016-11-021-7/+5
|
* testing/ofono: upgrade to 1.9Francesco Colista2016-11-011-4/+4
|
* testing/lxd: ugprade to 2.4Francesco Colista2016-11-011-4/+4
|
* testing/mongodb: various fixesTimo Teräs2016-11-014-24/+48
| | | | | | | - fixes #6187 - paxmark all executables for JIT to work - increase default stack size for std::thread compatiblity - fix to compile with boost 1.62
* testing/mod_auth_cas: new aportCarlo Landmeter2016-10-312-0/+52
|
* testing/thermald: disable on aarch64Jakub Jirutka2016-10-301-1/+1
| | | | | | | | | | Build failed: src/thd_engine.cpp:38:19: fatal error: cpuid.h: No such file or directory #include <cpuid.h> ^ compilation terminated. make[2]: *** [Makefile:744: src/thermald-thd_engine.o] Error 1
* testing/thermald: disable on armhfJakub Jirutka2016-10-301-1/+1
| | | | | | | | | | | Build failed with: src/thermald-thd_sys_fs.o `test -f 'src/thd_sys_fs.cpp' || echo './'`src/thd_sys_fs.cpp src/thd_engine.cpp:38:19: fatal error: cpuid.h: No such file or directory #include <cpuid.h> ^ compilation terminated. make[2]: *** [Makefile:744: src/thermald-thd_engine.o] Error 1
* testing/thermald: improve abuild, remove useless systemd configJakub Jirutka2016-10-301-6/+8
|
* testing/thermald: new aportmellotron2016-10-302-0/+57
| | | | | https://github.com/01org/thermal_daemon Thermal daemon for IA
* testing/nginx-naxsi: update to 1.11.5 / naxsi 0.55.1Stuart Cardall2016-10-301-9/+8
| | | | https://nginx.org/en/CHANGES
* testing/octave: fix whitespaceDaniel Sabogal2016-10-301-6/+6
|
* testing/xdotool: move from unmaintained and claim maitainershipStefan Wagner2016-10-301-0/+29
|
* testing/clsync: build only for x86 and x86_64Jakub Jirutka2016-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Build failed on armhf and aarch64 with: In file included from privileged.c:64:0: privileged.c:88:34: error: '__NR_alarm' undeclared here (not in a function) BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:94:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(alarm), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:142:2: note: in expansion of macro 'FILTER_TABLE_NONPRIV' FILTER_TABLE_NONPRIV ^~~~~~~~~~~~~~~~~~~~ privileged.c:88:34: error: '__NR_select' undeclared here (not in a function) BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:107:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(select), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:142:2: note: in expansion of macro 'FILTER_TABLE_NONPRIV' FILTER_TABLE_NONPRIV ^~~~~~~~~~~~~~~~~~~~ privileged.c:88:34: error: '__NR_mmap' undeclared here (not in a function) BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:134:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(mmap), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:143:2: note: in expansion of macro 'FILTER_TABLE_ARCHDEPENDED' FILTER_TABLE_ARCHDEPENDED ^~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:88:34: error: initializer element is not constant BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:94:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(alarm), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:148:2: note: in expansion of macro 'FILTER_TABLE_NONPRIV' FILTER_TABLE_NONPRIV ^~~~~~~~~~~~~~~~~~~~ privileged.c:88:34: note: (near initialization for 'filter_w_mprotect_table[5].k') BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:94:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(alarm), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:148:2: note: in expansion of macro 'FILTER_TABLE_NONPRIV' FILTER_TABLE_NONPRIV ^~~~~~~~~~~~~~~~~~~~ privileged.c:88:34: error: initializer element is not constant BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:107:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(select), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:148:2: note: in expansion of macro 'FILTER_TABLE_NONPRIV' FILTER_TABLE_NONPRIV ^~~~~~~~~~~~~~~~~~~~ privileged.c:88:34: note: (near initialization for 'filter_w_mprotect_table[31].k') BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:107:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(select), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:148:2: note: in expansion of macro 'FILTER_TABLE_NONPRIV' FILTER_TABLE_NONPRIV ^~~~~~~~~~~~~~~~~~~~ privileged.c:88:34: error: initializer element is not constant BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:134:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(mmap), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:149:2: note: in expansion of macro 'FILTER_TABLE_ARCHDEPENDED' FILTER_TABLE_ARCHDEPENDED ^~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:88:34: note: (near initialization for 'filter_w_mprotect_table[59].k') BPF_JUMP(BPF_JMP+BPF_JEQ+BPF_K, __NR_##syscall, 0, 1), \ ^ privileged.c:134:2: note: in expansion of macro 'SECCOMP_ALLOW_ACCUM_SYSCALL' SECCOMP_ALLOW_ACCUM_SYSCALL(mmap), \ ^~~~~~~~~~~~~~~~~~~~~~~~~~~ privileged.c:149:2: note: in expansion of macro 'FILTER_TABLE_ARCHDEPENDED' FILTER_TABLE_ARCHDEPENDED ^~~~~~~~~~~~~~~~~~~~~~~~~
* testing/clsync: new aportJakub Jirutka2016-10-303-0/+104
| | | | | https://github.com/xaionaro/clsync File live sync daemon based on inotify
* testing/vault: upgrade to 0.6.2Gennady Feldman2016-10-291-6/+10
| | | | | * Build latest 0.6.2 release * Fix "mlock" permission so vault can start as "vault" user.
* testing/php7-gmagick: fix broken package, missing variable _pkgrealGennady Feldman2016-10-291-1/+2
|
* testing/cassandra-cpp-driver: upgrade to 2.5.0Gennady Feldman2016-10-291-5/+5
|
* testing/mono: upgrade to 4.6.1.5Natanael Copa2016-10-274-52/+8
|
* testing/libgdiplus: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/kannel: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/infiniband-diags: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/libibmad: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/opensm: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/libibumad: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/radare2: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/capstone: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/mupdf: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/octave: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/hdf5: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/opensubdiv: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/glfw: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/composer: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/php-couchbase: rebuild against boost 1.62.0Natanael Copa2016-10-271-3/+2
|
* testing/libcouchbase: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/php5-libsodium: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/libtorrent-rasterbar: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/gearmand: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/mkvtoolnix: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/openimageio: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/opencolorio: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/yaml-cpp: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/ncmpcpp: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/thin-provisioning-tools: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/openscenegraph: disable arm* buildsLeonardo Arena2016-10-271-2/+2
|
* testing/openscenegraph: new aportLeonardo Arena2016-10-272-0/+65
| | | | High performance 3D graphics toolkit
* community/gwsocket: move from testingJakub Jirutka2016-10-271-43/+0
|
* community/libvterm: move from testing and claim maitainershipJakub Jirutka2016-10-271-29/+0
|
* testing/libvterm: update to 0.0.20161007, change source and versioningJakub Jirutka2016-10-271-12/+9
|
* [various] rename python executable in APKBUILDs to python2Jakub Jirutka2016-10-26390-781/+781
|