aboutsummaryrefslogtreecommitdiffstats
path: root/main
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* main/gcc: add patch to fix libgomp relocation on musl, bump pkgrelMilan P. Stanić2019-01-032-2/+29
|
* main/wget: security upgrade to 1.20.1 (CVE-2018-20483)Leonardo Arena2019-01-031-5/+7
| | | | Fixes #9817
* main/libxklavier: specify bindirPaul Bredbury2019-01-021-1/+2
| | | | | Fixes: [1539546288,000,xklavier_config_xkb.c:xkl_config_get_keyboard/] Could not exec /usr/share/X11/xkb/xkbcomp: 2
* main/llvm5: fix too strict gtest banner filteralpine-mips-patches2019-01-022-2/+15
| | | | | | | | | | | | | | | | LLVM googletest driver does not correctly filter out the banner printed by the gtest tool and interprets it as another unittest. This makes community/lld test suite fail: UNRESOLVED: lld-Unit :: MachOTests/./lldMachOTests/Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc (1229 of 1231) ******************** TEST 'lld-Unit :: MachOTests/./lldMachOTests/Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc' FAILED ******************** Unable to find '[ PASSED ] 1 test.' in gtest output: Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc Note: Google Test filter = Running main() from /home/buildozer/aports/main/gtest/src/googletest-release-1.8.1/googletest/src/gtest_main.cc [==========] Running 0 tests from 0 test cases. [==========] 0 tests from 0 test cases ran. (0 ms total) [ PASSED ] 0 tests.
* main/binutils: use mmapNatanael Copa2019-01-021-1/+2
|
* main/virglrenderer: enable on s390xNatanael Copa2019-01-021-1/+1
| | | | seems to build now, and it is needed by qemu
* main/terminus-font: upgrade to 4.47Sören Tempel2019-01-021-2/+2
|
* main/syslog-ng: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/rsyslog: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/py-hiredis: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/kamailio: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/freeradius: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/collectd: rebuild against hiredisCarlo Landmeter2019-01-021-1/+1
|
* main/cjdns: unbreak build on aarch64Natanael Copa2019-01-022-3/+18
|
* main/lxc: upgrade to 3.1Carlo Landmeter2019-01-027-302/+54
| | | | | | | | | | | Lots of changes in the way LXC handles creations of containers. https://discuss.linuxcontainers.org/t/lxc-3-0-0-has-been-released/1449 - fixed building of man docs - bundled pam module - lua module is now a seperate pkg - python module now a seperate pkg
* main/py3-lxc: new aportCarlo Landmeter2019-01-021-0/+32
| | | | | | This is split from lxc. For more info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
* main/lxc-templates-legacy: new aportCarlo Landmeter2019-01-021-0/+48
| | | | | | These are the legacy templates from 2.x. more info: https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
* main/lua-lxc: new aportCarlo Landmeter2019-01-021-0/+61
| | | | https://brauner.github.io/2018/02/27/lxc-removes-legacy-template-build-system.html
* main/qemu: enable virglrendererRobert Yang2019-01-011-1/+3
| | | | | Allows qemu to use the host machine graphics adapter OpenGL capabilites. Tested on postmarketOS running weston and X11 desktops (Xfce4, MATE)
* main/virglrenderer: upgrade to 0.7.0Natanael Copa2019-01-011-7/+11
|
* main/virglrenderer: move from testingNatanael Copa2019-01-012-0/+50
| | | | needed by qemu
* main/gzip: upgrade to 1.10Andy Postnikov2019-01-011-2/+2
|
* main/f2fs-tools: upgrade to 1.12.0Milan P. Stanić2019-01-011-2/+2
|