aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
* main/libsoup: upgrade to 2.58.1André Klitzing2017-05-131-2/+2
|
* main/gnutls: upgrade to 3.5.12André Klitzing2017-05-131-2/+2
|
* main/nodejs: add very basic checkJakub Jirutka2017-05-131-1/+13
|
* main/nodejs: upgrade to 6.10.3Jakub Jirutka2017-05-131-2/+2
|
* main/libvirt: add lvm2 dependsWilliam Pitcock2017-05-121-1/+1
|
* main/libvirt: work around some configure script brain damageWilliam Pitcock2017-05-121-1/+2
|
* main/libnl: disable tests on s390xNatanael Copa2017-05-121-0/+5
|
* main/util-linux: bump pkgrelNatanael Copa2017-05-121-1/+1
| | | | | pkgrel should have been bumped in commit 5fafd50b76 (main/util-linux: add setpriv as sub-package)
* main/openvpn: security update to 2.4.2Łukasz Jendrysik2017-05-121-3/+3
| | | | | Update due to security audit done by OSTIF and QuarksLab https://ostif.org/the-openvpn-2-4-0-audit-by-ostif-and-quarkslab-results/
* main/uwsgi: fix depends for plugins with requirementsJakub Jirutka2017-05-111-1/+14
|
* main/gnutls: upgrade to 3.5.11André Klitzing2017-05-111-2/+2
|
* main/busybox: disable testsWilliam Pitcock2017-05-111-1/+1
|
* main/screen: enable 256 color supportNatanael Copa2017-05-111-1/+2
|
* main/libnl: clean up APKBUILD and add testsShiz2017-05-111-34/+16
|
* main/linux-hardened: move CONFIG_NR_CPUS to 256, as in linux-vanilla on x86_64William Pitcock2017-05-118-9/+9
|
* main/linux-vanilla: CONFIG_NR_CPUS=32 is not enough these daysWilliam Pitcock2017-05-114-5/+5
|
* main/busybox: add -Z option to syslogd and enable it by defaultShiz2017-05-114-54/+111
|
* main/busybox: clean up APKBUILD and enable testsShiz2017-05-112-24/+90
|
* main/util-linux: add setpriv as sub-packageAssaf Gordon2017-05-111-2/+9
|
* main/luajit: ppc64: fix r12 TOC issue and remove workaroundGustavo Romero2017-05-112-24/+47
|
* main/eudev: trigger events from setup-udevNatanael Copa2017-05-112-2/+5
| | | | we need trigger the events so we dont need to reboot to get xorg working
* main/libinput: upgrade to 1.7.2Daniel Sabogal2017-05-111-2/+2
|
* main/tinyproxy: enable support for reverse proxyRicardo Salveti2017-05-111-1/+2
| | | | | | No external dependency needed, but not enabled by default. Signed-off-by: Ricardo Salveti <rsalveti@rsalveti.net>
* main/awall: use lua5.2 and backport yaml/toml supportNatanael Copa2017-05-102-7/+81
| | | | | we use lua5.2 dependencies. that way we dont pull in more packages than needed.
* main/flex - updated flex to 2.6.4Arch3y2017-05-102-37/+14
| | | | | Added check function and updated to 2.6.4 This will fix build issues with unbound
* main/zfs-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* main/xtables-addons-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* main/spl-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* main/drbd9-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* main/devicemaster-linux-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* main/dahdi-linux-hardened: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-1/+1
|
* main/linux-hardened: upgrade to 4.9.27Natanael Copa2017-05-101-3/+3
|
* main/linux-rpi: upgrade to 4.9.27Natanael Copa2017-05-101-2/+2
|
* main/zfs-vanilla: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-2/+2
|
* main/spl-vanilla: rebuild against kernel 4.9.27-r0Natanael Copa2017-05-101-2/+2
|
* main/linux-vanilla: upgrade to 4.9.27Natanael Copa2017-05-101-3/+3
|
* main/git: upgrade to 2.13.0Pelle Bo Regener2017-05-101-3/+3
|
* main/ghostscript: security fix for CVE-2017-8291Daniel Sabogal2017-05-102-2/+68
|
* main/tiff: improve CVE-2016-10268 patchDaniel Sabogal2017-05-102-20/+2
| | | | Ignore changes made to the ChangeLog
* community/postfixadmin: moved from mainLeonardo Arena2017-05-101-44/+0
|
* main/pkgconf: upgrade to 1.3.6William Pitcock2017-05-101-2/+2
|
* main/zfs-vanilla: rebuild against kernel 4.9.26-r1Natanael Copa2017-05-091-1/+1
|
* main/spl-vanilla: rebuild against kernel 4.9.26-r1Natanael Copa2017-05-091-1/+1
|
* main/linux-vanilla: fix ppc64le configNatanael Copa2017-05-092-212/+265
| | | | | | | - fix netfilter modules config (needed netfilter advanced) - enable CRYPT_PCRYPT (and PADATA) for wireguard - include crtsavres.o in the -dev subpackage http://bugzilla.kernel.org/show_bug.cgi?id=11143
* main/linux-vanilla: Improve netfilter sectionBreno Leitao2017-05-092-1/+43
| | | | | | | | | | Keep CONFIG_NETFILTER Xtables matches similar to x86_64. The main motivation for this change is to enable wireguard-vanilla to be built on ppc64. wireguard-vanilla requires special Xtable configurations, as reported in: https://www.wireguard.io/install/#kernel-requirements
* main/nginx: add new module http-redis2Jakub Jirutka2017-05-091-0/+3
|
* main/nginx: add new module http-lua-upstreamJakub Jirutka2017-05-091-0/+4
|
* main/nginx: add new module http-set-miscJakub Jirutka2017-05-091-8/+12
| | | | This will be needed to run Lua module tests.
* main/nginx: remove archaic charset mapsJakub Jirutka2017-05-091-1/+4
|
* main/py-django-tables2: upgrade to 1.6.1Kaarle Ritvanen2017-05-091-2/+2
|