Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/sbcl: upgrade to 1.3.11 | Sören Tempel | 2016-11-02 | 2 | -15/+15 |
| | |||||
* | testing/drawterm: cleanup and remove -doc subpackage | Sören Tempel | 2016-11-02 | 1 | -7/+5 |
| | |||||
* | testing/ofono: upgrade to 1.9 | Francesco Colista | 2016-11-01 | 1 | -4/+4 |
| | |||||
* | testing/lxd: ugprade to 2.4 | Francesco Colista | 2016-11-01 | 1 | -4/+4 |
| | |||||
* | testing/mongodb: various fixes | Timo Teräs | 2016-11-01 | 4 | -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 aport | Carlo Landmeter | 2016-10-31 | 2 | -0/+52 |
| | |||||
* | testing/thermald: disable on aarch64 | Jakub Jirutka | 2016-10-30 | 1 | -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 armhf | Jakub Jirutka | 2016-10-30 | 1 | -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 config | Jakub Jirutka | 2016-10-30 | 1 | -6/+8 |
| | |||||
* | testing/thermald: new aport | mellotron | 2016-10-30 | 2 | -0/+57 |
| | | | | | https://github.com/01org/thermal_daemon Thermal daemon for IA | ||||
* | testing/nginx-naxsi: update to 1.11.5 / naxsi 0.55.1 | Stuart Cardall | 2016-10-30 | 1 | -9/+8 |
| | | | | https://nginx.org/en/CHANGES | ||||
* | testing/octave: fix whitespace | Daniel Sabogal | 2016-10-30 | 1 | -6/+6 |
| | |||||
* | testing/xdotool: move from unmaintained and claim maitainership | Stefan Wagner | 2016-10-30 | 1 | -0/+29 |
| | |||||
* | testing/clsync: build only for x86 and x86_64 | Jakub Jirutka | 2016-10-30 | 1 | -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 aport | Jakub Jirutka | 2016-10-30 | 3 | -0/+104 |
| | | | | | https://github.com/xaionaro/clsync File live sync daemon based on inotify | ||||
* | testing/vault: upgrade to 0.6.2 | Gennady Feldman | 2016-10-29 | 1 | -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 _pkgreal | Gennady Feldman | 2016-10-29 | 1 | -1/+2 |
| | |||||
* | testing/cassandra-cpp-driver: upgrade to 2.5.0 | Gennady Feldman | 2016-10-29 | 1 | -5/+5 |
| | |||||
* | testing/mono: upgrade to 4.6.1.5 | Natanael Copa | 2016-10-27 | 4 | -52/+8 |
| | |||||
* | testing/libgdiplus: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/kannel: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/infiniband-diags: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/libibmad: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/opensm: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/libibumad: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/radare2: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/capstone: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/mupdf: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/octave: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/hdf5: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/opensubdiv: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/glfw: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/composer: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/php-couchbase: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -3/+2 |
| | |||||
* | testing/libcouchbase: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/php5-libsodium: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/libtorrent-rasterbar: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/gearmand: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/mkvtoolnix: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/openimageio: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/opencolorio: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/yaml-cpp: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/ncmpcpp: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/thin-provisioning-tools: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | testing/openscenegraph: disable arm* builds | Leonardo Arena | 2016-10-27 | 1 | -2/+2 |
| | |||||
* | testing/openscenegraph: new aport | Leonardo Arena | 2016-10-27 | 2 | -0/+65 |
| | | | | High performance 3D graphics toolkit | ||||
* | community/gwsocket: move from testing | Jakub Jirutka | 2016-10-27 | 1 | -43/+0 |
| | |||||
* | community/libvterm: move from testing and claim maitainership | Jakub Jirutka | 2016-10-27 | 1 | -29/+0 |
| | |||||
* | testing/libvterm: update to 0.0.20161007, change source and versioning | Jakub Jirutka | 2016-10-27 | 1 | -12/+9 |
| | |||||
* | [various] rename python executable in APKBUILDs to python2 | Jakub Jirutka | 2016-10-26 | 390 | -781/+781 |
| |