aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/awall: upgrade to 1.4.0Kaarle Ritvanen2017-01-251-4/+4
|
* main/perl-data-guid: upgrade to 0.049Leonardo Arena2017-01-251-4/+4
|
* main/cups: fix default config to work without GSSAPI support - fixes #6706Leonardo Arena2017-01-252-4/+34
|
* main/mkinitfs: fix decrypt of apkovlNatanael Copa2017-01-252-4/+35
| | | | ref #6689
* main/perl-variable-magic: upgrade to 0.61Francesco Colista2017-01-251-4/+4
|
* main/strace: fix pt_regs collision on ppc64leGustavo Romero2017-01-252-5/+23
| | | | | | | | | strace build requires <linux/ptrace.h> and it includes <asm/ptrace.h> that, by its turn, defines the pt_regs struct. However the same struct is also define in <bits/user.h> from musl-dev, creating therefore a conflict. A simple solution is to add the __ASSEMBLY__ guard so pt_regs struct from <asm/ptrace.h> is not include twice, avoiding the collision in question.
* main/py-sphinx: upgrade to 1.5.2Fabian Affolter2017-01-251-5/+5
|
* main/aria2: upgrade to 1.31.0Łukasz Jendrysik2017-01-251-11/+8
|
* main/screen: upgrade to 4.5.0André Klitzing2017-01-252-59/+5
|
* main/ansible: upgrade to 2.2.1.0Fabian Affolter2017-01-251-5/+5
|
* main/libtasn1: upgrade to 4.10André Klitzing2017-01-251-7/+5
|
* main/gcc: more paxmark cleanupWilliam Pitcock2017-01-241-4/+1
|
* Revert "main/gcc: disable all paxmark calls when cross-building"William Pitcock2017-01-241-4/+6
| | | | This reverts commit bae9e2d7c0f9201348d3267596b24a34fa03dc91.
* main/paxctl: *plonk*William Pitcock2017-01-241-30/+0
|
* main/paxmark: checksumsWilliam Pitcock2017-01-241-3/+3
|
* main/paxmark: remove paxctl usageWilliam Pitcock2017-01-242-11/+3
|
* main/gcc: disable all paxmark calls when cross-buildingWilliam Pitcock2017-01-241-6/+4
|
* main/gcc: do not paxmark if cross-buildingWilliam Pitcock2017-01-241-1/+4
| | | | paxctl rejects the binaries as invalid ELF images, because they aren't built for the system architecture
* main/bind: dont create homedir for bind userNatanael Copa2017-01-242-2/+2
| | | | | We dont want copy the content of /etc/skel to /etc/bind ref #6725
* main/gcc: powerpc: fix up rs6000 spec files (ref #3596)William Pitcock2017-01-242-3/+67
| | | | | | The rs6000 spec files do not use gnu-user.h's definitions and therefore were not default-pie aware. To fix it for now, we simply override the linux spec definitions with the relevant ones from gnu-user.h. Thanks to fabled for helping debug!
* main/alpine-conf: fix for busybox 1.26 and newerNatanael Copa2017-01-242-5/+38
| | | | | | wget -s was removed in busybox-1.26, so use wget --spider instead. fixes #6683
* main/busybox: enable long opts for wgetNatanael Copa2017-01-242-5/+5
| | | | ref #6683
* main/python2-tkinter: fix conflicts with python2 - fixes #6646Leonardo Arena2017-01-241-1/+3
|
* main/py2-pip: install when called py-pip - fixes #6627Leonardo Arena2017-01-241-2/+2
|
* main/curl: cherry-pick upstream fix for blocking ssl handshake handlingTimo Teräs2017-01-242-5/+48
|
* main/openvpn-auth-ldap: rebuild against openvpn 2.4Natanael Copa2017-01-241-1/+1
|
* main/openrc: fix hwdrivers to load fbcon on /dev/fb0Natanael Copa2017-01-242-6/+6
| | | | | | | Instead of checking for fb module we check for /dev/fb0 since we now compile fb directly into the kernel instead of module. We also allow blacklisting it by using `modprobe -b`
* main/perl-test-harness: fixes in apkbuildValery Kartel2017-01-241-2/+8
| | | | | | - add depends= in utils subpackage - fix replaces= in utils subpackage - move *.pod files to doc subpackage
* main/perl-encode: fix replaces= in utils subpackageValery Kartel2017-01-241-2/+2
|
* main/perl: move 'prove' script from -dev to -utilsValery Kartel2017-01-241-3/+3
|
* main/eudev: load fbcon when graphics subsystem is loadedTimo Teräs2017-01-242-1/+15
| | | | | | | | If this does not work, you probably have not setup udev-trigger init.d service to run. Use 'setup-udev' script to fix this. ref #6490 ref #6723
* main/mariadb: security upgrade to 10.1.21 - fixes #6717Sergey Lukin2017-01-241-8/+23
| | | | | | | | | | | | | | CVE-2016-6664 CVE-2017-3238 CVE-2017-3243 CVE-2017-3244 CVE-2017-3257 CVE-2017-3258 CVE-2017-3265 CVE-2017-3291 CVE-2017-3312 CVE-2017-3317 CVE-2017-3318
* main/perl-*: fix -doc, apkbuild cleanupsValery Kartel2017-01-2411-69/+120
| | | | | | | | | | | | | | perl-carp perl-digest-md5 perl-exporter perl-getopt-long perl-io perl-mime-base64 perl-pathtools (+ add description) perl-scalar-list-utils perl-socket perl-test-harness (+ move script to -utils subpackage) perl-test-simple
* main/perl-encode: upgrade to 2.88Valery Kartel2017-01-241-15/+38
| | | | | | | - fix doc - move *.pod to -doc - rename -piconv subpackage to -utils (because there are several utils) - move development script and data to -dev
* main/quagga: upgrade to 1.1.1, one CVEWilliam Johansson2017-01-241-4/+8
| | | | | | Fixes CVE-2017-5495. [TT: Added secfixes annotation]
* main/linux-headers: add ppc arch supportWilliam Pitcock2017-01-241-1/+2
|
* main/gcc: powerpc: everyone is wrong, the real answer is ↵William Pitcock2017-01-241-1/+1
| | | | --enable-decimal-float=no
* main/musl: add ppc definitionWilliam Pitcock2017-01-241-0/+1
|
* main/gcc: add triplet for powerpcWilliam Pitcock2017-01-241-0/+1
|
* main/linux-vanilla: add powerpc (32-bit) default configWilliam Pitcock2017-01-242-0/+3381
|
* main/abuild: add ppc/ppc64 triplet definitionsWilliam Pitcock2017-01-242-4/+41
|
* main/monkeysphere: update to 0.41William Pitcock2017-01-231-4/+7
|
* main/libbsd: libbsd-dev should unconditionally depend on bsd-compat-headers ↵William Pitcock2017-01-231-2/+3
| | | | to make overlay work
* main/vblade: update to 23William Pitcock2017-01-231-7/+7
|
* main/fftw: update to 3.3.6p1William Pitcock2017-01-231-6/+7
|
* main/pkgconf: run tests again when not bootstrappingWilliam Pitcock2017-01-231-4/+7
|
* main/kyua: fix parallel make installWilliam Pitcock2017-01-231-1/+1
|
* main/kyua: new package (test runner for pkgconf)William Pitcock2017-01-231-0/+36
|
* main/lutok: fix install on aarch64 which has too many coresWilliam Pitcock2017-01-231-1/+1
|
* main/lutok: new package (for pkgconf testsuite)William Pitcock2017-01-231-0/+44
|