Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | testing/snapraid: upgrade to 11.3 | Nathan Caldwell | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | testing/mergerfs: upgrade to 2.24.2 | Nathan Caldwell | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | community/biber: disable long year test on mips{el} | alpine-mips-patches | 2018-12-17 | 1 | -2/+3 |
| | | | | | Re-organize CARCH check for brevity (so match armel as well) and use mipsel* not mipsel to cover out-of-tree mipseln8hf. | ||||
* | community/py-greenlet: fix build on mips* | alpine-mips-patches | 2018-12-17 | 1 | -1/+4 |
| | | | | | | | | Build fails at switch_mips_unix.h with "$fp cannot be used in asm here" because of forced -O0 (thus without -fomit-frame-pointer) in APKBUILD. As a quick fix, use the "normal" C*FLAGS on mips* only. Test still passes on mipsel at least. | ||||
* | main/nspr: fix build on mips* (sgidefs.h) | alpine-mips-patches | 2018-12-17 | 2 | -4/+46 |
| | | | | | | Use sgidefs.h from linux-headers and replace _ABI64 references with non-GCC counterpart (_ABI64 is only defined with -mabi=64 thus -Wundef errors arise in some dependent projects with -mabi=32). | ||||
* | main/apr-util: make build more reliable and faster | alpine-mips-patches | 2018-12-17 | 1 | -2/+3 |
| | | | | | | | 1) Disable parallel build for "make check" to prevent sporadic test failures (at least on relatively old x86_64 and dual-core 1200 MHz mipsel). 2) Pass DBM version explicitly (--with-dbm=db53) to avoid slow DB version search. The package already depends on main/db which persists at 5.3.x since 2012. | ||||
* | community/php7: tolerate test failures on mips* | alpine-mips-patches | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | community/pdsh: fix build without git installed | alpine-mips-patches | 2018-12-17 | 1 | -1/+2 |
| | | | | Insert package version with sed instead of relying on 'git describe'. | ||||
* | community/knot: switch to openssl | Leonardo Arena | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | testing/monetdb: upgrade to 11.31.11 | Roberto Oliveira | 2018-12-17 | 1 | -4/+4 |
| | |||||
* | main/powerpc-utils: upgrade to 1.3.6 | Roberto Oliveira | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | testing/wireguard-virt: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | testing/wireguard-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | main/zfs-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | main/spl-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | main/drbd9-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | community/aws-ena-driver-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | main/linux-vanilla: upgrade to 4.14.88 | Natanael Copa | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | community/dynamips: fix byte order detection | alpine-mips-patches | 2018-12-17 | 3 | -16/+37 |
| | | | | | | | | | Use the generic gcc/clang/suncc __BYTE_ORDER__ macro to detect platform byte order instead of hard-coded architecture detection which is wrong for ppc64le (always assumes POWER is big-endian) and lacks any knowledge of mips*. This change covers s390x too so remove s390x-support.patch. | ||||
* | community/domoticz: fix build without git installed | alpine-mips-patches | 2018-12-17 | 2 | -2/+15 |
| | | | | | | | Let build continue when git is not found. No changes in behaviour because all attempts to use git (to get project revision etc) fail due to missing .git folder in the source tarball and project falls back to appversion.default in any case. | ||||
* | community/syncthing: upgrade to 0.14.54 | Roberto Oliveira | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | community/perl-object-insideout: add missing checkdepends to run all tests | Roberto Oliveira | 2018-12-17 | 1 | -1/+2 |
| | |||||
* | community/perl-math-random-mt-auto: upgrade to 6.23 and modernize | Roberto Oliveira | 2018-12-17 | 1 | -13/+15 |
| | |||||
* | community/perl-math-random-mt-auto: move from testing | Roberto Oliveira | 2018-12-17 | 1 | -0/+0 |
| | | | | required by perl-object-insideout tests | ||||
* | community/perl-object-insideout: upgrade to 4.05 | Roberto Oliveira | 2018-12-17 | 1 | -2/+2 |
| | |||||
* | testing/diffoscope: new apkbuild | Natanael Copa | 2018-12-17 | 2 | -0/+94 |
| | | | | | In-depth comparison of files, archives, and directories https://diffoscope.org/ | ||||
* | community/deadbeef: fix byte order detection | alpine-mips-patches | 2018-12-17 | 3 | -28/+14 |
| | | | | | Unlock the generic <endian.h> fallback to detect CPU byte order and delete ppc64le.patch since little-endian POWER is now covered too. | ||||
* | community/nodejs-current: fix build on mips{el} (-latomic), disable on mips64* | alpine-mips-patches | 2018-12-17 | 2 | -3/+39 |
| | |||||
* | community/libfm: fix tests | alpine-mips-patches | 2018-12-17 | 2 | -2/+22 |
| | | | | | | | | | | | | | | | | | | On edge check() fails with the following message: make[3]: Entering directory '/home/room/aports/community/libfm/src/libfm-1.3.0.2/src/tests' make check-local make[4]: Entering directory '/home/room/aports/community/libfm/src/libfm-1.3.0.2/src/tests' TEST: fm-path... (pid=28635) ** (process:28635): WARNING **: 11:58:23.519: The directory '~/Templates' doesn't exist, ignoring it Tests were compiled with G_DISABLE_ASSERT and are likely no-ops. Aborting. FAIL: fm-path The message is printed by the g_test_init() macro from glib-2.0/glib/gtestutils.h because src/tests/test-fm-path.c #undef's G_DISABLE_ASSERT too late. Move #undef earlier in the code to fix the problem and make test pass on x86_64 and mipsel at least. | ||||
* | community/httpry: fix source URL, update checksum | alpine-mips-patches | 2018-12-17 | 1 | -6/+4 |
| | | | | Use GH to get the source tarball (identical to Debian's httpry_0.1.8.orig.tar.gz). | ||||
* | community/gcc6: fix option spelling on mips* | alpine-mips-patches | 2018-12-17 | 2 | -3/+3 |
| | | | | It is '--as-needed' not '-as-needed' (interpreted as '-a KEYWORD'). | ||||
* | community/neko: fix build without git installed | alpine-mips-patches | 2018-12-17 | 2 | -3/+116 |
| | | | | | Remove all targets that depend on git (source_archive and friends), none of them are used during normal build. | ||||
* | community/gvm: fix source URL | alpine-mips-patches | 2018-12-17 | 1 | -1/+1 |
| | | | | | | The archive download link gives tarball with a wrong checksum so use the 7.0.3 download link from the greenbone/gvmd Releases page: https://github.com/greenbone/gvmd/releases | ||||
* | community/libsepol: upgrade to 2.8 | Carlo Landmeter | 2018-12-16 | 1 | -8/+12 |
| | |||||
* | testing/policycoreutils: upgrade to 2.8 | Carlo Landmeter | 2018-12-16 | 3 | -44/+34 |
| | |||||
* | testing/libsemanage: upgrade to 2.8 | Carlo Landmeter | 2018-12-16 | 2 | -144/+15 |
| | |||||
* | community/libselinux: upgrade to 2.8 | Carlo Landmeter | 2018-12-16 | 2 | -49/+7 |
| | |||||
* | testing/libsepol: move to community | Carlo Landmeter | 2018-12-16 | 1 | -0/+0 |
| | |||||
* | testing/libselinux: move to community | Carlo Landmeter | 2018-12-16 | 2 | -0/+0 |
| | |||||
* | community/mutt: upgrade to 1.11.1 | Andy Postnikov | 2018-12-15 | 1 | -3/+3 |
| | |||||
* | testing/rakudo: upgrade to 2018.11 | Curt Tilmes | 2018-12-15 | 1 | -3/+3 |
| | |||||
* | testing/nqp: upgrade to 2018.11 | Curt Tilmes | 2018-12-15 | 1 | -3/+3 |
| | |||||
* | testing/moarvm: upgrade to 2018.11 | Curt Tilmes | 2018-12-15 | 1 | -3/+3 |
| | |||||
* | community/libvirt-glib: upgrade to 2.0.0 | Francesco Colista | 2018-12-15 | 1 | -4/+2 |
| | |||||
* | main/py-libvirt: upgrade to 4.10.0 | Francesco Colista | 2018-12-15 | 1 | -2/+2 |
| |