aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* main/linux-vanilla: upgrade to 4.19.14Natanael Copa2019-01-108-24/+26
|
* main/libvirt: split out -libs to fix circular depsNatanael Copa2019-01-091-3/+2
|
* main/abuild: upgrade to 3.3.0_pre2Natanael Copa2019-01-094-111/+3
|
* main/aports-build: refactor pluginsNatanael Copa2019-01-092-17/+24
| | | | | | | | | plugins was refactored in lua-aports-1.0.0 so configuration and plugin code are separate. Plugins now goes to /usr/share/buildrepo/plugins and config are in /etc/buildrepo/config.lua. This makes it much easier to update the plugin code without manually edit the config on each builder.
* main/lua-aports: upgrade to 1.0.0Natanael Copa2019-01-092-30/+3
|
* main/libjpeg-turbo: fix license informationNatanael Copa2019-01-091-2/+4
| | | | ref #9837
* main/cyrus-sasl: upgrade to 2.1.27 and cleanupCarlo Landmeter2019-01-0910-649/+165
| | | | | | | fails to build with ldap (linker issue) should probably be added/fixed in the future. make sasldb the default auth for saslauthd (we do not support pam).
* main/lmdb: upgrade to 0.9.23J0WI2019-01-091-4/+4
|
* main/xen: add missing CVE refsHenrik Riomar2019-01-091-6/+7
| | | | CVEs now assigned for the latest XSAs
* main/py-flask: bump pkgrel due to maintainer changeNatanael Copa2019-01-081-1/+1
|
* main/py-flask: adoptDrew DeVault2019-01-081-1/+1
|
* main/compiler-rt: disable on armv7 and armhfNatanael Copa2019-01-081-1/+1
|
* main/zstd: move from communitytcely2019-01-082-0/+56
|
* main/py-phonenumbers: upgrade to 8.10.2Kaarle Ritvanen2019-01-081-2/+2
|
* main/s6-networking: rebuild against libbearssl.so.0.6alpine-mips-patches2019-01-081-1/+1
|
* main/bearssl: upgrade to 0.6, honour *FLAGSalpine-mips-patches2019-01-081-7/+10
| | | | | | | Also enable cross-compilation support. Note APKBUILD copies non-development files into /bin and /lib, not sure if it adheres to Alpine policies.
* main/ncurses: upgrade to 6.1_p20190105Natanael Copa2019-01-081-3/+3
|
* main/nsd: upgrade to 4.1.26Natanael Copa2019-01-081-3/+3
|
* main/cairo: security fix (CVE-2018-19876)Leonardo Arena2019-01-082-2/+38
| | | | Fixes #9748
* main/cups$: add secinfoLeonardo Arena2019-01-081-0/+4
|
* main/bacula: make sure that the pidfile can be written by bacula-fdLeonardo Arena2019-01-084-8/+13
| | | | Cosmetic adjustments to the other inits
* main/perl-io-compress: upgrade to 2.084Leonardo Arena2019-01-081-2/+2
|
* main/perl-dbd-sqlite: upgrade to 1.62Leonardo Arena2019-01-081-2/+2
|
* main/perl-compress-raw-bzip2: upgrade to 2.084Leonardo Arena2019-01-081-2/+2
|
* main/perl-compress-raw-zlib: upgrade to 2.084Leonardo Arena2019-01-081-2/+2
|
* main/bacula: upgrade to 9.4.1Leonardo Arena2019-01-081-2/+2
|
* main/py-google-api-python-client: upgrade to 1.7.7Roberto Oliveira2019-01-081-2/+2
|
* main/aports-build: use abuild-apk for upgradeNatanael Copa2019-01-072-3/+3
| | | | use abuild-apk instead of sudo to upgrade system
* main/compiler-rt: upgrade to 5.0.2Natanael Copa2019-01-071-2/+2
|
* main/clang: upgrade to 5.0.2J0WI2019-01-071-4/+4
|
* main/llvm5: upgrade to 5.0.2J0WI2019-01-071-4/+4
|
* main/elfutils: security fix for CVE-2018-18310Sören Tempel2019-01-072-2/+57
|
* main/krb5: upgrade to 1.15.4, security fix for CVE-2018-20217Leonardo Arena2019-01-072-10/+85
| | | | Fixes #9802
* main/diffutils: upgrade to 3.7Governikus2019-01-071-3/+3
|
* main/py-cparser: upgrade to 2.19Roberto Oliveira2019-01-061-2/+2
|
* main/ca-certificates: allow cacert to replace libressl2.7-libcryptoCarlo Landmeter2019-01-061-1/+2
|
* main/libtls-standalone: depend on ca-certificates-cacertCarlo Landmeter2019-01-061-1/+2
| | | | | | | | Openssl does not ship a bundled cert by default which libressl did. ca-certificates-cacert provides all mozilla certificates in favour of installing ca-certificates completely. fixes #9830
* main/ca-certificates: add bundled certificatesCarlo Landmeter2019-01-061-2/+9
| | | | | | Provide a concatenated file of certificates from mozilla suitable for places where ca-certificates is overkill. This was previously provided by libressl libtls package.
* main/llvm5: give up maintainershipJakub Jirutka2019-01-061-1/+1
|
* main/xfsprogs: fix build on mips* and ppc64lealpine-mips-patches2019-01-042-2/+57
| | | | | | | | | | | | | | | | | | | | | | musl-1.1.20 implements support (or lack thereof) for the MAP_SYNC flag by #define'ing it uncoditionally in generic <sys/mman.h> then #undef'ining optionally in arch-specific <bits/mman.h> (e.g. for mips* and powerpc*). So io/mmap.c fails to compile since it includes <sys/mman.h> (which undefines MAP_SYNC on mips* and powerpc*) after "linux.h" (which either defines fallback MAP_SYNC values or pulls <asm-generic/mman{-common.h}>). The proposes patch also fixes the flawed MAP_SYNC detection logic in the configure script because io/mmap.c always uses the MAP_SYNC definition (either real one or zero fallback). Otherwise xfsprogs wrongly detects the MAP_SYNC presence on mips* and ppc64le and the code does not define MAP_SYNC fallback so io/mmap.c still fails to compile. Note the last (2018-07-11) successful xfsprogs build for ppc64le was against musl-1.1.19 (without any support for MAP_SYNC). The problem with MAP_SYNC detection is as follows. The configure script checks only <asm-generic/mman{-common}.h> headers for the MAP_SYNC definition instead of using the arch-specific <asm/mman.h>. But some architectures (mips, powerpc, parisc) do not support the MAP_SYNC feature at all, do not use the <asm-generic/mman{-common.h}> files and do not define the flag in the corresponding <asm/mman.h> header.
* main/libsndfile: pull CVE-2018-19758 fix from upstreamalpine-mips-patches2019-01-042-1/+28
|
* main/tmux: Upgrade to 2.8Gennady Feldman2019-01-041-2/+2
|
* main/libcap: upgrade to 2.26Natanael Copa2019-01-041-5/+3
|
* main/musl: Fix interpreter paths for libc6-compatAin2019-01-031-13/+18
| | | | | | | Paths for mips and ppc64el were wrong, several CARCH'es were missing. On x86_64, this changes /lib64 from being a symlink to a directory containg a symlink.
* main/mkinitfs: upgrade to 3.4.0_rc1Natanael Copa2019-01-038-500/+5
|
* main/py-twitter: upgrade to 3.5prspkt2019-01-031-2/+2
|
* main/lua-cqueues: backport fix for DNSNatanael Copa2019-01-032-2/+343
| | | | | | Fixes testsuite hang in lua-http on s390x. upstream: https://github.com/wahern/dns/pull/27
* main/py-twisted: add constantly, incremental to depsDrew DeVault2019-01-031-2/+2
|
* main/py-incremental: rehome from testingDrew DeVault2019-01-031-0/+45
| | | | Will be a dependency of main/twisted
* main/py-constantly: rehome from testingDrew DeVault2019-01-031-0/+45
| | | | Will be a dependency of main/twisted