aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/glu: upgrade to 9.0.1Leo2019-07-251-12/+4
|
* main/mesa: enable etnaviv and tegra supportBart Ribbers2019-07-241-2/+10
| | | Closes GH-9287
* main/perl-mail-clamav: update url, license, install in vendor dir onlyLeonardo Arena2019-07-241-4/+4
| | | | Fixes #9342
* main/postgresql-bdr: solve conflict with postgresql mainlineLeonardo Arena2019-07-241-10/+20
| | | | | | Don't attempt to allow coexisting mixed mainline/bdr client/server versions Fixes #10483
* main/busybox: Removed superseded microcom patchMarian Buschsieweke2019-07-242-30/+0
| | | | | | The incorrect shell parameter parsing of microcom has been fixed upstream (slightly different to the patch of Alpine). Therefore, there is no need to still patch it.
* main/axel: upgrade to 2.17.5Leo2019-07-241-2/+2
|
* main/libtasn1: upgrade to 4.14Leo2019-07-242-62/+8
| | | | | | - CVE-2018-1000654 Fixes #10517
* main/busybox: enable -R for udhcpc by defaultSören Tempel2019-07-242-2/+2
| | | | | | | While working on the upgrade to busybox 1.31.0 I noticed that the default busybox configuration files in `configs/` enable -R by default while we don't. Since the option seems useful I decided to enable it our busybox version as well.
* main/busybox: upgrade to 1.31.0Sören Tempel2019-07-247-144/+68
| | | | | | | | | | | Notable changes: * udhcpc: upstream prefers -b over -n now. Since we set -b instead of -n by default this is not desired as it would not allow users to overwrite the -b without recompiling busybox. I therefore reverted the upstream commit introducing this change [0]. [0]: https://git.busybox.net/busybox/commit/?id=87e216294af9eec39c0c1d553555f8a98c15db38
* main/parallel: upgrade to 20190722Leo2019-07-241-2/+2
|
* main/libdrm: switch to meson and enable tegra & etnavivLuca Weiss2019-07-231-20/+15
| | | Closes GH-9319
* main/patch: fix CVE-2019-13636Leo2019-07-232-2/+115
| | | | fixes #10688
* main/feh: upgrade to 3.2.1Leo2019-07-231-2/+2
|
* main/perl-db: upgrade to 0.63Leonardo Arena2019-07-231-14/+19
| | | | Modernize APKBUILD, add check()
* main/perl-scope-upper: upgrade to 0.32Leonardo Arena2019-07-231-12/+12
| | | | Modernize APKBUILD, add check()
* main/py3-elftools: remove python3-dev from makedependsSören Tempel2019-07-231-5/+0
| | | | | | | This has noarch=noarch so it doesn't need python development headers. While at it also perform some minor stylistic cleanups. No pkgrel bump since a rebuild is not necessary.
* main/mkinitfs: fix build with musl-1.1.23Natanael Copa2019-07-232-2/+29
|
* main/postgresql: create postgres accountSören Tempel2019-07-232-2/+12
| | | | | | | | | | | | | | | | | This change was made due to complains that /etc/passwd contains system accounts with login shells, postgres being one of them [0]. Setting the shell of the postgres account to /sbin/nologin was not deemed feasible as the official document suggests login in as the postgres user via su(1) [1]. Other Linux distribution (Debian, Gentoo, Arch) also create the account with a shell. Not creating the postgres account by default (via alpine-baselayout) and instead creating it on demand from the package was deemed a reasonable compromise. [0]: https://gitlab.alpinelinux.org/alpine/aports/issues/10579 [1]: https://wiki.postgresql.org/wiki/First_steps
* main/alpine-baselayout: remove postgres accountSören Tempel2019-07-233-5/+3
| | | | Fixes #10579
* main/linux-rpi: upgrade to 4.19.60Natanael Copa2019-07-231-3/+3
|
* main/zfs-vanilla: rebuild against kernel 4.19.60-r0Natanael Copa2019-07-231-1/+1
|
* main/xtables-addons-vanilla: rebuild against kernel 4.19.60-r0Natanael Copa2019-07-231-1/+1
|
* main/drbd-vanilla: rebuild against kernel 4.19.60-r0Natanael Copa2019-07-231-1/+1
|
* main/devicemaster-linux-vanilla: rebuild against kernel 4.19.60-r0Natanael Copa2019-07-231-1/+1
|
* main/dahdi-linux-vanilla: rebuild against kernel 4.19.60-r0Natanael Copa2019-07-231-1/+1
|
* main/linux-vanilla: upgrade to 4.19.60Natanael Copa2019-07-231-2/+2
|
* main/xen: rebuild against nettle-3.5Natanael Copa2019-07-221-1/+1
|
* main/rtmpdump: rebuild against nettle-3.5Natanael Copa2019-07-221-1/+1
|
* main/qemu: rebuild against nettle-3.5Natanael Copa2019-07-221-1/+1
|
* main/sdl2: fix directfb cflags in .pcNatanael Copa2019-07-222-3/+17
| | | | | | | | | | | | | | | | make sure the directfb CFLAGS are included in the .pc. This fixes the following compiler error: /usr/include/SDL2/SDL_syswm.h:77:10: fatal error: directfb.h: No such file or directory #include <directfb.h> ^~~~~~~~~~~~ We don't add the directfb pkg-config file as a dependency because directfb will not be directly linked to sdl, instead sdl will dlopen it. We do need the headers though, so we simply add the directfb CFLAGS. This is also what the autotools configure script does.
* main/freeradius-client: rebuild against nettle-3.5Natanael Copa2019-07-221-1/+1
|
* main/dnsmasq: rebuild against nettle-3.5Natanael Copa2019-07-222-1/+45
|
* main/aria2: rebuild against nettle-3.5Natanael Copa2019-07-221-1/+1
|
* main/gnutls: rebuild against nettle-3.5Natanael Copa2019-07-221-1/+1
|
* main/nettle: upgrade to 3.5.1J0WI2019-07-222-30/+7
|
* main/git: add missing perl-git dependency to perl-git-svnLeo2019-07-221-4/+2
|
* main/popt: pull source from debian for nowSören Tempel2019-07-221-1/+1
| | | | | | | | rpm5.org doesn't resolve currently. Tarball checksum didn't change so rebuild is not necessary. Fixes #10608
* main/dmvpn: upgrade to 1.1.0Kaarle Ritvanen2019-07-221-2/+2
|
* main/libuv: upgrade to 1.30.1Oleg Titov2019-07-221-2/+2
| | | | - https://github.com/libuv/libuv/releases 1.30.1
* main/libcdio-paranoia: rebuild against libcdio-2.1Natanael Copa2019-07-221-1/+1
|
* main/cdw: rebuild against libcdio-2.1Natanael Copa2019-07-221-1/+1
|
* main/libcdio: upgrade to 2.1.0prspkt2019-07-222-28/+4
| | | | * Clarify license, remove unused patch
* main/vala: upgrade to 0.44.6Rasmus Thomsen2019-07-221-15/+3
| | | | * Enable now working test
* main/openldap: add -openrc packageLeo2019-07-221-2/+3
|
* main/py-roman: upgrade to 3.2prspkt2019-07-221-5/+10
| | | | * Clarify license and run test suite.
* main/py-irc: purgeNatanael Copa2019-07-221-50/+0
| | | | due to missing py-hgtools
* main/py-hgtools: removeprspkt2019-07-221-25/+0
| | | | * hgtools is defunct and has been superseded by setuptools_scm.
* main/poppler: fix path for JPEG2000Stream.ccprspkt2019-07-221-3/+0
|
* main/openjpeg: fix path for cmakeprspkt2019-07-222-5/+17
|
* main/mc: upgrade to 4.8.23prspkt2019-07-221-2/+2
|