Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | main/libvirt: upgrade to 4.10.0 | Francesco Colista | 2018-12-15 | 2 | -11/+9 |
| | |||||
* | community/atril: upgrade to 1.21.1 | Roberto Oliveira | 2018-12-14 | 1 | -3/+3 |
| | |||||
* | community/caja: upgrade to 1.21.3 | Roberto Oliveira | 2018-12-14 | 1 | -3/+3 |
| | |||||
* | testing/hub: upgrade to 2.6.1 | Roberto Oliveira | 2018-12-14 | 1 | -3/+3 |
| | |||||
* | community/cppcheck: upgrade to 1.86 | Henrik Riomar | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | community/gradle: upgrade to 4.10.3 | Roberto Oliveira | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | community/flawfinder: move from testing | Henrik Riomar | 2018-12-14 | 2 | -0/+0 |
| | |||||
* | community/jenkins: upgrade to 2.150.1 | Roberto Oliveira | 2018-12-14 | 1 | -2/+2 |
| |