Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | testing/qutebrowser: disable on arches witout qtwebengine | Natanael Copa | 2018-09-04 | 1 | -1/+1 | |
| | ||||||
* | community/py-opengl: move from testing | Natanael Copa | 2018-09-04 | 1 | -0/+0 | |
| | | | | needed by py3-qt5 | |||||
* | testing/qutebrowser: fix depends | Natanael Copa | 2018-09-04 | 1 | -2/+2 | |
| | | | | use qt5-qt5 and depend on qt5-qtbase-sqlite | |||||
* | community/py3-qt5: build more bindings | Natanael Copa | 2018-09-04 | 1 | -2/+11 | |
| | | | | needed by cutebrowser | |||||
* | community/qt5-qtwebengine: move from testing | Natanael Copa | 2018-09-04 | 14 | -0/+0 | |
| | ||||||
* | testing/qutebrowser: new aport | Drew DeVault | 2018-09-04 | 1 | -0/+41 | |
| | ||||||
* | community/git-lfs: fix post-install, don't install lfs in local repo | Jakub Jirutka | 2018-09-04 | 2 | -2/+2 | |
| | | | | As suggested by Kapczuk Piotr. | |||||
* | community/garcon: enable introspection | Natanael Copa | 2018-09-04 | 1 | -3/+3 | |
| | ||||||
* | community/libxfce4ui: enable introspection | Natanael Copa | 2018-09-04 | 1 | -2/+3 | |
| | ||||||
* | community/libxfce4util: enable introspection | Natanael Copa | 2018-09-04 | 1 | -2/+3 | |
| | ||||||
* | testing/py-pypeg2: fix python 3 package | Drew DeVault | 2018-09-04 | 1 | -19/+21 | |
| | ||||||
* | testing/chocolate-doom: new aport | Alex Raschi | 2018-09-04 | 1 | -0/+43 | |
| | | | | | https://www.chocolate-doom.org Portable release of Doom, Heretic, Hexen, and Strife | |||||
* | testing/sdl2_net: new aport | Alex Raschi | 2018-09-04 | 1 | -0/+34 | |
| | | | | | http://www.libsdl.org/projects/SDL_net/ A small sample cross-platform networking library | |||||
* | testing/nomacs: new aport | Alex Raschi | 2018-09-04 | 1 | -0/+61 | |
| | | | | | https://nomacs.org/ Small and fast Qt image viewer | |||||
* | testing/font-fira-code: new aport | Michal Sidor (Michcioperz) | 2018-09-04 | 1 | -0/+22 | |
| | ||||||
* | testing/font-merriweather: new aport | Michal Sidor (Michcioperz) | 2018-09-04 | 1 | -0/+22 | |
| | ||||||
* | testing/librespot: change upstream, upgrade to 20180817, fix username in ↵ | Michal Sidor (Michcioperz) | 2018-09-04 | 3 | -10/+8 | |
| | | | | pre-install | |||||
* | main/grub: fix install on xfs | Natanael Copa | 2018-09-04 | 2 | -2/+64 | |
| | | | | ref #9375 | |||||
* | community/perl-mojolicious: upgrade to 7.94 | Francesco Colista | 2018-09-04 | 1 | -2/+2 | |
| | ||||||
* | community/nextcloud: upgrade to 13.0.6 | Leonardo Arena | 2018-09-04 | 1 | -2/+2 | |
| | ||||||
* | main/py-imagesize: upgrade to 1.1.0 | Jakub Jirutka | 2018-09-04 | 1 | -7/+5 | |
| | ||||||
* | testing/phoronix-test-suite: bump dependencies to php7 | Lucas Ramage | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | testing/py-nbxmpp: Update 0.6.6 --> 0.6.7 | Marian Buschsieweke | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | Revert "main/dovecot: upgrade to 2.3.2.1" | Natanael Copa | 2018-09-03 | 1 | -1/+1 | |
| | | | | | | | | | The issue it was supposed to fix was only affecting 3.8-stable. git master was already updated. ref #9363 This reverts commit b992b2800067278ab9588885c69e91217a84c328. | |||||
* | main/postfix: Adding missing m4 build dependency | Markus Heimbach | 2018-09-03 | 1 | -2/+2 | |
| | | | | | | | | | | Starting with postfix 3.3 the script src/postconf/extract_cfg.sh needs m4 to successfully build. This leads to the following log output [1] during the package build [2]: extract_cfg.sh: line 89: m4: not found [1]: http://build.alpinelinux.org/buildlogs/build-edge-x86_64/main/postfix/postfix-3.3.1-r0.log [2]: https://pkgs.alpinelinux.org/package/edge/main/x86_64/postfix | |||||
* | main/tiny-ec2-bootstrap: add e2fsprogs-extra dependency | Jake Buchholz | 2018-09-03 | 1 | -2/+2 | |
| | | | | tiny-ec2-bootstrap uses resize2fs, which is in e2fsprogs-extra. | |||||
* | main/libffi: modernize | Natanael Copa | 2018-09-03 | 1 | -7/+6 | |
| | ||||||
* | main/libffi: check for __linux__ not linux on mips* | Mobile Stream | 2018-09-03 | 2 | -1/+14 | |
| | | | | | The latter is not available in -std=c99 (e.g. as used by python3 build) and ffitarget.h tries to include sgidefs.h from a wrong location. | |||||
* | main/libffi: fix native build on mips* | Mobile Stream | 2018-09-03 | 1 | -1/+1 | |
| | | | | | | libffi needs asm/sgidefs.h on mips* from linux-headers however abuild ignores makedepends_host in native build if makedepends is set explicitly. The usual makedepends="$makedepends_build $makedepends_host" is not added by this patch because abuild properly reconstructs it. | |||||
* | main/patch: avoid using broken code in cross build | Natanael Copa | 2018-09-03 | 1 | -1/+3 | |
| | | | | | | The configure cross-compile logic fails to detect no-clobber properties of gettimeofday and tzset functions and replaces them and some dependent calls with the code from the bundled GNU portability library. | |||||
* | community/zabbix: upgrade to 3.4.13 | Leonardo Arena | 2018-09-03 | 1 | -3/+3 | |
| | ||||||
* | main/nginx: fix permissions of /var/tmp | Natanael Copa | 2018-09-03 | 1 | -1/+2 | |
| | | | | | | | | Permissions of /var/tmp should be 1777. Due to limitation in apk/abuild we need to explicitly set the permissions of intermediate directories that should not have default. ref #9364 | |||||
* | main/ncurses: add /lib/terminfo to terminfo dirs | Natanael Copa | 2018-09-03 | 1 | -2/+2 | |
| | | | | | | | This is so statically compiled binaries works on distros where terminfo is installed in /lib/terminfo (like ubuntu) ref #9363 | |||||
* | community/vlc: fix running with default interface | Alex Raschi | 2018-09-03 | 1 | -1/+2 | |
| | | | | fixes https://bugs.alpinelinux.org/issues/9108 | |||||
* | main/s6-networking: upgrade to 2.3.0.3 | Laurent Bercot | 2018-09-03 | 1 | -3/+3 | |
| | ||||||
* | main/s6-dns: upgrade to 2.3.0.1 | Laurent Bercot | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | main/s6-linux-utils: upgrade to 2.5.0.0 | Laurent Bercot | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | main/s6-portable-utils: upgrade to 2.2.1.2 | Laurent Bercot | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | main/s6-rc: upgrade to 0.4.1.0 | Laurent Bercot | 2018-09-03 | 1 | -3/+3 | |
| | ||||||
* | testing/utmps: upgrade to 0.0.1.3 | Natanael Copa | 2018-09-03 | 1 | -3/+3 | |
| | ||||||
* | main/s6: upgrade to 2.7.2.0 | Laurent Bercot | 2018-09-03 | 1 | -4/+4 | |
| | ||||||
* | main/execline: upgrade to 2.5.0.1 | Laurent Bercot | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | main/skalibs: upgrade to 2.7.0.0 | Laurent Bercot | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | community/duo_unix: upgrade to 1.10.4 | Paul Morgan | 2018-09-03 | 2 | -18/+3 | |
| | | | | Upstream now includes the patch for libressl 2.7. | |||||
* | community/docker: upgrade to 18.06.1, added openrc sub-package | Bernhard J. M. Gruen | 2018-09-03 | 1 | -13/+14 | |
| | | | | | | | This change to APKBUILD for runc also fixes a warning that gets logged every 30 seconds while running dockerd: failed to retrieve docker-runc version: unknown output format: runc version spec: 1.0.0\n Reason: the way it was built before was partially wrong | |||||
* | community/glances: upgrade to 3.0 | Fabian Affolter | 2018-09-03 | 1 | -7/+7 | |
| | ||||||
* | main/py-sphinx: upgrade to 1.7.8 | Fabian Affolter | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | main/nsd: upgrade to 4.1.24 | Natanael Copa | 2018-09-03 | 1 | -2/+2 | |
| | ||||||
* | testing/qt5-qtwebengine: rebuild against libprotobuf.so.17 | prspkt | 2018-09-03 | 1 | -1/+1 | |
| | ||||||
* | testing/ostinato: rebuild against libprotobuf.so.17 | prspkt | 2018-09-03 | 1 | -3/+3 | |
| | | | | Clarify license |