Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | ||||||
* | [various] rename dependency python to python2 | Jakub Jirutka | 2016-10-26 | 374 | -379/+379 | |
| | ||||||
* | [various] rename dependency python-dev to python2-dev | Jakub Jirutka | 2016-10-26 | 380 | -380/+380 | |
| | ||||||
* | testing/rethinkdb: disable til we have resolved libressl issue | Natanael Copa | 2016-10-26 | 1 | -1/+1 | |
| | ||||||
* | testing/rethinkdb: updated aport | Daniel Treadwell | 2016-10-26 | 1 | -9/+7 | |
| | | | | | http://rethinkdb.com Distributed powerful and scalable NoSQL database | |||||
* | testing/gatling: new aport | Sören Tempel | 2016-10-25 | 5 | -0/+203 | |
| | ||||||
* | testing/hping3: reinstate into testing | Leonardo Arena | 2016-10-25 | 2 | -0/+68 | |
| | ||||||
* | testing/virtualbox-guest-modules-grsec: rebuild against kernel 4.4.27-r0 | Natanael Copa | 2016-10-24 | 1 | -1/+1 | |
| | ||||||
* | testing/virtualbox-additions-grsec: rebuild against kernel 4.4.27-r0 | Natanael Copa | 2016-10-24 | 1 | -1/+1 | |
| | ||||||
* | testing/sch-cake-grsec: rebuild against kernel 4.4.27-r0 | Natanael Copa | 2016-10-24 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-grsec: rebuild against kernel 4.4.27-r0 | Natanael Copa | 2016-10-24 | 1 | -1/+1 | |
| |