aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* testing/snapraid: upgrade to 11.3Nathan Caldwell2018-12-171-2/+2
|
* testing/mergerfs: upgrade to 2.24.2Nathan Caldwell2018-12-171-2/+2
|
* community/biber: disable long year test on mips{el}alpine-mips-patches2018-12-171-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-patches2018-12-171-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-patches2018-12-172-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 fasteralpine-mips-patches2018-12-171-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-patches2018-12-171-1/+1
|
* community/pdsh: fix build without git installedalpine-mips-patches2018-12-171-1/+2
| | | | Insert package version with sed instead of relying on 'git describe'.
* community/knot: switch to opensslLeonardo Arena2018-12-171-2/+2
|
* testing/monetdb: upgrade to 11.31.11Roberto Oliveira2018-12-171-4/+4
|
* main/powerpc-utils: upgrade to 1.3.6Roberto Oliveira2018-12-171-2/+2
|
* testing/wireguard-virt: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* testing/wireguard-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* testing/ipt-netflow-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* main/zfs-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-2/+2
|
* main/drbd9-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* community/aws-ena-driver-vanilla: rebuild against kernel 4.14.88-r0Natanael Copa2018-12-171-1/+1
|
* main/linux-vanilla: upgrade to 4.14.88Natanael Copa2018-12-171-2/+2
|
* community/dynamips: fix byte order detectionalpine-mips-patches2018-12-173-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 installedalpine-mips-patches2018-12-172-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.54Roberto Oliveira2018-12-171-2/+2
|
* community/perl-object-insideout: add missing checkdepends to run all testsRoberto Oliveira2018-12-171-1/+2
|
* community/perl-math-random-mt-auto: upgrade to 6.23 and modernizeRoberto Oliveira2018-12-171-13/+15
|
* community/perl-math-random-mt-auto: move from testingRoberto Oliveira2018-12-171-0/+0
| | | | required by perl-object-insideout tests
* community/perl-object-insideout: upgrade to 4.05Roberto Oliveira2018-12-171-2/+2
|
* testing/diffoscope: new apkbuildNatanael Copa2018-12-172-0/+94
| | | | | In-depth comparison of files, archives, and directories https://diffoscope.org/
* community/deadbeef: fix byte order detectionalpine-mips-patches2018-12-173-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-patches2018-12-172-3/+39
|
* community/libfm: fix testsalpine-mips-patches2018-12-172-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 checksumalpine-mips-patches2018-12-171-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-patches2018-12-172-3/+3
| | | | It is '--as-needed' not '-as-needed' (interpreted as '-a KEYWORD').
* community/neko: fix build without git installedalpine-mips-patches2018-12-172-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 URLalpine-mips-patches2018-12-171-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.8Carlo Landmeter2018-12-161-8/+12
|
* testing/policycoreutils: upgrade to 2.8Carlo Landmeter2018-12-163-44/+34
|
* testing/libsemanage: upgrade to 2.8Carlo Landmeter2018-12-162-144/+15
|
* community/libselinux: upgrade to 2.8Carlo Landmeter2018-12-162-49/+7
|
* testing/libsepol: move to communityCarlo Landmeter2018-12-161-0/+0
|
* testing/libselinux: move to communityCarlo Landmeter2018-12-162-0/+0
|
* community/mutt: upgrade to 1.11.1Andy Postnikov2018-12-151-3/+3
|
* testing/rakudo: upgrade to 2018.11Curt Tilmes2018-12-151-3/+3
|
* testing/nqp: upgrade to 2018.11Curt Tilmes2018-12-151-3/+3
|
* testing/moarvm: upgrade to 2018.11Curt Tilmes2018-12-151-3/+3
|
* community/libvirt-glib: upgrade to 2.0.0Francesco Colista2018-12-151-4/+2
|
* main/py-libvirt: upgrade to 4.10.0Francesco Colista2018-12-151-2/+2
|