Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/xdotool: move from unmaintained and claim maitainership | Stefan Wagner | 2016-10-30 | 2 | -40/+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. | ||||
* | main/mutt: enable sidebar feature | Stefan Wagner | 2016-10-29 | 1 | -1/+2 |
| | | | | | | | Starting with version 1.7.0, mutt upstream has merged the popular sidebar patch. This commit suggests to enable this feature. * refs: #5387 | ||||
* | 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 |
| | |||||
* | main/libsamplerate: upgrade to 0.1.9 | Natanael Copa | 2016-10-28 | 1 | -2/+4 |
| | |||||
* | main/gnutls: upgrade to 3.4.16 | Natanael Copa | 2016-10-28 | 1 | -4/+4 |
| | |||||
* | main/harfbuzz: upgrade to 1.3.3 | Natanael Copa | 2016-10-28 | 1 | -4/+4 |
| | |||||
* | main/mariadb: upgrade to 10.1.18 | Natanael Copa | 2016-10-28 | 3 | -222/+8 |
| | |||||
* | main/ethtool: upgrade to 4.8 | Natanael Copa | 2016-10-28 | 1 | -4/+4 |
| | |||||
* | community/docker: upgrade to 1.12.3 | Natanael Copa | 2016-10-28 | 1 | -5/+5 |
| | |||||
* | community/go: upgrade to 1.7.3 | Natanael Copa | 2016-10-28 | 1 | -8/+8 |
| | |||||
* | main/samba: upgrade to 4.5.1 | Natanael Copa | 2016-10-28 | 2 | -10/+30 |
| | |||||
* | main/tevent: upgrade to 0.9.31 | Natanael Copa | 2016-10-28 | 1 | -4/+4 |
| | |||||
* | main/wipe: upgrade to 2.3.1 | Natanael Copa | 2016-10-28 | 2 | -18/+48 |
| | |||||
* | main/protobuf: fix headers for musl | Natanael Copa | 2016-10-27 | 2 | -5/+34 |
| | | | | | musl provides byteswap.h (and so does android apparently). so we assume its there if we are on linux. | ||||
* | main/vlc: rebuild against live-media-2016.10.21 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | main/live-media: upgrade to 2016.10.21 | Natanael Copa | 2016-10-27 | 1 | -4/+4 |
| | |||||
* | non-free/adobe-flashplayer: upgrade to 11.2.202.643 | Natanael Copa | 2016-10-27 | 1 | -7/+7 |
| | |||||
* | main/boost: use bz2 tarball | Natanael Copa | 2016-10-27 | 1 | -5/+5 |
| | | | | | seems that the .tar.gz silently changed from upstream. we work around it by using the .tar.bz2. | ||||
* | 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 |
| | |||||
* | community/domoticz: rebuild against boost 1.62.0 | Natanael Copa | 2016-10-27 | 1 | -1/+1 |
| | |||||
* | community/pdns: fix build with libressl | Natanael Copa | 2016-10-27 | 2 | -1/+51 |
| |