Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/linux-vanilla: upgrade to 4.14.81 | Natanael Copa | 2018-11-14 | 1 | -2/+2 |
| | |||||
* | main/mdadm: remove -Werror | Leonardo Arena | 2018-11-14 | 2 | -16/+22 |
| | | | | Adjust license, modernize | ||||
* | main/unifont: fix source URL | info@mobile-stream.com | 2018-11-14 | 1 | -2/+2 |
| | |||||
* | main/fprobe-ulog: fix build with gcc8 | info@mobile-stream.com | 2018-11-14 | 1 | -1/+2 |
| | | | | Another GNU-style inline case. | ||||
* | main/fprobe: fix build with gcc8 | info@mobile-stream.com | 2018-11-14 | 1 | -1/+2 |
| | | | | Another GNU-style inline case. | ||||
* | main/json-c0.12: fix build with gcc8 | info@mobile-stream.com | 2018-11-14 | 1 | -2/+2 |
| | |||||
* | main/bwm-ng: fix build with gcc8 | info@mobile-stream.com | 2018-11-14 | 1 | -1/+2 |
| | | | | Another GNU-style inline case. | ||||
* | main/indent: upgrade to 2.2.12 | info@mobile-stream.com | 2018-11-14 | 1 | -6/+4 |
| | | | | This actually fixes build failure with gcc8 (GNU-style inline). | ||||
* | main/xscreensaver: upgrade to 5.40 | info@mobile-stream.com | 2018-11-14 | 1 | -2/+2 |
| | | | | The archive for 5.38 is no longer available at upstream so this is essentially a build fix. | ||||
* | main/squashfs-tools: fix build with gcc8 | info@mobile-stream.com | 2018-11-14 | 1 | -1/+2 |
| | | | | Another GNU-style inline case. | ||||
* | main/recode: fix build with gcc8 | info@mobile-stream.com | 2018-11-14 | 1 | -1/+2 |
| | | | | Another GNU-style inline case. | ||||
* | main/mdadm: fix build with gcc8 | info@mobile-stream.com | 2018-11-14 | 1 | -1/+2 |
| | | | | Note there is no typo in "CXFLAGS" spelling. | ||||
* | main/lua-stringy: fix build with gcc8 | info@mobile-stream.com | 2018-11-14 | 1 | -1/+2 |
| | | | | Another GNU-style inline case. | ||||
* | main/lz4: update to 1.8.3 | info@mobile-stream.com | 2018-11-13 | 1 | -2/+2 |
| | | | | This fixes rare data corruption introduced in 1.8.2. | ||||
* | main/gpsd: build fix | info@mobile-stream.com | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | main/xen: disable on armv7 until fixed to build on gcc8 | Timo Teräs | 2018-11-13 | 1 | -1/+1 |
| | | | | | See also: https://github.com/alpinelinux/aports/pull/5629 | ||||
* | main/qemu: build using python3 | Timo Teräs | 2018-11-13 | 1 | -1/+3 |
| | | | | | | qemu needs python to build. Previously python2 was implicit dependency and it got picked automatically. All implicit dependencies are python3 now. Add it explicitly, and make configure pick it up. | ||||
* | main/fcgiwrap: fix build with gcc8 | Timo Teräs | 2018-11-13 | 1 | -0/+1 |
| | |||||
* | main/freeswitch: fix armv7 build (libvpx configure triplet) | Timo Teräs | 2018-11-13 | 2 | -0/+13 |
| | |||||
* | main/d-feet: makedepend on intltool | Timo Teräs | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | main/libvpx: fix armv7 configuration triplet | Timo Teräs | 2018-11-13 | 3 | -18/+19 |
| | |||||
* | main/acf-tcpproxy: move to unmaintained | Timo Teräs | 2018-11-13 | 1 | -25/+0 |
| | | | | dependency tcpproxy is unmaintained | ||||
* | main/gnokii: build fix for gcc8 | info@mobile-stream.com | 2018-11-13 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | This is yet another package that assumes GNU-style inline keyword handling and fails with the "undefined reference to `foo'" linker error where foo is some inline function (here local_atoi). Instead of fixing the source, pass -std=gnu89 in CFLAGS because 1) this is shorter and easier; 2) the project is actually written in GNU C89 dialect; 3) upstream is not active (the last release was in 2011). With this change in place gnokii-0.6.31-gcc5.patch can be removed, suggesting the -std=gnu89 approach is also more future-proof for any further changes in compiler's inliner implementation. | ||||
* | main/weechat: disable check as it runs 'sudo make install' | Timo Teräs | 2018-11-13 | 1 | -0/+1 |
| | |||||
* | main/cegui06: fix build, modernize | Timo Teräs | 2018-11-13 | 2 | -17/+24 |
| | |||||
* | main/polkit-gnome: makedepend on intltool | Timo Teräs | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | main/gconf: fix build | Timo Teräs | 2018-11-13 | 1 | -2/+2 |
| | | | | seems libintl gets pulled in via dependencies and intltool binaries are needed then | ||||
* | main/duplicity: upgrade to 0.7.18.2 | J0WI | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | main/ccache: upgrade to 3.5 | André Klitzing | 2018-11-13 | 1 | -2/+2 |
| | |||||
* | main/openrc: upgrade to 0.39.2 | Jakub Jirutka | 2018-11-12 | 2 | -2/+22 |
| | |||||
* | main/fail2ban: improve sshd filter | Henrik Riomar | 2018-11-12 | 2 | -2/+4 |
| | |||||
* | main/dovecot: upgrade to 2.3.3 and use openssl | Andy Postnikov | 2018-11-12 | 1 | -6/+6 |
| | |||||
* | main/ghostscript: security fixes (CVE-2018-17961, CVE-2018-18073, ↵ | J0WI | 2018-11-12 | 5 | -134/+1002 |
| | | | | CVE-2018-18284) | ||||
* | main/cups: upgrade to 2.2.9 | J0WI | 2018-11-12 | 1 | -3/+3 |
| | |||||
* | main/pcre2: update to 10.32 | info@mobile-stream.com | 2018-11-12 | 1 | -3/+3 |
| | |||||
* | main/nasm: build fix for gcc8 | info@mobile-stream.com | 2018-11-12 | 2 | -2/+37 |
| | | | | This pulls the upstream commit and should be dropped for nasm-2.14. | ||||
* | main/py-flask: upgrade to 1.0.2 | J0WI | 2018-11-12 | 1 | -3/+3 |
| | |||||
* | main/py-flask-oauthlib: upgrade to 0.9.5 | J0WI | 2018-11-12 | 1 | -5/+3 |
| | |||||
* | main/py-flask-script: upgrade to 2.0.6 | J0WI | 2018-11-12 | 1 | -5/+3 |
| | |||||
* | main/py-flask-assets: upgrade to 0.12 | J0WI | 2018-11-12 | 1 | -5/+3 |
| | |||||
* | main/py-backports_abc: upgrade to 0.5 | J0WI | 2018-11-12 | 1 | -5/+3 |
| | |||||
* | main/lxterminal: upgrade to 0.3.2 | J0WI | 2018-11-12 | 2 | -33/+5 |
| | |||||
* | main/py-openssl: upgrade to 18.0.0 | J0WI | 2018-11-12 | 1 | -2/+2 |
| | |||||
* | main/py-openssl: upgrade to 17.5.0 | J0WI | 2018-11-12 | 1 | -2/+2 |
| | |||||
* | main/py-pillow: upgrade to 5.3.0 | Fabian Affolter | 2018-11-12 | 1 | -2/+2 |
| | |||||
* | main/py-sphinx: upgrade to 1.8.2 | Fabian Affolter | 2018-11-12 | 1 | -2/+2 |
| | |||||
* | main/mosquitto: upgrade to 1.5.4 | Fabian Affolter | 2018-11-12 | 1 | -3/+3 |
| | |||||
* | main/mcabber: fix colors | Fabian Affolter | 2018-11-11 | 2 | -3/+94 |
| | | | | Fixes #8757 | ||||
* | main/apk-tools: fix cross-build depends | Timo Teräs | 2018-11-11 | 1 | -2/+2 |
| | | | | | The 'libressl' was left accidentally. In fact the dependency is to sign apk.static on the build host. So make it a makedepends_build for openssl. | ||||
* | main/linux-rpi: upgrade to 4.14.79 | Natanael Copa | 2018-11-09 | 1 | -4/+4 |
| |