aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/openldap: add secfixes for 2.4.46-r0Jakub Jirutka2018-05-131-0/+3
|
* main/openvpn: fix backward compatibility of init scriptJakub Jirutka2018-05-133-47/+58
| | | | | | | | | | | | | This fixes problem introduced in commit 4a66978dd949d571fdd984d800b3121c3a1a297f. When user upgrades openvpn package, but (s)he has never modified /etc/conf.d/openvpn file, apk automatically updates it and so sets openvpn to the client mode. I forgot to this case and wrongly assumed that existing config is always preserved. BTW, the previoud change was based on https://github.com/OpenRC/openrc/blob/master/support/init.d.examples/openvpn.in. Ref #8875 (https://bugs.alpinelinux.org/issues/8875)
* */linux-hardened: remove unsupported kernel and 3rd party modulesNatanael Copa2018-05-1329-34063/+0
| | | | | we no longer support the linux-hardened kernel so we remove it and all the 3rdparty kernel modules.
* main/perl-html-scrubber: upgrade to 0.17Natanael Copa2018-05-111-16/+8
|
* main/gummiboot: disable aarch64Natanael Copa2018-05-111-1/+1
| | | | never got it working and we got grub working
* main/perl-yaml-libyaml: upgrade to 0.69Natanael Copa2018-05-111-3/+3
|
* main/yaboot: removeWilliam Pitcock2018-05-101-40/+0
| | | | | | | | Neither the Adelie PPC team or the IBM PPC team have any interest in using yaboot to boot on PPC/PPC64/PPC64LE machines, and there's no point keeping this around since it's broken anyway. On those ports, we always use grub2.
* main/python2: upgrade to 2.7.15Jakub Jirutka2018-05-102-89/+4
|
* main/py2-pip: upgrade to 10.0.1Jakub Jirutka2018-05-101-4/+4
|
* main/mesa: fix missing split function for -dri-vc4 subpkgJakub Jirutka2018-05-101-1/+1
|
* main/mesa: fix typoNatanael Copa2018-05-101-1/+1
|
* main/ntop: build fix for ppc64leNatanael Copa2018-05-091-3/+4
|
* main/gtk+3.0: build fixNatanael Copa2018-05-091-0/+1
| | | | we need wayland-scanner which is provided by wayland-dev
* main/libva: check that version corresponds with libva-glxNatanael Copa2018-05-091-0/+7
|
* main/libva-glx: new package to solve circular dep with mesaNatanael Copa2018-05-091-0/+63
|
* main/libva: build libva without glx to prevent circular depNatanael Copa2018-05-091-2/+3
|
* Revert "main/mesa: build fix: remove libva-dev dependency"Natanael Copa2018-05-091-1/+1
| | | | This reverts commit a3c4a8231132752282df46c181eb1144158c3c11.
* main/mesa: build fix: remove libva-dev dependencyNatanael Copa2018-05-091-1/+1
| | | | libva depends on mesa so we remove libva to avoid circular dependency
* main/mesa: split vc4 dri driver to subpackageNatanael Copa2018-05-091-0/+4
|
* main/mesa: Upgrade to 18.0.2Taner Tas2018-05-091-2/+2
|
* main/mesa: Removed wayland stuffTaner Tas2018-05-093-26/+15
| | | | | | in accordance with commit 4f8b36b3d0a8bf9034f433465a276b5658292b76 * musl related patches combined in one file.
* main/mesa: Upgrade to 18.0.1Taner Tas2018-05-092-38/+56
| | | | | | | | | | | | | | * Clarify license * Fix typo related with enabling vulkan drivers * Add subpackages for ati and intel vulkan drivers * Enable vc4 on aarch64 * Enable vaapi drivers, include them into corresponding mesa-dri packages * Re-arrange configure options for easy reading * --disable-asm and --enable_glx_rts options enabled on x86 only. * x86 build fails during packaging if asm enabled (TEXTREL) * since mesa has its own method to detect cross-compile environment, asm should not be disabled globally. * Remove -j1 from package() * Modernize APKBUILD
* main/perl-mail-dkim: fix perl-yaml-libyaml dependencyNatanael Copa2018-05-091-2/+2
| | | | | | perl-yaml-xs was renamed to perl-yaml-libyaml in commit f5d37694d5b94bf203bdb131c181d19f50f33872. Adjust depends accordingly.
* main/ckbcomp: upgrade to 1.184Natanael Copa2018-05-091-2/+2
|
* main/wayland: work around debugger detection in waylandNatanael Copa2018-05-092-3/+19
| | | | | | testsuite tries to detect if a debugger is attached. the detector will give alse positive on grsec kernels. Add an environment variable to force work around it.
* main/gnutls: upgrade to 3.6.2Natanael Copa2018-05-091-3/+3
|
* main/perl-io-async: upgrade to 0.72Roberto Oliveira2018-05-091-4/+2
| | | | Version 0.69 is not available anymore
* main/uvncrepeater: update broken source locationMike Sullivan2018-05-091-8/+2
|
* main/perl-tree-dag_node: Upgrade to version 1.31Mike Sullivan2018-05-091-4/+2
|
* main/perl-list-someutils: Upgrade to version 0.55Mike Sullivan2018-05-091-4/+2
|
* main/perl-mail-clamav: modernizeNatanael Copa2018-05-091-12/+8
|
* main/perl-mail-clamav: fix version comparison that causes build break in ↵Mike Sullivan2018-05-092-3/+37
| | | | Makefile.PL
* main/perl-test2-suite: upgrade to 0.000114Natanael Copa2018-05-091-3/+4
|
* main/mesa: rebuild after libwayland updateOliver Smith2018-05-091-1/+1
|
* main/wget: don't run fuzz tests, they are brokenJakub Jirutka2018-05-081-1/+4
| | | | | | | | | | | | There are many errors like this one: wget_options_fuzzer.c: In function 'LLVMFuzzerTestOneInput': wget_options_fuzzer.c:87:9: error: assignment of read-only variable 'stderr' stderr = fopen("/dev/null", "w"); ^ wget_options_fuzzer.c:98:9: error: assignment of read-only variable 'stderr' stderr = bak; ^
* main/wget: download source from https:// instead of ftp://Jakub Jirutka2018-05-081-1/+1
|
* main/wget: security upgrade to 1.19.5Andy Postnikov2018-05-081-3/+5
|
* main/wayland: fix replacesNatanael Copa2018-05-081-0/+3
|
* main/wayland: upgrade to 1.15.0Valery Kartel2018-05-081-6/+7
| | | | | | - new library: wayland-egl - enable tests - fix libs subpackages depends
* main/lua-mqtt-publish: upgrade to 0.2Natanael Copa2018-05-081-4/+2
|
* main/mutt: upgrade to 1.9.5prspkt2018-05-081-3/+3
|
* main/py-certify: clarify license, improve abuildprspkt2018-05-081-6/+4
|
* main/py-certify: upgrade to 2018.4.16prspkt2018-05-081-3/+3
|
* main/cjdns: upgrade to 20.2kpcyrd2018-05-081-10/+11
|
* main/aports-build: upload to dl-master.alpinelinux.orgNatanael Copa2018-05-082-3/+3
|
* main/ttf-ubuntu-font-family: Fix broken Ubuntu font URLazarus2018-05-081-8/+2
| | | | Also, while here, modernize checksums
* main/perl-posix-strftime-compiler: upgrade to 0.42TBK2018-05-082-21/+1
|
* main/perl-posix-strftime-compiler: modernizeTBK2018-05-081-23/+17
|
* main/nfdump: improved APKBUILD, added depedency for docFrancesco Colista2018-05-081-6/+4
|
* main/nfdump: clarify license, improve abuildprspkt2018-05-081-16/+13
|