aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/gdb: fix gdb 7.12.1 build with musl on ppcGustavo Romero2017-04-042-2/+101
| | | | | | | | | | | | | | | | GDB (as other applications) relies on a libc that includes Linux headers by default, like <asm/ptrace.h>. However Musl does not rely on these headers and instead decided to define them also. As a consequence build brakes due to redefinitions. That commit fixes GDB build on ppc by excluding the problematic dependency on Linux headers and also addresses an issue that appeared from GDB 7.11.1 to 7.12.1, when GDB started to be built as a C++ program by default [1, 2], generating mangled and non-mangled objects. [1] https://goo.gl/HYL82h [2] https://sourceware.org/ml/gdb/2016-04/msg00041.html
* main/ssmtp: add ipv6 supportStuart Cardall2017-04-041-20/+5
|
* main/makekit: upgrade to 0.2, modernize APKBUILDFrancesco Colista2017-04-041-24/+13
|
* main/logcheck: upgrade to 1.3.18, modernize APKBUILDFrancesco Colista2017-04-041-1/+6
|
* main/perl-libwww: upgrade to 6.25Leonardo Arena2017-04-041-2/+2
|
* main/ansible: upgrade to 2.2.2.0, modernize APKBUILDSören Tempel2017-04-031-13/+10
|
* main/hdparm: upgrade to 9.51, modernize APKBUILDFrancesco Colista2017-04-031-7/+7
|
* main/iceauth: upgrade to 1.0.7, modernize APKBUILDFrancesco Colista2017-04-031-13/+12
|
* main/curl: upgrade to 7.53.1, modernize APKBUILDFrancesco Colista2017-04-031-0/+5
|
* /main/conky: upgrade to 1.10.4, modernize APKBUILDFrancesco Colista2017-04-031-17/+10
|
* main/lsyncd: upgrade to 2.2.2, modernize APKBUILDFrancesco Colista2017-04-031-29/+7
|
* main/apg: source is unavailable, change to a mirrorBreno Leitao2017-04-031-1/+1
| | | | | | Official apg website is not online, grabbing the package from a mirror temporarily. This patch should be reverted when the address www.adel.nursat.kz is being resolved.
* main/ferm: upgrade to 2.4. Modernize APKBUILDFrancesco Colista2017-04-031-13/+8
|
* main/avahi: fix arning about runscriptNatanael Copa2017-04-032-11/+25
|
* main/hwdata: upgrade to 0.299Natanael Copa2017-04-031-2/+2
|
* main/usbutils: fix path in lsusb.py and modernizeNatanael Copa2017-04-032-11/+22
|
* main/bluetooth: do not use hciconfig at bootNatanael Copa2017-04-032-15/+3
| | | | the hciconfig is a deprecated tool. Don't depend on it.
* main/mini_httpd: fixed logrotate scriptDaniele Coli2017-04-032-13/+3
| | | | Syntax error on postrotate script: missing ";".
* main/sqlite: upgrade to 3.18.0André Klitzing2017-04-031-3/+3
|
* main/geoip$: add check(), modernize APKBUILDLeonardo Arena2017-04-031-9/+9
|
* main/geoip: upgrade to 1.6.10Leonardo Arena2017-04-031-6/+2
|
* main/perl-parse-recdescent: add check(), modernize APKBUILDLeonardo Arena2017-04-031-7/+18
|
* main/perl-parse-recdescent: upgrade to 1.967014Leonardo Arena2017-04-031-4/+2
|
* main/zfs-vanilla: rebuild against kernel 4.9.20-r0Natanael Copa2017-04-031-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.20-r0Natanael Copa2017-04-031-1/+1
|
* main/linux-vanilla: upgrade to 4.9.20Natanael Copa2017-04-031-2/+2
|
* main/zfs-grsec: rebuild against kernel 4.9.20-r0Natanael Copa2017-04-031-1/+1
|
* main/xtables-addons-grsec: rebuild against kernel 4.9.20-r0Natanael Copa2017-04-031-1/+1
|
* main/spl-grsec: rebuild against kernel 4.9.20-r0Natanael Copa2017-04-031-1/+1
|
* main/drbd9-grsec: rebuild against kernel 4.9.20-r0Natanael Copa2017-04-031-1/+1
|
* main/devicemaster-linux-grsec: rebuild against kernel 4.9.20-r0Natanael Copa2017-04-031-1/+1
|
* main/dahdi-linux-grsec: rebuild against kernel 4.9.20-r0Natanael Copa2017-04-031-1/+1
|
* main/linux-grsec: upgrade to 4.9.20Natanael Copa2017-04-031-4/+4
|
* main/bluez: build deprecated toolsNatanael Copa2017-04-031-2/+16
|
* main/perl-sub-identify: upgrade to 0.13, modernize APKBUILDFrancesco Colista2017-04-031-11/+13
|
* main/py-libvirt: upgrade to 3.2.0Francesco Colista2017-04-031-4/+10
|
* main/libvirt: upgrade to 3.2.0Francesco Colista2017-04-031-2/+2
|
* main/mosh: add check functionSören Tempel2017-04-032-15/+45
|
* main/nano: fix regex syntax 'Invalid character class name'Stuart Cardall2017-04-031-1/+2
| | | | | | | | | | | | | | | | | add --with-wordbounds to configure to fix bad regexes: https://lists.gnu.org/archive/html/help-nano/2013-01/msg00001.html See https://savannah.gnu.org/bugs/?50705 TL;DR: seems like a bug in configure which ends up wrongly assuming it needs to use an alternative word-boundary regex syntax [[:<:]] - which the resulting binary doesn't actually support, and so it spawns a lot of errors while trying to load and parse color syntax files. As a workaround until it's resolved upstream, adding --with-wordbounds forces it to use a regex syntax which the binary does support, and color syntax files are now loaded and used correctly and without errors.
* main/less: improve abuildJakub Jirutka2017-04-031-6/+6
|
* main/less: upgrade to 487André Klitzing2017-04-031-5/+3
|
* main/ansible: depend on py-cryptoSören Tempel2017-04-021-2/+2
| | | | Which is needed by ansible-vault.
* main/pkgconf: add a regression fix against gtkmmWilliam Pitcock2017-04-012-3/+46
|
* main/pkgconf: upgrade to 1.3.4William Pitcock2017-04-011-2/+2
|
* main/lua-turbo: luajit is available on ppc64leWilliam Pitcock2017-03-311-1/+1
|
* main/luajit: enable support for ppc64leGustavo Romero2017-03-312-10/+4806
| | | | | | Enable support for ppc64le and change _builddir to builddir so default_prepare can apply the patch by itself.
* main/nano: upgrade to 2.8.0André Klitzing2017-03-311-5/+10
| | | | | * Add check function * Remove charset.alias
* community/qemu: fix build on PPC when musl is used instead of glibcRoberto Oliveira2017-03-312-26/+69
| | | | | Musl on Power does not define regs member as a pt_regs pointer type, so need to use gp_regs member instead.
* main/qemu: remove strip action from APKBUILDRoberto Oliveira2017-03-311-1/+1
| | | | | | APKBUILD was stripping qemu binaries and also a .img file and this was making the build fail. As qemu Makefile already strip the generated binaries, APKBUILD does not need to strip them again, so this patch removes the strip from APKBUILD.
* main/speedtest-cli: upgrade to 1.0.3Francesco Colista2017-03-311-3/+3
|