Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | main/nmap: build against system pcre, libssh2 and lua5.3 | alpine-mips-patches | 2018-12-18 | 1 | -7/+9 | |
| | | | | | | | | | | | | | | | | | - properly require openssl (status quo, just use a correct parameter) - explicitly require system libpcap (status quo) - explicitly require system libpcre [1] - explicitly require zlib (status quo) - explicitly require system libssh2 [2] - explicitly require system lua5.3 [3] - adjust makedepends accordingly [1] System pcre is newer and properly configured for mips*. [2] This is the ./configure default, just make sure the choice is stable. [3] This is the ./configure default, just let it find the system version. check() passes on x86_64 and mipseln8hf at least, however this commit does not re-enable it due to unclear aarch64 / arm* status. | |||||
* | main/zfs-vanilla: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -1/+1 | |
| | ||||||
* | main/spl-vanilla: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -2/+2 | |
| | ||||||
* | main/drbd9-vanilla: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.89-r0 | Natanael Copa | 2018-12-18 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.89 | Natanael Copa | 2018-12-18 | 1 | -2/+2 | |
| | ||||||
* | main/dnsmasq: fix netmask for multi addr support | Natanael Copa | 2018-12-18 | 2 | -3/+6 | |
| | | | | | | | | | | We already support multiple addresses for the bridge device, but they would all use the BRIDGE_NETMASK. Fix so you can either specify the netmask with the address or fallback to BRIDGE_NETMASK. For example: BRIDGE_ADDR="192.168.0.1 10.0.0.1/16" BRIDGE_NETMASK="255.255.255.0" | |||||
* | main/lz4: make quick tests on all arches instead of extended ones | Leonardo Arena | 2018-12-18 | 1 | -5/+2 | |
| | | | | | | | | | | | | | | | | | | Extended tests fail on x86_64 builders with: rm: 'tmp-lower-bindir' is a directory rm: 'tmp-lower-includedir' is a directory rm: 'tmp-lower-libdir' is a directory rm: 'tmp-lower-man1dir' is a directory rm: 'tmp-lower-mandir' is a directory rm: 'tmp-lower-pkgconfigdir' is a directory rm: 'tmp-upper-bindir' is a directory rm: 'tmp-upper-includedir' is a directory rm: 'tmp-upper-libdir' is a directory rm: 'tmp-upper-man1dir' is a directory rm: 'tmp-upper-mandir' is a directory rm: 'tmp-upper-pkgconfigdir' is a directory make[1]: *** [Makefile:352: test-lz4-essentials] Error 1 | |||||
* | main/gpsd | Nathan Angelacos | 2018-12-18 | 2 | -4/+48 | |
| | | | | | | | | | | | 3.18.1 upgrade scons still requires python2, and some of the gps utilities no longer work with python2 The 0001-workaround-for-scons-using-python2.patch explicitly uses python3 as the interpreter 3.18.1 insists on putting the python utilites in /usr/local - we manually move them as part of the _py subpackage | |||||
* | main/libsndfile: fix varargs bug on mips{el} | alpine-mips-patches | 2018-12-18 | 2 | -2/+34 | |
| | | | | | | This upstream patch fixes multi.rf64 test failure on mipsel{n8hf} at least. Note the bug was reported for armv7hl so arm* check() should probably be re-enabled. | |||||
* | main/lz4: fix 2x speed degradation on x86* | alpine-mips-patches | 2018-12-18 | 2 | -8/+22 | |
| | | | | | | | | | | | | | This is exactly the same memcpy()-in-hot-path xxHash problem, see community/xxhash commit log for details. The bug makes "lz4 -1" or "lz4 -t" twice slower on x86_64 however "lz4 -9" is barely affected (do not use "lz4 -b" for benchmarking this change since it does not calculate the checksum). Other aport changes: - use short and fast "make check" (unlike extensive "make test") for pre-v7 ARM architectures. | |||||
* | main/grub: fix build on mips* | alpine-mips-patches | 2018-12-18 | 1 | -0/+8 | |
| | | | | | | | | | | Provide some basic mips* support just to allow the build succeed. Disabling on mips* is not an option cause the arch= list becomes too long and ugly. Do not bump pkgrel since no previously built mips* apks exist and change does nothing for other architectures. | |||||
* | 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 | |
| | ||||||
* | 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 | |||||
* | 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 | |
| | ||||||
* | 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 | |
| | ||||||
* | 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. | |||||
* | main/powerpc-utils: upgrade to 1.3.6 | Roberto Oliveira | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | 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 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.88 | Natanael Copa | 2018-12-17 | 1 | -2/+2 | |
| | ||||||
* | main/py-libvirt: upgrade to 4.10.0 | Francesco Colista | 2018-12-15 | 1 | -2/+2 | |
| | ||||||
* | main/libvirt: upgrade to 4.10.0 | Francesco Colista | 2018-12-15 | 2 | -11/+9 | |
| | ||||||
* | main/py-cryptography: rebuild against openssl with psk | André Klitzing | 2018-12-14 | 1 | -1/+1 | |
| | ||||||
* | main/openssl: enable psk | André Klitzing | 2018-12-14 | 1 | -1/+1 | |
| | ||||||
* | main/qemu: build fixes | Natanael Copa | 2018-12-14 | 1 | -2/+0 | |
| | ||||||
* | main/qemu: upgrade to 3.1.0 | Andy Postnikov | 2018-12-14 | 1 | -2/+2 | |
| | ||||||
* | main/mesa: fix crashes due to large stack buffers | Timo Teräs | 2018-12-14 | 2 | -1/+19 | |
| | ||||||
* | main/xen: upgrade to 4.11.1 and fix build with gcc8 | Natanael Copa | 2018-12-14 | 4 | -5/+188 | |
| | ||||||
* | main/xen: rebuild against openssl | J0WI | 2018-12-14 | 1 | -3/+3 | |
| | ||||||
* | main/amavisd-new: upgrade to 2.11.1 | Leonardo Arena | 2018-12-14 | 1 | -4/+4 | |
| | | | | Update source | |||||
* | community/backuppc: no longer maintained | Leonardo Arena | 2018-12-14 | 7 | -261/+0 | |
| | ||||||
* | main/multipath-tools: upgrade to 0.7.9 | Leonardo Arena | 2018-12-14 | 2 | -27/+3 | |
| | ||||||
* | main/openjpeg: bump pkgrel | Francesco Colista | 2018-12-14 | 1 | -1/+1 | |
| | | | | | This bump is needed since the last time were applied two CVE patches, bump was not done. | |||||
* | main/perl-datetime-format-natural: upgrade to 1.06 | Leonardo Arena | 2018-12-14 | 1 | -3/+3 | |
| | ||||||
* | main/perl-db_file: upgrade to 1.843 | Leonardo Arena | 2018-12-14 | 1 | -2/+2 | |
| | ||||||
* | main/perl-dbd-odbc: upgrade to 1.60 | Leonardo Arena | 2018-12-14 | 1 | -2/+2 | |
| |