aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* main/nginx: remove file committed by mistakeJakub Jirutka2017-11-151-308/+0
|
* main/compiler-rt: disable on ppc64leNatanael Copa2017-11-151-1/+1
| | | | | | it appears to not detect any supported architectures for some reason disable for now.
* community/rethinkdb: enable build for s390xNatanael Copa2017-11-155-6/+730
| | | | | | The s390x patch conflicts with both the ppc64le patch and the paxmark. The PaX kernel is only supported for x86_64 so we can conditionally apply the ppc64le, s390x or paxmark patch depending on arch.
* community/uncrustify: disable failing testNatanael Copa2017-11-152-3/+18
|
* community/bsm-simple-themes: fix source url and modernizeRoberto Oliveira2017-11-151-28/+6
|
* community/arping: fix checkRoberto Oliveira2017-11-151-2/+2
| | | | | | | | Change check to use a simple test instead of `make check`. Seems `make check` requires root to run correctly. Anyway, I opened a bug upstream related with tests failing on Alpine [1]. [1] - https://github.com/ThomasHabets/arping/issues/27
* main/imagemagick: disable openmp on s390xNatanael Copa2017-11-151-2/+7
| | | | | | the test seems to deadlock if openmp is enabled fix the abiver
* main/mesa: only build gallium driver svga on intelNatanael Copa2017-11-151-4/+4
|
* testing/astyle: new aportAndré Klitzing2017-11-151-0/+28
|
* community/uncrustify: upgrade to 0.66 and add checkAndré Klitzing2017-11-151-3/+7
|
* testing/ostree: upgrade to 2017.13André Klitzing2017-11-151-2/+2
|
* main/zsh: upgrade to 5.4.2TBK2017-11-151-4/+10
|
* community/docker-registry: security upgrade to 2.6.2Andy Postnikov2017-11-151-3/+3
| | | | CVE-2017-1146 https://github.com/docker/distribution/releases/tag/v2.6.2
* testing/py-augeas: Upgrade to 1.0.3Nathan Rennie-Waldock2017-11-151-6/+4
|
* testing/py-augeas: depend on augeas-libs and add check()Nathan Rennie-Waldock2017-11-151-0/+7
|
* community/wrk: upgrade to 4.0.2Stuart Cardall2017-11-151-10/+11
| | | | https://github.com/wg/wrk/blob/master/CHANGES
* main/py-paramiko: upgrade to 2.4.0Fabian Affolter2017-11-151-4/+5
|
* main/py-tz: upgrade to 2017.3Fabian Affolter2017-11-151-7/+6
|
* community/py-snmp: upgrade to 4.4.2Fabian Affolter2017-11-151-4/+5
|
* community/py3-yarl: upgrade to 0.14.0Fabian Affolter2017-11-151-3/+8
|
* main/perl-compress-raw-zlib: upgrade to 2.075Leonardo Arena2017-11-151-14/+17
| | | | Modernize APKBUILD, add check()
* main/ca-certificates: upgrade to 20171114William Pitcock2017-11-141-3/+3
|
* main/mesa: add missing make dependency on wayland-protocolsJakub Jirutka2017-11-141-1/+2
|
* testing/global: upgrade to 6.5.7Daniel Sabogal2017-11-141-10/+11
|
* testing/spin: modernize abuildDaniel Sabogal2017-11-141-8/+8
|
* testing/wlc,sway: unmaintainedDaniel Sabogal2017-11-143-2/+2
|
* main/mesa: fix drmdeps.patchJakub Jirutka2017-11-142-18/+19
|
* main/mesa: fix checksumJakub Jirutka2017-11-141-1/+1
|
* community/llvm4: move from mainJakub Jirutka2017-11-147-0/+0
| | | | The default (latest) llvm package is now llvm5.
* main/mesa: upgrade to 17.2.4 and switch to llvm5Jakub Jirutka2017-11-141-15/+11
|
* main/mesa: modernize abuildJakub Jirutka2017-11-141-30/+29
|
* main/clang: backport patch D33852 - enable __declspec(selectany)Jakub Jirutka2017-11-142-1/+67
|
* [llvm]: build with MinSizeRel and our flagsxentec2017-11-145-8/+24
|
* community/lld: upgrade to 5.0.0xentec2017-11-141-11/+12
| | | | | I'd like to enable LLVM_LINK_LLVM_DYLIB for at least lld, but bugs like https://bugs.llvm.org/show_bug.cgi?id=27685 continue to surface somehow.
* community/llvm-libunwind: upgrade to 5.0.0xentec2017-11-142-27/+9
|
* main/compiler-rt: upgrade to 5.0.0xentec2017-11-141-10/+26
|
* main/clang: upgrade to 5.0.0xentec2017-11-1412-218/+292
|
* main/llvm5: backport DynamicLibrary fixxentec2017-11-144-74/+43
| | | | | | [https://reviews.llvm.org/D39297] as per @martell's suggestion in https://github.com/alpinelinux/aports/pull/2393#issuecomment-341690423
* main/llvm5: remove git from version suffixNatanael Copa2017-11-141-0/+1
| | | | | the cmake scripts will pick up the git hash from aports git and add it as a version suffix. Use LLVM_APPEND_VC_REV to fix that
* main/llvm*: upgrade to 5.0.0xentec2017-11-148-3/+456
|
* main/python3: increase thread stack sizeNatanael Copa2017-11-141-2/+21
| | | | | | | | | | | | | we segfault before we hit the sys.getrecurslimit(), which is bad. Some testing showed that to be able to reach the default sys.getrecurslimit(), which is 1000, we need at least a 453k stack on x86_64. We set it to 1MB so we have a bit extra. It is also worth to note that upstream set stacksize to 4MB on freebsd and 5MB on OSX. ref #8134 https://github.com/docker-library/python/issues/211
* community/tinc-pre: disable on s390x and ppc64leNatanael Copa2017-11-141-2/+2
| | | | tests fails. this is also a pre-release, which we want avoid to maintain
* main/imagemagick: don't run tests in fakerootNatanael Copa2017-11-141-2/+2
| | | | seems to hang on s390x build server
* community/arandr: remove a typoRoberto Oliveira2017-11-141-1/+0
|
* community/arandr: modernize and add simple checkRoberto Oliveira2017-11-141-7/+6
|
* community/arandr: explicitly define py2-docutils in makedependsRoberto Oliveira2017-11-141-2/+2
| | | | arandr requires python2 to build
* community/nextcloud: add upstream fix for project issue #6028Leonardo Arena2017-11-146-18/+481
| | | | Remove chmod() from other places
* community/tvheadend: upgrade to 4.2.4 and add basic checkCarlo Landmeter2017-11-142-1101/+1309
|
* main/libdrm: upgrade to 2.4.88tmpfile2017-11-141-7/+5
|
* community/mongodb-tools: upgrade to 3.4.10Marc Vertes2017-11-141-3/+3
|