aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* testing/wireguard-tools: split wg and wg-quickCarlo Landmeter2019-01-052-25/+28
| | | | | | | | We split wg and wg-quick into seperate packages but let the main pacakge pull both of them in. This way they can have their own deps and we can pull them in independently. We also patch wg-quick to ue busybox sysctl.
* main/llvm5: give up maintainershipJakub Jirutka2019-01-061-1/+1
|
* testing/php7-brotli: upgrade to 0.6.1Andy Postnikov2019-01-051-5/+10
|
* community/captagent: rebuild against opensslJ0WI2019-01-051-2/+7
|
* community/python3-tkinter: upgrade to 3.6.7J0WI2019-01-052-139/+4
|
* community/outils: rebuild against opensslJ0WI2019-01-051-2/+2
|
* testing/autoconf-archive: take maintainershipRoberto Oliveira2019-01-051-4/+3
|
* community/quassel: change urls to use HTTPSJ0WI2019-01-051-3/+3
|
* testing/postgis: rebuild against gdal 2.4.0Holger Jaekel2019-01-051-1/+1
|
* testing/pdal: rebuild against gdal 2.4.0Holger Jaekel2019-01-051-1/+1
|
* testing/openscenegraph: rebuild against gdal 2.4.0Holger Jaekel2019-01-051-1/+1
|
* testing/mapserver: rebuild against gdal 2.4.0Holger Jaekel2019-01-051-1/+1
|
* testing/mapnik: rebuild against gdal 2.4.0Holger Jaekel2019-01-051-1/+1
|
* testing/hexer: rebuild against gdal 2.4.0Holger Jaekel2019-01-051-1/+1
|
* testing/gdal: upgrade to 2.4.0Holger Jaekel2019-01-051-3/+3
|
* testing/hub: try to build on x86Roberto Oliveira2019-01-041-1/+1
| | | | seems tests are working now
* testing/tuptime: add cron fileRoberto Oliveira2019-01-042-3/+9
| | | | fixes #9813
* testing/hub: upgrade to 2.7.0Roberto Oliveira2019-01-041-2/+2
|
* testing/telegram-desktop: does not build on s390xLeonardo Arena2019-01-041-1/+1
| | | | /home/buildozer/aports/testing/telegram-desktop/src/telegram-desktop-1.5.4/out/Release/../../Telegram/SourceFiles/base/build_config.h:57:2: error: #error Please add support for your architecture in base/build_config.h
* 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
|
* testing/enscript: fix ppc64le bld break adding update_config_guessMike Sullivan2019-01-041-1/+2
|
* testing/telegram-desktop: enable ppc64le architectureMike Sullivan2019-01-042-1/+40
|
* 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
|
* Revert "community/lua-http: enable tests on ppc64le"Natanael Copa2019-01-031-2/+2
| | | | | | Test still fails on ppc64le This reverts commit ea135b3e92c721c9d25c1ab2c1c7b1775557faab.
* community/lua-http: enable tests on ppc64leNatanael Copa2019-01-031-2/+2
| | | | | Tests should work again after commit c604b8f23152 (main/lua-cqueues: backport fix for DNS).
* 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/+0
| | | | Will be a dependency of main/twisted
* main/py-constantly: rehome from testingDrew DeVault2019-01-031-0/+0
| | | | 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
|
* testing/usbip-utils: fix ppc64le build by disabling WerrorMike Sullivan2019-01-032-3/+16
| | | | modify configure.ac
* testing/wireguard-tools: add missing dependsStuart Cardall2019-01-032-3/+32
| | | | | | | | | | | | | | | | | wg-quick does not work with some of the busybox built-ins. based on original report by Nathan Caldwell (saintdev at gmail dot com) adds depends for: procps iproute2 coreutils (for sysctl -r) but NOT for Bash (which is required by wg-quick only & not by other wg-tools) see also: https://github.com/alpinelinux/aports/pull/3903 https://lists.zx2c4.com/pipermail/wireguard/2018-December/003608.html
* main/wget: security upgrade to 1.20.1 (CVE-2018-20483)Leonardo Arena2019-01-031-5/+7
| | | | Fixes #9817
* testing/telegram-desktop: new aportAlex Raschi2019-01-038-0/+897
| | | | | https://desktop.telegram.org/ Telegram Desktop messaging app
* testing/lxd: fix ppc64le with update_config_guess and libcap-dev makedependMike Sullivan2019-01-021-2/+3
|
* community/kodi: fix buildNatanael Copa2019-01-023-13/+373
|
* 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
* community/lua-dromozoa-utf8: upgrade to 1.12alpine-mips-patches2019-01-021-2/+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.
* community/lld: fix build with gcc8 (-fpermissive)alpine-mips-patches2019-01-021-2/+2
|
* community/gst-plugins-bad: add tiff-dev to makedependsMilan P. Stanić2019-01-022-23/+4
| | | | | | add missing tiff-dev to makedepends remove unneeded libressl270-dtsl_method.patch bump pkgrel
* community/chromium: build with vaapi and dont use goldNatanael Copa2019-01-023-18/+578
| | | | | | gold does not seem to work with arm architectures. libva patches are from void linux