aboutsummaryrefslogtreecommitdiffstats
path: root/community
Commit message (Collapse)AuthorAgeFilesLines
...
* community/gitea: rebuild with go 1.8, enable ppc64leNatanael Copa2017-05-161-2/+2
|
* community/docker-registry: rebuild with go 1.8, enable ppc64leNatanael Copa2017-05-161-2/+2
|
* community/docker: enable on ppc64leNatanael Copa2017-05-161-1/+1
|
* community/caddy: rebuild with go 1.8 and enable ppc64leNatanael Copa2017-05-161-2/+2
|
* community/glide: enable on ppc64le rebuild with go 1.8Natanael Copa2017-05-161-2/+2
|
* community/go: set external linker for all archsNatanael Copa2017-05-162-3/+96
|
* community/go: upgrade to 1.8.1Ed Robinson2017-05-162-8/+22
| | | | set-external-linker.patch adresses golang/go#18243
* community/docker: upgrade to 17.05.0Matthieu Monnier2017-05-161-6/+6
|
* community/ioping: disable on s390xNatanael Copa2017-05-161-1/+1
| | | | tests fails
* community/tg: disable on s390xNatanael Copa2017-05-161-1/+1
|
* community/crackmapexec: added missing dependencyFrancesco Colista2017-05-161-2/+3
|
* community/py-gevent: upgrade to 1.2.0Francesco Colista2017-05-161-7/+5
|
* community/virtualbox-guest-modules-hardened: fix _kpkgrelNatanael Copa2017-05-151-1/+1
|
* community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.28-r0Natanael Copa2017-05-151-2/+2
|
* testing/ipmitool: move to communityCarlo Landmeter2017-05-153-0/+107
|
* community/lld: move from testingJakub Jirutka2017-05-142-0/+129
|
* community/xpdf: modernize abuildtmpfile2017-05-141-25/+6
|
* community/cpio: modernize abuildtmpfile2017-05-141-20/+5
|
* community/evince: modernize abuildtmpfile2017-05-141-19/+7
|
* community/moc: modernize abuildtmpfile2017-05-141-42/+30
|
* community/hermes: modernize abuildtmpfile2017-05-141-22/+6
|
* community/torsocks: remove unused patchtmpfile2017-05-141-84/+0
|
* community/torsocks: upgrade to 2.2.0 and modernizetmpfile2017-05-141-27/+10
|
* community/audacity: modernize aporttmpfile2017-05-141-26/+7
|
* community/xcalc: modernize abuildtmpfile2017-05-141-21/+6
|
* community/xclock: modernize abuildtmpfile2017-05-141-20/+5
|
* community/zenity: modernize abuildtmpfile2017-05-141-20/+7
|
* community/heirloom-mailx: modernize abuildtmpfile2017-05-141-33/+6
|
* community/wireshark: modernize abuildtmpfile2017-05-141-17/+3
|
* community/inkscape: upgrade to 0.92.1null2017-05-142-15/+18
|
* community/openblas: fix wrong commenttmpfile2017-05-141-1/+1
|
* community/rover: upgrade to 1.0.0tmpfile2017-05-141-8/+3
|
* community/libcaca: modernize abuild and fix whitespacetmpfile2017-05-141-10/+4
|
* community/nextcloud: fix dependenciesShiz2017-05-141-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 buildShiz2017-05-131-18/+14
|
* community/php7: fix _php_default checksValery Kartel2017-05-131-10/+15
|
* community/ddrescue: fix and modernize abuildJakub Jirutka2017-05-131-13/+5
|
* community/ddrescue: ignore test failures on s390xTuan M. Hoang2017-05-131-7/+13
| | | | proably due to builder, test good on dev machine
* community/binaryen: disable on s390xTuan M. Hoang2017-05-131-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.5Andy Postnikov2017-05-131-3/+3
| | | | http://php.net/archive/2017.php#id2017-05-11-2
* community/mongodb-tools: disable on s390xTuan M. Hoang2017-05-131-1/+1
| | | | | segfault from golang like gitea fix after 3.6
* community/unison: disable on s390xShiz2017-05-131-2/+2
|
* community/[ocaml packages]: disable on ppc64le and s390x againShiz2017-05-135-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"Shiz2017-05-134-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 ocamlShiz2017-05-134-4/+4
|
* community/ocaml: fix incorrect ppc64le registersShiz2017-05-132-6/+6
|
* community/ocaml: attempt to fix ppc64le buildShiz2017-05-133-23/+52
|
* community/ocaml: bump to 4.04.1, add tests, fix s390xShiz2017-05-132-18/+38
|
* community/salt: Update to 2016.11.4Olivier Mauras2017-05-131-2/+22
|
* community/erlang: upgrade to 19.3Joel Carlbark2017-05-131-5/+5
|