aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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/gitea: upgrade to 1.1.1Carlo Landmeter2017-05-101-3/+3
|
* testing/perl-number-format: upgrade to 1.75Francesco Colista2017-05-101-10/+8
|
* community/postfixadmin: add robots.txt, disable check()Leonardo Arena2017-05-101-4/+4
|
* community/postfixadmin: moved from mainLeonardo Arena2017-05-101-0/+0
|
* main/pkgconf: upgrade to 1.3.6William Pitcock2017-05-101-2/+2
|
* testing/wireguard-vanilla: rebuild against kernel 4.9.26-r1Natanael Copa2017-05-091-1/+1
|
* 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
* testing/easypki: Do not build on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | Easypki depends on glide that is still not available on ppc64le yet. Disabling this package until we have glide available on ppc64le.
* 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
|
* testing/captagent: Fix build on ppc64leBreno Leitao2017-05-092-6/+32
| | | | | | | This package fails to build due to unexisting PATH_MAX macro. Fixing it with the patch I sent upstream: https://github.com/sipcapture/captagent/pull/134
* testing/micro: Does not build on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | testing/micro depends on glide that is still not ported to ppc64le, thus, disabling this package until we have glide ported for ppc64le.
* testing/obs-studio: Do not build on ppc64leBreno Leitao2017-05-091-3/+3
| | | | | | | This package is heavily dependent on SSE and MMX instructions, thus, it is not platform independent. I am also removing two trailing space on APKBUILD script.
* testing/dvdbackup: Update config.guessBreno Leitao2017-05-091-0/+6
| | | | | | | Update config.guess before building, otherwise this package fails on ppc64le due to the following bug: checking build system type... build-aux/config.guess: unable to guess system type
* testing/influxdb: Do not build on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | influxdb depends on community/glide, that is not built for ppc64le. Disabling this package until we have glide on ppc64le.
* testing/qperf: Fix dependency chainBreno Leitao2017-05-091-1/+1
| | | | | | | | | | | | | | | | | | | | | qperf fails to build on both x86-64 and ppc64le due to lack of dependency. qperf depends on /usr/share/perl5/core_perl/pods/perldiag.pod file, and if it does not exist (as on a clean env), it shows: couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkhelp at /usr/share/perl5/core_perl/diagnostics.pm line 259, <POD_DIAG> line 704. Compilation failed in require at ./mkhelp line 5. BEGIN failed--compilation aborted at ./mkhelp line 5. make[1]: *** [Makefile:475: help.c] Error 2 make[1]: *** Waiting for unfinished jobs.... couldn't find diagnostic data in /usr/share/perl5/core_perl/pods/perldiag.pod /usr/local/lib/perl5/site_perl /usr/local/share/perl5/site_perl /usr/lib/perl5/vendor_perl /usr/share/perl5/vendor_perl /usr/lib/perl5/core_perl /usr/share/perl5/core_perl . ./mkman at /usr/share/perl5/core_perl/diagnostics.pm line 259, <POD_DIAG> line 704. Compilation failed in require at ./mkman line 6. BEGIN failed--compilation aborted at ./mkman line 6. make[1]: *** [Makefile:471: qperf.1] Error 2 This file is provided by perl-dev on Alpine, thus, adding it to $makedepends
* community/binaryen: upgrade to 1.37.12Jakub Jirutka2017-05-091-2/+2
|
* testing/steghide: Disabling on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | | | | | | | | | | Package failing to build on ppc64le on the autoreconf phase. This is the log: Makefile.am: error: required file './NEWS' not found Makefile.am: error: required file './AUTHORS' not found Makefile.am: error: required file './ChangeLog' not found automake: warning: autoconf input should be named 'configure.ac', not 'configure.in' parallel-tests: installing './test-driver' autoreconf: automake failed with exit status: 1 Disabling this package on ppc64le for now.
* testing/crda: Fix build dependencyBreno Leitao2017-05-091-1/+1
| | | | | | | | | | crda depends on python but does not have the dependency clearly required. Causing the following error: env: can't execute 'python': No such file or directory make: *** [Makefile:115: keys-gcrypt.c] Error 127 Fixing the dependency chain.
* testing/qt-creator: Disable build on ppc64leBreno Leitao2017-05-091-1/+1
| | | | | | | | | | qt-creator currently fails to build on ppc64le due to several errors like: language/language.cpp:242:12: error: the compiler can assume that the address of 'a' will always evaluate to 'true' [-Werror=address] if (!!&a != !!&b) Since this is more a desktop package, skipping it on ppc64le for now.
* testing/easypki: new aportCarlo Landmeter2017-05-094-0/+91
|
* testing/texlive: Do not build luajittex on ppc64leBreno Leitao2017-05-091-0/+5
| | | | | | | | | | Currently texlive does not build on ppc64le due to building an embedded luajit from inside the texlive package. This luajit source does not contain ppc64le bits, thus, it FTBFS. Ideally, we would like to use system lua and luajit, but, the luajit build is instrinsics to current texlive building process. In this case, I am just removing luajittex on ppc64le.
* main/py-django-tables2: upgrade to 1.6.1Kaarle Ritvanen2017-05-091-2/+2
|
* community/zabbix: upgrade to 3.2.6Leonardo Arena2017-05-091-3/+3
|
* testing/td-agent-bit: Fix build on ppc64leBreno Leitao2017-05-082-1/+51
| | | | | | | | There was a regression td-agent-bit that broke a function on ppc64le. This patch fixes it. This patch was also sent uptream, as: https://github.com/fluent/fluent-bit/pull/253
* main/v4l-utils: upgrade to 1.12.4Francesco Colista2017-05-081-3/+3
|
* main/py-libvirt: upgrade to 3.3.0Francesco Colista2017-05-081-2/+2
|
* main/libvirt: upgrade to 3.3.0Francesco Colista2017-05-081-3/+3
|
* community/nextcloud: add logrotate supportLeonardo Arena2017-05-082-2/+11
|
* main/perl-net-dns: upgrade to 1.10Leonardo Arena2017-05-081-2/+2
|
* testing/gpg-remailer: add missing dependenciesShiz2017-05-061-1/+2
|
* testing/mailutils: new aportShiz2017-05-062-0/+93
| | | | | https://mailutils.org/ GNU swiss army knife of electronic mail handling
* main/iputils: fix initialization of cmsgNatanael Copa2017-05-062-22/+22
| | | | fixes ping on s390x
* community/tinc-pre: fix init and move to communityCarlo Landmeter2017-05-065-11/+6
|
* testing/gpg-remailer: new aportShiz2017-05-062-0/+66
| | | | | https://fbb-git.github.io/gpg-remailer/ decrypt messages and re-encrypt them to a well-defined group
* testing/bobcat: new aportShiz2017-05-065-0/+165
| | | | | | https://fbb-git.github.io/bobcat/ library of C++ classes and templates handling child processes, streams/sockets, shared memory, config files, etc.
* testing/yodl: new aportShiz2017-05-061-0/+40
| | | | | https://fbb-git.github.io/yodl/ a pre-document language and tools to process it
* testing/icmake: new aportShiz2017-05-061-0/+40
| | | | | https://fbb-git.github.io/icmake/ a make utility using a C-like grammar
* community/zstd: move from testing and claim maintainershipAndré Klitzing2017-05-061-1/+1
|
* main/nano: upgrade to 2.8.2André Klitzing2017-05-061-2/+2
|
* main/debootstrap: upgrade to 1.0.90André Klitzing2017-05-061-3/+3
|
* main/libmicrohttpd: upgrade to 0.9.54André Klitzing2017-05-061-2/+2
|
* main/lzip: upgrade to 1.19André Klitzing2017-05-061-4/+2
|