Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/glide: enable on ppc64le rebuild with go 1.8 | Natanael Copa | 2017-05-16 | 1 | -2/+2 |
| | |||||
* | community/go: set external linker for all archs | Natanael Copa | 2017-05-16 | 2 | -3/+96 |
| | |||||
* | community/go: upgrade to 1.8.1 | Ed Robinson | 2017-05-16 | 2 | -8/+22 |
| | | | | set-external-linker.patch adresses golang/go#18243 | ||||
* | community/docker: upgrade to 17.05.0 | Matthieu Monnier | 2017-05-16 | 1 | -6/+6 |
| | |||||
* | community/ioping: disable on s390x | Natanael Copa | 2017-05-16 | 1 | -1/+1 |
| | | | | tests fails | ||||
* | community/tg: disable on s390x | Natanael Copa | 2017-05-16 | 1 | -1/+1 |
| | |||||
* | community/crackmapexec: added missing dependency | Francesco Colista | 2017-05-16 | 1 | -2/+3 |
| | |||||
* | community/py-gevent: upgrade to 1.2.0 | Francesco Colista | 2017-05-16 | 1 | -7/+5 |
| | |||||
* | community/virtualbox-guest-modules-hardened: fix _kpkgrel | Natanael Copa | 2017-05-15 | 1 | -1/+1 |
| | |||||
* | community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.28-r0 | Natanael Copa | 2017-05-15 | 1 | -2/+2 |
| | |||||
* | testing/ipmitool: move to community | Carlo Landmeter | 2017-05-15 | 3 | -0/+107 |
| | |||||
* | community/lld: move from testing | Jakub Jirutka | 2017-05-14 | 2 | -0/+129 |
| | |||||
* | community/xpdf: modernize abuild | tmpfile | 2017-05-14 | 1 | -25/+6 |
| | |||||
* | community/cpio: modernize abuild | tmpfile | 2017-05-14 | 1 | -20/+5 |
| | |||||
* | community/evince: modernize abuild | tmpfile | 2017-05-14 | 1 | -19/+7 |
| | |||||
* | community/moc: modernize abuild | tmpfile | 2017-05-14 | 1 | -42/+30 |
| | |||||
* | community/hermes: modernize abuild | tmpfile | 2017-05-14 | 1 | -22/+6 |
| | |||||
* | community/torsocks: remove unused patch | tmpfile | 2017-05-14 | 1 | -84/+0 |
| | |||||
* | community/torsocks: upgrade to 2.2.0 and modernize | tmpfile | 2017-05-14 | 1 | -27/+10 |
| | |||||
* | community/audacity: modernize aport | tmpfile | 2017-05-14 | 1 | -26/+7 |
| | |||||
* | community/xcalc: modernize abuild | tmpfile | 2017-05-14 | 1 | -21/+6 |
| | |||||
* | community/xclock: modernize abuild | tmpfile | 2017-05-14 | 1 | -20/+5 |
| | |||||
* | community/zenity: modernize abuild | tmpfile | 2017-05-14 | 1 | -20/+7 |
| | |||||
* | community/heirloom-mailx: modernize abuild | tmpfile | 2017-05-14 | 1 | -33/+6 |
| | |||||
* | community/wireshark: modernize abuild | tmpfile | 2017-05-14 | 1 | -17/+3 |
| | |||||
* | community/inkscape: upgrade to 0.92.1 | null | 2017-05-14 | 2 | -15/+18 |
| | |||||
* | community/openblas: fix wrong comment | tmpfile | 2017-05-14 | 1 | -1/+1 |
| | |||||
* | community/rover: upgrade to 1.0.0 | tmpfile | 2017-05-14 | 1 | -8/+3 |
| | |||||
* | community/libcaca: modernize abuild and fix whitespace | tmpfile | 2017-05-14 | 1 | -10/+4 |
| | |||||
* | community/nextcloud: fix dependencies | Shiz | 2017-05-14 | 1 | -7/+7 |
| | | | | | | | According to https://github.com/nextcloud/server/blob/v11.0.3/lib/private/DB/ConnectionFactory.php, pdo_sqlite and pdo_pgsql are very much needed for their respective databses. Furthermore, additional dependencies are detailed here: https://github.com/nextcloud/server/blob/v11.0.3/lib/private/legacy/util.php#L739 | ||||
* | community/syncthing13: fix s390x build | Shiz | 2017-05-13 | 1 | -18/+14 |
| | |||||
* | community/php7: fix _php_default checks | Valery Kartel | 2017-05-13 | 1 | -10/+15 |
| | |||||
* | community/ddrescue: fix and modernize abuild | Jakub Jirutka | 2017-05-13 | 1 | -13/+5 |
| | |||||
* | community/ddrescue: ignore test failures on s390x | Tuan M. Hoang | 2017-05-13 | 1 | -7/+13 |
| | | | | proably due to builder, test good on dev machine | ||||
* | community/binaryen: disable on s390x | Tuan M. Hoang | 2017-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Probably bug in endianness detection. Fails in test: executing: bin/wasm-merge test/merge/dylib.wasm test/merge/dylib.wasm.toMerge \ -o a.wast -S --verbose --finalize-memory-base=1024 \ --finalize-table-base=8incorrect output, diff: --- expected +++ actual @@ -3,7 +3,7 @@ (import "env" "memory" (memory $0 1)) (table 2 2 anyfunc) (elem (i32.const 0) $__wasm_nullptr $__exit) - (data (i32.const 16) "\d2\04\00\00\00\00\00\00)\t\00\00") + (data (i32.const 16) "\00\00\04\d2\00\00\00\00\00\00\t)") Reported to upstream: https://github.com/WebAssembly/binaryen/issues/1012 | ||||
* | community/php7: upgrade to 7.1.5 | Andy Postnikov | 2017-05-13 | 1 | -3/+3 |
| | | | | http://php.net/archive/2017.php#id2017-05-11-2 | ||||
* | community/mongodb-tools: disable on s390x | Tuan M. Hoang | 2017-05-13 | 1 | -1/+1 |
| | | | | | segfault from golang like gitea fix after 3.6 | ||||
* | community/unison: disable on s390x | Shiz | 2017-05-13 | 1 | -2/+2 |
| | |||||
* | community/[ocaml packages]: disable on ppc64le and s390x again | Shiz | 2017-05-13 | 5 | -5/+5 |
| | | | | | It seems s390x and ppc64le OCaml builds but is severely broken. Disable these packages until we have a properly working OCaml. | ||||
* | Revert "community/[various]: enable on ppc64le due ocaml" | Shiz | 2017-05-13 | 4 | -4/+4 |
| | | | | | It seems ppc64le OCaml does compile but is severely broken. Disabling these again until we have a working OCaml. | ||||
* | community/[various]: enable on ppc64le due ocaml | Shiz | 2017-05-13 | 4 | -4/+4 |
| | |||||
* | community/ocaml: fix incorrect ppc64le registers | Shiz | 2017-05-13 | 2 | -6/+6 |
| | |||||
* | community/ocaml: attempt to fix ppc64le build | Shiz | 2017-05-13 | 3 | -23/+52 |
| | |||||
* | community/ocaml: bump to 4.04.1, add tests, fix s390x | Shiz | 2017-05-13 | 2 | -18/+38 |
| | |||||
* | community/salt: Update to 2016.11.4 | Olivier Mauras | 2017-05-13 | 1 | -2/+22 |
| | |||||
* | community/erlang: upgrade to 19.3 | Joel Carlbark | 2017-05-13 | 1 | -5/+5 |
| | |||||
* | community/py3-yarl: upgrade to 0.10.2 | Fabian Affolter | 2017-05-13 | 1 | -2/+2 |
| | |||||
* | community/py3-async-timeout: upgrade to 1.2.1 | Fabian Affolter | 2017-05-13 | 1 | -2/+2 |
| | |||||
* | community/py-snmp: upgrade to 4.3.5 | Fabian Affolter | 2017-05-13 | 1 | -5/+3 |
| | |||||
* | community/unibilium: build static library and add it to -dev subpkg | Jakub Jirutka | 2017-05-13 | 2 | -5/+42 |
| |