aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/rpcbind: remove unused patchNatanael Copa2017-07-141-388/+0
|
* main/rpcbind: upgrade to 0.2.4Natanael Copa2017-07-144-13/+356
|
* main/py-django: add py3 subpackageAleksey Mikhaylov2017-07-141-6/+36
|
* main/libsodium: update to 1.0.13Stuart Cardall2017-07-141-7/+6
| | | | https://github.com/jedisct1/libsodium/blob/master/ChangeLog
* main/lua-struct: modernize APKBUILDtmpfile2017-07-141-26/+8
|
* main/libarchive: upgrade to 3.3.2André Klitzing2017-07-142-33/+7
| | | | | * Remove merged patch * Modernize abuild
* main/openssh: bump pkgrelNatanael Copa2017-07-141-1/+1
|
* main/flashrom: enable linux_spi supportTimo Teräs2017-07-141-2/+2
| | | | depend on the kernel headers required for this feature
* main/gcc: fix cross-compiler buildTimo Teräs2017-07-141-3/+4
|
* main/openssh: do not crossbuild pam flavorTimo Teräs2017-07-141-1/+1
|
* main/nodejs: build with shared c-aresNatanael Copa2017-07-141-2/+3
|
* main/nginx: update http-nchan module to 1.1.7Jakub Jirutka2017-07-143-2/+1256
|
* main/nginx: upgrade to 1.12.1 (security fix)Jakub Jirutka2017-07-141-3/+8
| | | | | Fixes: http://bugs.alpinelinux.org/issues/7518 See also: http://mailman.nginx.org/pipermail/nginx-announce/2017/000200.html
* main/libunwind: reinstate x86 restrictionsWilliam Pitcock2017-07-131-2/+2
|
* main/libunwind: remove -fno-stack-protector-allWilliam Pitcock2017-07-131-1/+1
|
* main/libunwind: disable stack protector since libc is not linked inWilliam Pitcock2017-07-131-1/+1
|
* main/libunwind: remove x86 restriction so i can collect a build logWilliam Pitcock2017-07-131-1/+1
|
* main/zfs-vanilla: rebuild against kernel 4.9.37-r0Natanael Copa2017-07-131-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.37-r0Natanael Copa2017-07-131-1/+1
|
* main/linux-vanilla: upgrade to 4.9.37Natanael Copa2017-07-131-2/+2
|
* main/zfs-hardened: rebuild against kernel 4.9.37-r0Natanael Copa2017-07-131-1/+1
|
* main/xtables-addons-hardened: rebuild against kernel 4.9.37-r0Natanael Copa2017-07-131-1/+1
|
* main/spl-hardened: rebuild against kernel 4.9.37-r0Natanael Copa2017-07-131-1/+1
|
* main/drbd9-hardened: rebuild against kernel 4.9.37-r0Natanael Copa2017-07-131-2/+2
|
* main/devicemaster-linux-hardened: rebuild against kernel 4.9.37-r0Natanael Copa2017-07-131-1/+1
|
* main/dahdi-linux-hardened: rebuild against kernel 4.9.37-r0Natanael Copa2017-07-131-1/+1
|
* main/linux-hardened: upgrade to 4.9.37Natanael Copa2017-07-132-3/+226436
|
* main/gcc: update to 6.4.0Timo Teräs2017-07-134-83/+22
| | | | | - remove patches merged upstream - remove aarch64 workaround needed for PR77455 that is now fixed
* main/drbd9-hardened: upgrade to 9.0.8Roland Kammerer2017-07-121-3/+3
| | | | | - New upstream release - Includes compat code including linux 4.12
* main/freetype: enable pcf long family namesCarlo Landmeter2017-07-122-1/+29
|
* main/nodejs: upgrade to 6.11.1Yamagishi Kazutoshi2017-07-121-2/+2
|
* main/mosquitto: upgrade to 1.4.14Fabian Affolter2017-07-121-2/+2
|
* main/libressl: upgrade to 2.5.5Ole-Martin Bratteng2017-07-121-2/+2
|
* main/asterisk: upgrade to 14.6.0Timo Teräs2017-07-122-42/+42
|
* rename: main/perl-yaml-xs -> main/perl-yaml-libyamlValery Kartel2017-07-121-2/+3
|
* main/perl-yaml-xs: upgrade to 0.65, modernize abuildValery Kartel2017-07-121-17/+24
|
* main/mpg123: upgrade to 1.25.2, modernize APKBUILD, added check()Francesco Colista2017-07-121-9/+14
|
* main/sfic: took maintainership since is mandatory in main, added check()Francesco Colista2017-07-121-3/+8
|
* main/sfic: modernize APKBUILDtmpfile2017-07-121-28/+15
|
* main/ldb: enable on aarch64Timo Teräs2017-07-121-1/+1
|
* main/cmocka: fix wordsize detection universally on musl, enable aarch64Timo Teräs2017-07-123-17/+25
|
* main/strace: upgrade to 4.18tmpfile2017-07-122-121/+10
|
* main/byacc: upgrade to 20170709tmpfile2017-07-121-11/+7
|
* main/fontconfig: upgrade to 2.12.4tmpfile2017-07-121-8/+6
|
* main/openssl: upgrade to 1.0.2l, modernize aportTimo Teräs2017-07-121-31/+6
|
* community/perl-cgi-emulate-psgi: upgrade to 0.23, modernize aportTimo Teräs2017-07-121-15/+24
|
* main/perl-exception-class: upgrade to 1.43, modernize aportTimo Teräs2017-07-121-16/+23
|
* main/linux-firmware: update firmware for rpi3 wifiCarlo Landmeter2017-07-111-11/+19
|
* main/alsa-lib: avoid using wordexpNatanael Copa2017-07-112-6/+133
| | | | | | | | | | wordexp implementation will execute /bin/sh (as suggested in posix). This breaks firefox sandbox. We also need to expand ~/ so that alsa uses ~/.asoundrc so we cannot just trick the configurescript to think that we dont have wordexp since the fallback code would not expand anything at all. ref #7454
* main/lua-aports: backport support for checkdependsNatanael Copa2017-07-112-10/+68
|