aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing/xdotool: move from unmaintained and claim maitainershipStefan Wagner2016-10-302-40/+29
|
* testing/clsync: build only for x86 and x86_64Jakub Jirutka2016-10-301-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 aportJakub Jirutka2016-10-303-0/+104
| | | | | https://github.com/xaionaro/clsync File live sync daemon based on inotify
* testing/vault: upgrade to 0.6.2Gennady Feldman2016-10-291-6/+10
| | | | | * Build latest 0.6.2 release * Fix "mlock" permission so vault can start as "vault" user.
* main/mutt: enable sidebar featureStefan Wagner2016-10-291-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 _pkgrealGennady Feldman2016-10-291-1/+2
|
* testing/cassandra-cpp-driver: upgrade to 2.5.0Gennady Feldman2016-10-291-5/+5
|
* main/libsamplerate: upgrade to 0.1.9Natanael Copa2016-10-281-2/+4
|
* main/gnutls: upgrade to 3.4.16Natanael Copa2016-10-281-4/+4
|
* main/harfbuzz: upgrade to 1.3.3Natanael Copa2016-10-281-4/+4
|
* main/mariadb: upgrade to 10.1.18Natanael Copa2016-10-283-222/+8
|
* main/ethtool: upgrade to 4.8Natanael Copa2016-10-281-4/+4
|
* community/docker: upgrade to 1.12.3Natanael Copa2016-10-281-5/+5
|
* community/go: upgrade to 1.7.3Natanael Copa2016-10-281-8/+8
|
* main/samba: upgrade to 4.5.1Natanael Copa2016-10-282-10/+30
|
* main/tevent: upgrade to 0.9.31Natanael Copa2016-10-281-4/+4
|
* main/wipe: upgrade to 2.3.1Natanael Copa2016-10-282-18/+48
|
* main/protobuf: fix headers for muslNatanael Copa2016-10-272-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.21Natanael Copa2016-10-271-1/+1
|
* main/live-media: upgrade to 2016.10.21Natanael Copa2016-10-271-4/+4
|
* non-free/adobe-flashplayer: upgrade to 11.2.202.643Natanael Copa2016-10-271-7/+7
|
* main/boost: use bz2 tarballNatanael Copa2016-10-271-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.5Natanael Copa2016-10-274-52/+8
|
* testing/libgdiplus: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/kannel: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/infiniband-diags: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/libibmad: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/opensm: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/libibumad: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/radare2: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/capstone: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/mupdf: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/octave: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/hdf5: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/opensubdiv: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/glfw: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/composer: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/php-couchbase: rebuild against boost 1.62.0Natanael Copa2016-10-271-3/+2
|
* testing/libcouchbase: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/php5-libsodium: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/libtorrent-rasterbar: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/gearmand: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/mkvtoolnix: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/openimageio: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/opencolorio: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/yaml-cpp: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/ncmpcpp: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* testing/thin-provisioning-tools: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* community/domoticz: rebuild against boost 1.62.0Natanael Copa2016-10-271-1/+1
|
* community/pdns: fix build with libresslNatanael Copa2016-10-272-1/+51
|