aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* main/libvirt: upgrade to 4.10.0Francesco Colista2018-12-152-11/+9
|
* community/atril: upgrade to 1.21.1Roberto Oliveira2018-12-141-3/+3
|
* community/caja: upgrade to 1.21.3Roberto Oliveira2018-12-141-3/+3
|
* testing/hub: upgrade to 2.6.1Roberto Oliveira2018-12-141-3/+3
|
* community/cppcheck: upgrade to 1.86Henrik Riomar2018-12-141-2/+2
|
* community/gradle: upgrade to 4.10.3Roberto Oliveira2018-12-141-2/+2
|
* community/flawfinder: move from testingHenrik Riomar2018-12-142-0/+0
|
* community/jenkins: upgrade to 2.150.1Roberto Oliveira2018-12-141-2/+2
|
* testing/flawfinder: upgrade to 2.0.7Henrik Riomar2018-12-142-7/+37
| | | | add check() and switch to python3
* main/py-cryptography: rebuild against openssl with pskAndré Klitzing2018-12-141-1/+1
|
* main/openssl: enable pskAndré Klitzing2018-12-141-1/+1
|
* main/qemu: build fixesNatanael Copa2018-12-141-2/+0
|
* main/qemu: upgrade to 3.1.0Andy Postnikov2018-12-141-2/+2
|
* testing/zfs-prune-snapshots: upgrade to 1.0.1Henrik Riomar2018-12-142-41/+3
|
* community/java-gcj-compat: fix tools.jar installation pathTimo Teräs2018-12-141-3/+4
|
* community/java-gcj-compat: fix symlinks in jre/libTimo Teräs2018-12-141-2/+2
|
* main/mesa: fix crashes due to large stack buffersTimo Teräs2018-12-142-1/+19
|
* testing/firefox: inhibit musl isatty() sandbox violationsTimo Teräs2018-12-142-7/+19
|
* main/xen: upgrade to 4.11.1 and fix build with gcc8Natanael Copa2018-12-144-5/+188
|
* main/xen: rebuild against opensslJ0WI2018-12-141-3/+3
|
* testing/openocd: enable bcm2835gpio for Raspberry PiBrad Fritz2018-12-141-2/+3
| | | | | | | | | | | | | | | Follow-up to 958a8ae7e7 because the 0.10.0 [release notes] also request `--enable-bcm2835gpio` for builds that support Raspberry Pi: > 7. Please add --enable-sysfsgpio for all targets running Linux, the > kernel (esp. useful for SBCs), additionally for builds that support > RaspberryPi, please add --enable-bcm2835gpio `--enable-bcm2835gpio` is ignored when building on non-ARM architectures. This configuration is also consistent with the [Debian packaging]. [release notes]: https://sourceforge.net/p/openocd/mailman/message/35570895/ [Debian packaging]: https://salsa.debian.org/electronics-team/openocd/blob/debian/0.10.0-4/debian/rules#L33
* main/amavisd-new: upgrade to 2.11.1Leonardo Arena2018-12-141-4/+4
| | | | Update source
* community/backuppc: no longer maintainedLeonardo Arena2018-12-147-1/+0
|
* main/multipath-tools: upgrade to 0.7.9Leonardo Arena2018-12-142-27/+3
|
* main/openjpeg: bump pkgrelFrancesco Colista2018-12-141-1/+1
| | | | | This bump is needed since the last time were applied two CVE patches, bump was not done.
* main/perl-datetime-format-natural: upgrade to 1.06Leonardo Arena2018-12-141-3/+3
|
* main/perl-db_file: upgrade to 1.843Leonardo Arena2018-12-141-2/+2
|
* main/perl-dbd-odbc: upgrade to 1.60Leonardo Arena2018-12-141-2/+2
|
* main/perl-dbd-mysql: upgrade to 4.049Leonardo Arena2018-12-142-78/+4
|
* main/perl-dbd-sqlite: upgrade to 1.60Leonardo Arena2018-12-141-2/+2
|
* main/perl-dbi: upgrade to 1.642Leonardo Arena2018-12-141-2/+2
|