Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/snapraid: new aport | Nathan Caldwell | 2016-11-04 | 1 | -0/+39 | |
| | | | | | A backup program for disk arrays. Targeted for use in a home media center. http://www.snapraid.it/ | |||||
* | testing/mupdf: allow both x11 and gl backends | Daniel Sabogal | 2016-11-04 | 1 | -4/+3 | |
| | | | | | ref #5921 Default mupdf symlink to mupdf-x11 | |||||
* | testing/percona-toolkit: new aport | Matthieu MONNIER | 2016-11-04 | 1 | -0/+31 | |
| | | | | | https://www.percona.com/software/database-tools/percona-toolkit/ Toolkit for MySQL/MariaDB | |||||
* | community/sparse: move from testing | Sören Tempel | 2016-11-03 | 1 | -43/+0 | |
| | ||||||
* | testing/acme-client: upgrade to 0.1.14 | Carlo Landmeter | 2016-11-03 | 2 | -87/+5 | |
| | | | | this should fix https://github.com/kristapsdz/acme-client-portable/pull/8 | |||||
* | testing/thermald: upgrade to 1.5.4 | mellotron | 2016-11-03 | 1 | -4/+4 | |
| | ||||||
* | testing/sxhkd: upgrade to 0.5.7 | Sören Tempel | 2016-11-02 | 1 | -7/+7 | |
| | ||||||
* | testing/bspwm: upgrade to 0.9.2 | Sören Tempel | 2016-11-02 | 1 | -13/+22 | |
| | ||||||
* | testing/ncmpcpp: upgrade to 0.7.7 | Sören Tempel | 2016-11-02 | 1 | -25/+25 | |
| | ||||||
* | 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 | |
| |