Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/libunwind: remove -fno-stack-protector-all | William Pitcock | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/libunwind: disable stack protector since libc is not linked in | William Pitcock | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/libunwind: remove x86 restriction so i can collect a build log | William Pitcock | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | testing/weston: change arch to "all" | Oliver Smith | 2017-07-13 | 1 | -1/+4 |
| | | | | | | Disabled testsuite, as discussed here (with some workarounds, but I could not get the full testsuite working): https://github.com/alpinelinux/aports/pull/1689 | ||||
* | testing/gcompat: depend on libc6-compat in part (using depends + replaces) | William Pitcock | 2017-07-13 | 1 | -2/+2 |
| | |||||
* | community/tinyssh: modernise initd / use supervise-daemon | Stuart Cardall | 2017-07-13 | 3 | -29/+39 |
| | |||||
* | community/engrampa: modernize APKBUILD | Roberto Oliveira | 2017-07-13 | 1 | -17/+6 |
| | |||||
* | community/hyphen: modernize APKBUILD | Roberto Oliveira | 2017-07-13 | 1 | -18/+7 |
| | |||||
* | community/gtk-vnc: fix project url | Roberto Oliveira | 2017-07-13 | 1 | -2/+2 |
| | |||||
* | community/gifsicle: upgrade to 1.89 and modernize APKBUILD | Roberto Oliveira | 2017-07-13 | 1 | -22/+8 |
| | |||||
* | Remove --disable-hipe parameter | Gabriele Santomaggio | 2017-07-13 | 1 | -1/+1 |
| | | | | Fix for https://bugs.alpinelinux.org/issues/5700 | ||||
* | testing/suricata: upgrade to 3.2.3 | Steve McMaster | 2017-07-13 | 1 | -11/+3 |
| | |||||
* | testing/libhtp: upgrade to 0.5.25 | Steve McMaster | 2017-07-13 | 1 | -4/+2 |
| | |||||
* | community/py-ldap3: move from testing | Jakub Jirutka | 2017-07-14 | 1 | -0/+0 |
| | |||||
* | community/py-waitress: rename few variables in runscript | Jakub Jirutka | 2017-07-14 | 3 | -5/+6 |
| | |||||
* | community/py-waitress: fix logging when run with runscript | Jakub Jirutka | 2017-07-14 | 2 | -3/+3 |
| | |||||
* | community/py-waitress: move from testing | Jakub Jirutka | 2017-07-13 | 3 | -0/+0 |
| | |||||
* | testing/py-waitress: add runscript | Jakub Jirutka | 2017-07-13 | 3 | -4/+145 |
| | |||||
* | testing/wireguard-vanilla: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/zfs-vanilla: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/spl-vanilla: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/linux-vanilla: upgrade to 4.9.37 | Natanael Copa | 2017-07-13 | 1 | -2/+2 |
| | |||||
* | testing/wireguard-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | testing/virtualbox-additions-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | testing/sch-cake-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | testing/ipt-netflow-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/zfs-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/xtables-addons-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/spl-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/drbd9-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -2/+2 |
| | |||||
* | main/devicemaster-linux-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/dahdi-linux-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | community/virtualbox-guest-modules-hardened: rebuild against kernel 4.9.37-r0 | Natanael Copa | 2017-07-13 | 1 | -1/+1 |
| | |||||
* | main/linux-hardened: upgrade to 4.9.37 | Natanael Copa | 2017-07-13 | 2 | -3/+226436 |
| | |||||
* | community/zstd: fix tests in ppc64le | Roberto Oliveira | 2017-07-13 | 2 | -3/+17 |
| | | | | | | | | | | | some zstd tests are breaking in ppc64le because it defines the max number of supported cores as 128 (ZSTDMT_NBTHREADS_MAX 128) but the Alpine ppc64le machine has 160 cores. I am increasing the max core value to 256 for now and opened a bug[1] in zstd project. [1] https://github.com/facebook/zstd/issues/760 | ||||
* | testing/py-waitress: add py2/py3 subpackages and run tests | Jakub Jirutka | 2017-07-13 | 1 | -20/+42 |
| | |||||
* | testing/py-waitress: upgrade to 1.0.2 | Jakub Jirutka | 2017-07-13 | 1 | -4/+2 |
| | |||||
* | testing/py-ldap3: add missing depend py-asn1 | Jakub Jirutka | 2017-07-13 | 1 | -3/+5 |
| | |||||
* | non-free/adobe-flashplayer: upgrade to 26.0.0.137 | Natanael Copa | 2017-07-13 | 1 | -2/+2 |
| | |||||
* | testing/hping3: enabled tcl | Francesco Colista | 2017-07-13 | 1 | -14/+8 |
| | |||||
* | testing/jenkins:new aport | Francesco Colista | 2017-07-13 | 5 | -0/+130 |
| | |||||
* | main/gcc: update to 6.4.0 | Timo Teräs | 2017-07-13 | 4 | -83/+22 |
| | | | | | - remove patches merged upstream - remove aarch64 workaround needed for PR77455 that is now fixed | ||||
* | community/drbdmanage: upgrade to 0.99.5 | Roland Kammerer | 2017-07-12 | 1 | -2/+2 |
| | |||||
* | main/drbd9-hardened: upgrade to 9.0.8 | Roland Kammerer | 2017-07-12 | 1 | -3/+3 |
| | | | | | - New upstream release - Includes compat code including linux 4.12 | ||||
* | main/freetype: enable pcf long family names | Carlo Landmeter | 2017-07-12 | 2 | -1/+29 |
| | |||||
* | main/nodejs: upgrade to 6.11.1 | Yamagishi Kazutoshi | 2017-07-12 | 1 | -2/+2 |
| | |||||
* | main/mosquitto: upgrade to 1.4.14 | Fabian Affolter | 2017-07-12 | 1 | -2/+2 |
| | |||||
* | main/libressl: upgrade to 2.5.5 | Ole-Martin Bratteng | 2017-07-12 | 1 | -2/+2 |
| | |||||
* | main/asterisk: upgrade to 14.6.0 | Timo Teräs | 2017-07-12 | 2 | -42/+42 |
| | |||||
* | testing/netdisco: upgrade to 2.036007 | Timo Teräs | 2017-07-12 | 1 | -2/+2 |
| |