Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | community/gammu: fix build | info@mobile-stream.com | 2018-11-30 | 2 | -2/+14 | |
| | | | | | | | | Compilation fails in libgammu/device/devfunc.c:socket_read() with a bunch of select()-related errors (probably due to some change in the include chain since the last rebuild). Fix by including <sys/select.h> explicitly. Test still passes on x86_64 and mipsel at least. | |||||
* | community/cmus: fix build on mips{el} (-latomic) | info@mobile-stream.com | 2018-11-30 | 2 | -3/+63 | |
| | | | | | This adds generic -latomic check so likely covers all architectures without 64-bit atomic built-ins (e.g. armel too). | |||||
* | main/faac: fix build with gcc8 (useful -Werror) | info@mobile-stream.com | 2018-11-30 | 1 | -1/+2 | |
| | | | | | | | | | | | gcc8 reports meaningful -Wpointer-compare case in common/mp4v2/rtphint.cpp:345 however fixing it directly will enable previously unused code block. This may be dangerous since the bundled mp4v2 library is *very* old and there is no test suite. Moreover, upstream no longer ships mp4v2 at all in faac-1.29+. So just pass -fpermissive in CXXFLAGS for now to avoid any behaviour changes. This work-around should be removed on faac upgrade or proper fix. | |||||
* | main/libmad: fix build on mips* | info@mobile-stream.com | 2018-11-30 | 1 | -0/+2 | |
| | | | | | | | | libmad uses the now unsupported inline asm constraint in the code so switch mips* to generic high-precision version. Keep pkgrel intact since other architectures are unaffected and no previously built mips* apks exist. | |||||
* | main/mariadb: fix build on mips{el} (-latomic) | info@mobile-stream.com | 2018-11-30 | 2 | -1/+70 | |
| | | | | | This adds generic -latomic check so likely covers all architectures without 64-bit atomic built-ins (e.g. armel too). | |||||
* | main/tiff: security upgrade to 4.0.10 | Natanael Copa | 2018-11-30 | 12 | -822/+38 | |
| | | | | | | CVE-2018-12900, CVE-2018-18557, CVE-2018-18661 fixes #9715 | |||||
* | community/z3: immintrin.h only available on i386 | Carlo Landmeter | 2018-11-30 | 2 | -3/+3 | |
| | ||||||
* | main/haproxy: fix build on mips{el} (-latomic) | info@mobile-stream.com | 2018-11-30 | 1 | -0/+2 | |
| | | | | Note mipsel* is intentional to cover out-of-tree mipseln8hf. | |||||
* | main/squid: fix build on mips{el} (-latomic) | info@mobile-stream.com | 2018-11-30 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | While squid uses the proper autoconf logic to check if the -latomic is required for 64-bit atomics, its conftest.cpp fails to compile without -fpermissive thus yielding wrong result on 32-bit MIPS (which, until R6, lacks 64-bit atomics). Do not bother with configure{.ac} patches (too bulky), do not add -fpermissive to CXXFLAGS just to fix the conftest.cpp compilation (may affect too much) but simply pass -latomic preemptibly on mips{el}. As usual (no previous mips* apks exist, other architectures are unaffected), keep pkgrel intact. This commit should be removed when (if) upstream (or, really, autoconf) fixes the problem. | |||||
* | main/tlsdate: fix build on mips* | info@mobile-stream.com | 2018-11-30 | 2 | -1/+25 | |
| | | | | | Add some trivial #define's for mips* support. No test suite in the package but produced binary works on mipsel at least. | |||||
* | main/gnats: build fix for ppc64le | Leonardo Arena | 2018-11-30 | 3 | -34/+16 | |
| | | | | Fails with multiple warnings, thus eradicating -Werror | |||||
* | main/librevenge: fix build with gcc8 (-Werror too strict) | info@mobile-stream.com | 2018-11-30 | 1 | -1/+2 | |
| | | | | | | | | gcc8 reveals two -Wparentheses cases (harmless, though fixed in upstream) and one -Wimplicit-fallthrough case (intentional but improperly commented). And since upstream also disabled -Werror by default, just do the same in APKBUILD for easier removal on version upgrade. | |||||
* | main/gnats: fix build with gcc8 (-Werror too strict) | info@mobile-stream.com | 2018-11-30 | 2 | -5/+37 | |
| | | | | | | | | gcc8 reports one meaningful -Wpointer-compare (mail.c) bug and a pair of harmless -Wimplicit-fallthrough (misc.c, regex.c) cases. The mail.c patch could be replaced with -Wno-error=pointer-compare if the code behaviour change is too risky (upstream seems dead). | |||||
* | main/bind: Upgrade to 9.12.3 | Taner Tas | 2018-11-29 | 1 | -7/+19 | |
| | | | | | | * Add "--disable-isc-spnego" to use gss-spnego instead. fixes #9462 | |||||
* | community/roundcubemail: security upgrade to 1.3.8 (CVE-2018-19206) | Natanael Copa | 2018-11-29 | 1 | -3/+5 | |
| | | | | fixes #9696 | |||||
* | main/ghostscript: security upgrade to 9.26 - CVE-2018-17961 - CVE-2018-18073 ↵ | Andy Postnikov | 2018-11-29 | 2 | -1000/+6 | |
| | | | | - CVE-2018-18284 - CVE-2018-19409 | |||||
* | main/nodejs: upgrade to 10.14.0 | Tim Brust | 2018-11-29 | 1 | -2/+8 | |
| | ||||||
* | main/protobuf: fix build on mips{el} (-latomic) | info@mobile-stream.com | 2018-11-29 | 1 | -1/+3 | |
| | | | | | 32-bit MIPS (until R6) lacks instructions to implement 64-bit atomic operations so explicit linkage with libatomic is required. | |||||
* | main/openssl: enable build on mips* | info@mobile-stream.com | 2018-11-29 | 1 | -0/+3 | |
| | | | | | Do not bump pkgrel since no previously built mips* apk exist and other architectures are unaffected. | |||||
* | main/openldap: fix build on mips* (inconsistent cacheflush() prototype) | info@mobile-stream.com | 2018-11-29 | 2 | -1/+15 | |
| | | | | Apply the main/lmdb mips* build fix to the bundled lmdb copy. | |||||
* | main/lmdb: fix build on mips* (inconsistent cacheflush() prototype) | info@mobile-stream.com | 2018-11-29 | 2 | -3/+18 | |
| | ||||||
* | community/ocaml: disable build on mips* | info@mobile-stream.com | 2018-11-29 | 1 | -1/+1 | |
| | | | | | | | List supported architectures explicitly since OCaml compiler supports amd64 (x86_64), arm (armel, armhf, armv7), arm64 (aarch64), i386 (x86), power (ppc64le) and s390x only. Keep arm*, x86, s390x out of the list, just as before. | |||||
* | main/mqtt-exec: keep exec_user for backwards compatibility | Carlo Landmeter | 2018-11-29 | 2 | -3/+3 | |
| | ||||||
* | main/git: upgrade to 2.19.2 | Natanael Copa | 2018-11-29 | 1 | -3/+3 | |
| | ||||||
* | testing/wireguard-virt: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | testing/wireguard-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | testing/ipt-netflow-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | main/zfs-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | main/xtables-addons-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | main/spl-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -2/+2 | |
| | ||||||
* | main/drbd9-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | main/devicemaster-linux-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | main/dahdi-linux-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | community/virtualbox-guest-modules-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | community/aws-ena-driver-vanilla: rebuild against kernel 4.14.84-r0 | Natanael Copa | 2018-11-29 | 1 | -1/+1 | |
| | ||||||
* | main/linux-vanilla: upgrade to 4.14.84 | Natanael Copa | 2018-11-29 | 1 | -2/+2 | |
| | ||||||
* | testing/gcc6: fix ppc64le build break due to vector parsing | Mike Sullivan | 2018-11-28 | 2 | -1/+14 | |
| | ||||||
* | main/mqtt-exec: initd use supervise-daemon | Carlo Landmeter | 2018-11-28 | 2 | -28/+16 | |
| | ||||||
* | /main/openrc: fix interupt warning | Carlo Landmeter | 2018-11-28 | 2 | -1/+48 | |
| | ||||||
* | community/icinga2: upgrade to 2.10.2 | Francesco Colista | 2018-11-28 | 1 | -3/+3 | |
| | ||||||
* | testing/gcc6: new aport | Natanael Copa | 2018-11-28 | 47 | -0/+9576 | |
| | | | | gcc6-java is needed for bootstrapping openjdk7 | |||||
* | community/fastjar: move from main | Natanael Copa | 2018-11-28 | 3 | -0/+0 | |
| | ||||||
* | community/zabbix: upgrade to 4.0.2 | Leonardo Arena | 2018-11-28 | 2 | -35/+3 | |
| | ||||||
* | testing/shairport-sync: upgrade to 3.2.2 | Henrik Nilsson | 2018-11-28 | 1 | -3/+3 | |
| | ||||||
* | community/xfce4-clipman-plugin: upgrade to 1.4.3 | Natanael Copa | 2018-11-28 | 1 | -8/+6 | |
| | ||||||
* | community/gigolo: upgrade to 0.4.90 | Natanael Copa | 2018-11-28 | 1 | -4/+4 | |
| | ||||||
* | community/gigolo: move from main | Natanael Copa | 2018-11-28 | 1 | -0/+0 | |
| | ||||||
* | community/xfce4-notifyd: upgrade to 0.4.3 | Natanael Copa | 2018-11-28 | 1 | -5/+5 | |
| | ||||||
* | community/thunar-volman: upgrade to 0.9.1 | Natanael Copa | 2018-11-28 | 1 | -2/+2 | |
| | ||||||
* | community/xfce4-session: add support for xfce4-screensaver | Natanael Copa | 2018-11-28 | 2 | -3/+18 | |
| |