aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* testing/kitty: upgrade to 0.17.1Leo2020-03-241-2/+2
|
* main/nano: upgrade to 4.9Leo2020-03-241-2/+2
|
* testing/wcm: upgrade to 0.4.0Leo2020-03-241-4/+4
|
* testing/wayfire: upgrade to 0.4.0Leo2020-03-242-21/+12
|
* testing/wf-config: upgrade to 0.4.0Leo2020-03-241-8/+16
|
* main/libgsf: upgrade to 1.14.47Leo2020-03-241-7/+4
|
* testing/py3-tabulate: upgrade to 0.8.7Leo2020-03-241-2/+2
|
* testing/py3-python-stdnum: upgrade to 1.13Leo2020-03-241-2/+2
|
* community/py3-matplotlib: upgrade to 3.2.1Leo2020-03-241-2/+2
|
* main/dbus: re-add uuid generation from post-installNatanael Copa2020-03-243-4/+138
| | | | | | | | | | | | | | we need /etc/machine-id for some testsuites, for example for main/gcr. We solve the missing /dev/urandom in chroot by falling back to getrandom(2). fixes #11327 Upstream merge request: https://gitlab.freedesktop.org/dbus/dbus/-/merge_requests/147 This reverts commit 0af557e86d000ac9a1bc35a99b5d14d417c67d72.
* main/autoconf-archive: move from communityNatanael Copa2020-03-241-0/+0
| | | | neeed by dbus
* community/flatpak-builder: Add patch to always disable rofiles-fuseRasmus Thomsen2020-03-242-3/+34
| | | | | | rofiles-fuse is currently broken on musl, see https://github.com/flatpak/flatpak-builder/issues/329 for more info.
* community/php7-pecl-imagick: rebuild against imagemagick 1802Rasmus Thomsen2020-03-241-6/+1
| | | | | | | Fixes PHP warning: Version warning: Imagick was compiled against ImageMagick version 1801 but version 1802 is loaded. Imagick will run but may behave surprisingly in Unknown on line 0 Also remove cd "$builddir" so the linter is happy
* main/bluez: add missing secfixes infoLeo2020-03-241-0/+4
|
* community/libqtolm: upgrade to 3.0.0Bart Ribbers2020-03-241-9/+8
|
* main/gnu-efi: disable for mips and mips64Ariadne Conill2020-03-241-1/+1
|
* community/vulkan-tools: move from testingBart Ribbers2020-03-241-0/+0
|
* testing/vulkan-tools: upgrade to 1.2.135Bart Ribbers2020-03-241-5/+5
|
* community/vulkan-loader: upgrade to 1.2.135Bart Ribbers2020-03-241-6/+6
|
* community/vulkan-headers: upgrade to 1.2.135Bart Ribbers2020-03-241-5/+5
|
* community/rtrlib: update APKBUILDThomas Liske2020-03-241-8/+7
|
* community/libyang: update APKBUILDThomas Liske2020-03-241-16/+8
|
* community/frr: fix lint error (SC2038)Thomas Liske2020-03-241-1/+1
|
* community/rtrlib: move from testingThomas Liske2020-03-241-0/+0
|
* community/libyang: move from testingThomas Liske2020-03-241-0/+0
|
* community/frr: move from testingThomas Liske2020-03-243-0/+0
|
* main/gcr: disable testsAriadne Conill2020-03-241-0/+1
|
* testing/winetricks: update urlMichał Polański2020-03-241-2/+2
|
* main/ulogd: update urlMichał Polański2020-03-241-4/+2
|
* main/drbd-utils: upgrade to 9.12.1Leo2020-03-241-2/+2
|
* community/libmspack: upgrade to 0.10.1_alphaLeo2020-03-241-11/+6
|
* main/memcached: upgrade to 1.6.2Leo2020-03-241-2/+2
|
* main/perl-dbd-pg: upgrade to 3.10.5Leo2020-03-241-2/+2
|
* community/youtube-dl: upgrade to 2020.03.24Leo2020-03-241-2/+2
|
* community/intel-gmmlib: upgrade to 20.1.1Leo2020-03-241-4/+4
|
* testing/py3-humanize: upgrade to 2.2.0Leo2020-03-241-2/+2
|
* community/thunar: upgrade to 1.8.13Natanael Copa2020-03-241-3/+3
|
* community/ttf-font-awesome: upgrade to 5.13.0Leo2020-03-241-2/+2
|
* testing/kitty: upgrade to 0.17.0Leo2020-03-241-4/+4
|
* community/py3-twisted: upgrade to 20.3.0Leo2020-03-245-143/+2321
|
* testing/wev: new aportMichał Polański2020-03-231-0/+23
|
* testing/dar: upgrade to 2.6.9Simon Rupf2020-03-233-46/+4
| | | | Ref https://sourceforge.net/p/dar/mailman/message/36954263/
* community/makekit: fix buildTBK2020-03-231-7/+13
| | | | | | | >>> makekit: Unpacking /var/cache/distfiles/makekit-0.2.tar.gz... /usr/bin/abuild: line 16: ./configure: not found >>> ERROR: makekit: build failed >>> makekit: Uninstalling dependencies...
* main/libseccomp: disable tests on mips64Ariadne Conill2020-03-231-0/+4
| | | | | | Our builder runs on a Cavium-supplied kernel since Octeon3 drivers are not fully upstreamed. Accordingly, the tests fail because the kernel is old (4.9.x).
* community/libmicrohttpd: fix buildTBK2020-03-231-2/+8
| | | | | | | | | | | | | | | | | configure.ac:27: error: version mismatch. This is Automake 1.16.2, configure.ac:27: but the definition used by this AM_INIT_AUTOMAKE configure.ac:27: comes from Automake 1.16.1. You should recreate configure.ac:27: aclocal.m4 with aclocal and run automake again. WARNING: 'automake-1.16' is probably too old. You should only need it if you modified 'Makefile.am' or 'configure.ac' or m4 files included by 'configure.ac'. The 'automake' program is part of the GNU Automake package: <https://www.gnu.org/software/automake> It also requires GNU Autoconf, GNU m4 and Perl in order to run: <https://www.gnu.org/software/autoconf> <https://www.gnu.org/software/m4/> <https://www.perl.org/> make[3]: *** [Makefile:1128: Makefile.in] Error 63
* main/llvm8: apply same changes as llvm9Ariadne Conill2020-03-231-2/+4
| | | | | - py3-setuptools becomes makedepend - check disabled on mips64
* main/llvm9: install setuptools as a makedependAriadne Conill2020-03-231-2/+2
| | | | setuptools is needed to build lit
* community/farstream: upgrade to 0.2.9TBK2020-03-232-6/+25
|
* community/php7-pecl-xdebug: upgrade to 2.9.4Andy Postnikov2020-03-231-2/+2
|
* main/git: upgrade to 2.26.0Leo2020-03-231-2/+2
|