13626 Commits

Author SHA1 Message Date
Carlo Landmeter
2641df97b0 testing/mod_auth_cas: new aport 2016-10-31 16:30:22 +01:00
Jakub Jirutka
f4c7e289db testing/thermald: disable on aarch64
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
2016-10-30 15:20:38 +01:00
Jakub Jirutka
85c6e80df0 testing/thermald: disable on armhf
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
2016-10-30 15:16:41 +01:00
Jakub Jirutka
eac46e4fe7 testing/thermald: improve abuild, remove useless systemd config 2016-10-30 15:13:38 +01:00
mellotron
2a9ec6be77 testing/thermald: new aport
https://github.com/01org/thermal_daemon
Thermal daemon for IA
2016-10-30 15:13:38 +01:00
Stuart Cardall
0e45808ff2 testing/nginx-naxsi: update to 1.11.5 / naxsi 0.55.1
https://nginx.org/en/CHANGES
2016-10-30 15:02:46 +01:00
Daniel Sabogal
ce5c6a06ae testing/octave: fix whitespace 2016-10-30 14:38:46 +01:00
Stefan Wagner
457ef6180b testing/xdotool: move from unmaintained and claim maitainership 2016-10-30 02:44:17 +02:00
Jakub Jirutka
92dfc369f0 testing/clsync: build only for x86 and x86_64
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
  ^~~~~~~~~~~~~~~~~~~~~~~~~
2016-10-30 02:29:29 +02:00
Jakub Jirutka
affb59fb8c testing/clsync: new aport
https://github.com/xaionaro/clsync
File live sync daemon based on inotify
2016-10-30 02:25:05 +02:00
Gennady Feldman
f625013a34 testing/vault: upgrade to 0.6.2
* Build latest 0.6.2 release
* Fix "mlock" permission so vault can start as "vault" user.
2016-10-29 23:42:17 +02:00
Gennady Feldman
458bba3b86 testing/php7-gmagick: fix broken package, missing variable _pkgreal 2016-10-29 04:17:43 +02:00
Gennady Feldman
89ef1d71b2 testing/cassandra-cpp-driver: upgrade to 2.5.0 2016-10-29 04:16:50 +02:00
Natanael Copa
652ff54ffa testing/mono: upgrade to 4.6.1.5 2016-10-27 10:14:48 +00:00
Natanael Copa
004864a58f testing/libgdiplus: rebuild against boost 1.62.0 2016-10-27 10:14:48 +00:00
Natanael Copa
249a64114a testing/kannel: rebuild against boost 1.62.0 2016-10-27 10:14:48 +00:00
Natanael Copa
b3b54d28b4 testing/infiniband-diags: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
ec8f46a063 testing/libibmad: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
f20f078d71 testing/opensm: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
a77f40b2ea testing/libibumad: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
1cb21a9b72 testing/radare2: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
b26b8ddac2 testing/capstone: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
dd81fad718 testing/mupdf: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
f16f4b9475 testing/octave: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
d4afab07d3 testing/hdf5: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
a9f43566f8 testing/opensubdiv: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
0f961663ff testing/glfw: rebuild against boost 1.62.0 2016-10-27 10:14:47 +00:00
Natanael Copa
3de428e24c testing/composer: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
17eb1f854f testing/php-couchbase: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
fd90d0776a testing/libcouchbase: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
1ea9b653e9 testing/php5-libsodium: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
c8ff0591fb testing/libtorrent-rasterbar: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
d871d0d471 testing/gearmand: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
668180c0ce testing/mkvtoolnix: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
b3f70deadb testing/openimageio: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
7b5a6c7e9d testing/opencolorio: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
2f2814f7f0 testing/yaml-cpp: rebuild against boost 1.62.0 2016-10-27 10:14:46 +00:00
Natanael Copa
227f0bdff7 testing/ncmpcpp: rebuild against boost 1.62.0 2016-10-27 10:14:45 +00:00
Natanael Copa
f5766eea3a testing/thin-provisioning-tools: rebuild against boost 1.62.0 2016-10-27 10:14:45 +00:00
Leonardo Arena
d2d7a0f4b5 testing/openscenegraph: disable arm* builds 2016-10-27 08:41:33 +00:00
Leonardo Arena
5a87f10b5f testing/openscenegraph: new aport
High performance 3D graphics toolkit
2016-10-27 08:31:21 +00:00
Jakub Jirutka
28e5c0b36b community/gwsocket: move from testing 2016-10-27 01:05:37 +02:00
Jakub Jirutka
475b098ea3 community/libvterm: move from testing and claim maitainership 2016-10-27 01:00:15 +02:00
Jakub Jirutka
39b6f4f199 testing/libvterm: update to 0.0.20161007, change source and versioning 2016-10-27 01:00:15 +02:00
Jakub Jirutka
c18b35140d [various] rename python executable in APKBUILDs to python2 2016-10-26 19:47:58 +02:00
Jakub Jirutka
d6529c8d14 [various] rename dependency python to python2 2016-10-26 19:47:58 +02:00
Jakub Jirutka
af0c01ac63 [various] rename dependency python-dev to python2-dev 2016-10-26 19:47:14 +02:00
Natanael Copa
e11c8a811b testing/rethinkdb: disable til we have resolved libressl issue 2016-10-26 12:47:42 +00:00
Daniel Treadwell
dddfa696dc testing/rethinkdb: updated aport
http://rethinkdb.com
Distributed powerful and scalable NoSQL database
2016-10-26 12:42:33 +00:00
Sören Tempel
4799f90eea testing/gatling: new aport 2016-10-25 21:19:11 +02:00