Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/grub: fix build with gcc8 | Natanael Copa | 2018-12-18 | 2 | -1/+75 | |
| | ||||||
* | main/perl-net-ssleay: and another patch from fedora | Natanael Copa | 2018-12-17 | 2 | -2/+46 | |
| | ||||||
* | community/nbd: upgrade to 3.18 | Natanael Copa | 2018-12-17 | 1 | -3/+3 | |
| | ||||||
* | main/xen: add missing CVE refs | Henrik Riomar | 2018-12-17 | 1 | -3/+16 | |
| | | | | While at it, drop depend that was not needed after all | |||||
* | testing/py3-libarchive-c: new aport | Natanael Copa | 2018-12-17 | 1 | -0/+35 | |
| | | | | needed by diffoscope | |||||
* | main/openssl: rebuild package | André Klitzing | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | main/pcre: fix JIT options on mips* | alpine-mips-patches | 2018-12-17 | 1 | -2/+9 | |
| | | | | | 1) Disable use of CFC1 (FPU instruction) on all soft-float mips*. 2) Enable MIPS32 ISA (default is MIPS III) on 32-bit mips{el}. | |||||
* | main/pcre2: fix JIT options on mips* | alpine-mips-patches | 2018-12-17 | 1 | -1/+6 | |
| | | | | | 1) Disable use of CFC1 (FPU instruction) on all soft-float mips*. 2) Enable MIPS32 ISA (default is MIPS III) on 32-bit mips{el}. | |||||
* | main/lua-curl: fix build against curl 7.62 | Roberto Oliveira | 2018-12-17 | 2 | -3/+60 | |
| | ||||||
* | main/libmicrohttpd: upgrade to 0.9.62 | Roberto Oliveira | 2018-12-17 | 1 | -3/+3 | |
| | ||||||
* | testing/py-pygal: Added missing dependency | Marian Buschsieweke | 2018-12-17 | 1 | -2/+5 | |
| | ||||||
* | community/llvm3.7: fix build with gcc8 | alpine-mips-patches | 2018-12-17 | 2 | -1/+14 | |
| | ||||||
* | community/youtube-dl: upgrade to 2018.12.17 | Roberto Oliveira | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | main/perl-yaml-syck: upgrade to 1.31 | Roberto Oliveira | 2018-12-17 | 1 | -3/+3 | |
| | ||||||
* | main/py-google-api-python-client: upgrade to 1.7.6 | Roberto Oliveira | 2018-12-17 | 1 | -3/+3 | |
| | ||||||
* | testing/prosody-modules: Update to current HG tip | Marian Buschsieweke | 2018-12-17 | 1 | -5/+5 | |
| | ||||||
* | community/nbd: fix build (bashisms) | alpine-mips-patches | 2018-12-17 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | ./configure tries to update CFLAGS/LIBS with LIBNL3_CFLAGS/LIBS using '+=': checking for LIBNL3... yes ./configure: line 14545: CFLAGS+= -I/usr/include/libnl3 : not found ./configure: line 14546: LIBS+= -lnl-genl-3 -lnl-3 : not found so later build fails without proper libnl3 flags: nbd-client.c:51:10: fatal error: netlink/netlink.h: No such file or directory #include <netlink/netlink.h> nbd-3.18 suffers from the same problem. | |||||
* | testing/phoronix-test-suite: bump to 8.4.0 | Lucas Ramage | 2018-12-17 | 1 | -5/+5 | |
| | ||||||
* | testing/nomacs: fix installation with ffmpeg 4+ | Alex Raschi | 2018-12-17 | 1 | -5/+4 | |
| | | | | | | | * disable opencv (raw and tiff options depends on opencv) After ffmpeg update to 4+, opencv is broken and unless updated it can't be built right now. | |||||
* | testing/llmnrd: new aport | Nathan Caldwell | 2018-12-17 | 2 | -0/+46 | |
| | | | | | https://github.com/tklauser/llmnrd Link-Local Multicast Resolution (LLMNR) Daemon | |||||
* | testing/snapraid: upgrade to 11.3 | Nathan Caldwell | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | testing/mergerfs: upgrade to 2.24.2 | Nathan Caldwell | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | community/biber: disable long year test on mips{el} | alpine-mips-patches | 2018-12-17 | 1 | -2/+3 | |
| | | | | | Re-organize CARCH check for brevity (so match armel as well) and use mipsel* not mipsel to cover out-of-tree mipseln8hf. | |||||
* | community/py-greenlet: fix build on mips* | alpine-mips-patches | 2018-12-17 | 1 | -1/+4 | |
| | | | | | | | | Build fails at switch_mips_unix.h with "$fp cannot be used in asm here" because of forced -O0 (thus without -fomit-frame-pointer) in APKBUILD. As a quick fix, use the "normal" C*FLAGS on mips* only. Test still passes on mipsel at least. | |||||
* | main/nspr: fix build on mips* (sgidefs.h) | alpine-mips-patches | 2018-12-17 | 2 | -4/+46 | |
| | | | | | | Use sgidefs.h from linux-headers and replace _ABI64 references with non-GCC counterpart (_ABI64 is only defined with -mabi=64 thus -Wundef errors arise in some dependent projects with -mabi=32). | |||||
* | main/apr-util: make build more reliable and faster | alpine-mips-patches | 2018-12-17 | 1 | -2/+3 | |
| | | | | | | | 1) Disable parallel build for "make check" to prevent sporadic test failures (at least on relatively old x86_64 and dual-core 1200 MHz mipsel). 2) Pass DBM version explicitly (--with-dbm=db53) to avoid slow DB version search. The package already depends on main/db which persists at 5.3.x since 2012. | |||||
* | community/php7: tolerate test failures on mips* | alpine-mips-patches | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | community/pdsh: fix build without git installed | alpine-mips-patches | 2018-12-17 | 1 | -1/+2 | |
| | | | | Insert package version with sed instead of relying on 'git describe'. | |||||
* | community/knot: switch to openssl | Leonardo Arena | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | testing/monetdb: upgrade to 11.31.11 | Roberto Oliveira | 2018-12-17 | 1 | -4/+4 | |
| | ||||||
* | main/powerpc-utils: upgrade to 1.3.6 | Roberto Oliveira | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | testing/wireguard-virt: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | testing/wireguard-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | main/spl-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | main/drbd9-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | community/aws-ena-driver-vanilla: rebuild against kernel 4.14.88-r0 | Natanael Copa | 2018-12-17 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.88 | Natanael Copa | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | community/dynamips: fix byte order detection | alpine-mips-patches | 2018-12-17 | 3 | -16/+37 | |
| | | | | | | | | | Use the generic gcc/clang/suncc __BYTE_ORDER__ macro to detect platform byte order instead of hard-coded architecture detection which is wrong for ppc64le (always assumes POWER is big-endian) and lacks any knowledge of mips*. This change covers s390x too so remove s390x-support.patch. | |||||
* | community/domoticz: fix build without git installed | alpine-mips-patches | 2018-12-17 | 2 | -2/+15 | |
| | | | | | | | Let build continue when git is not found. No changes in behaviour because all attempts to use git (to get project revision etc) fail due to missing .git folder in the source tarball and project falls back to appversion.default in any case. | |||||
* | community/syncthing: upgrade to 0.14.54 | Roberto Oliveira | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | community/perl-object-insideout: add missing checkdepends to run all tests | Roberto Oliveira | 2018-12-17 | 1 | -1/+2 | |
| | ||||||
* | community/perl-math-random-mt-auto: upgrade to 6.23 and modernize | Roberto Oliveira | 2018-12-17 | 1 | -13/+15 | |
| | ||||||
* | community/perl-math-random-mt-auto: move from testing | Roberto Oliveira | 2018-12-17 | 1 | -0/+0 | |
| | | | | required by perl-object-insideout tests | |||||
* | community/perl-object-insideout: upgrade to 4.05 | Roberto Oliveira | 2018-12-17 | 1 | -2/+2 | |
| |