Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: cherry-pick fixes and compatibility improvements from upstream | Timo Teräs | 2014-12-04 | 15 | -1/+894 |
| | |||||
* | main/xfsprogs: upgrade to 3.2.2 | Natanael Copa | 2014-12-04 | 1 | -5/+5 |
| | |||||
* | main/phpmyadmin: upgrade to 4.2.13.1 | Natanael Copa | 2014-12-04 | 1 | -4/+4 |
| | |||||
* | main/spice: re-enable on arm | Timo Teräs | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | main/spice: use x86 inline assembly only on x86 | Timo Teräs | 2014-12-03 | 2 | -5/+27 |
| | |||||
* | main/open-vm-tools: do not build on arm | Timo Teräs | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | main/xf86-video-intel: do not build on arm | Timo Teräs | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | main/libva-intel-driver: do not build on arm | Timo Teräs | 2014-12-03 | 1 | -1/+1 |
| | |||||
* | main/audacity: fix arm build | Timo Teräs | 2014-12-03 | 1 | -1/+10 |
| | | | | | SSE is intel only, but still needs to be explicitly disabled for audacity to compile on arm | ||||
* | main/valgrind: disable on arm | Timo Teräs | 2014-12-03 | 1 | -1/+1 |
| | | | | | valgrind supports armv7+, but we build for armv6 so valgrind refuses to compile. for the time being disable it. | ||||
* | main/linux-grsec: update arm config | Timo Teräs | 2014-12-03 | 2 | -11/+32 |
| | | | | the outdated config did not build, so no pkgrel bump needed. | ||||
* | main/qt5-qtbase: fix arm build | Timo Teräs | 2014-12-03 | 1 | -1/+9 |
| | | | | | -reduce-relocations is not supported and causes build failure. pkgrel does not need bump as only non-building armhf is affected. | ||||
* | main/alpine-conf: pass nomodeset boot option to installed disk | Natanael Copa | 2014-12-03 | 2 | -4/+50 |
| | | | | fixes #3555 | ||||
* | Revert parts of "main/makekit: upgrade to 0.2 and disable on arm" | Timo Teräs | 2014-12-03 | 1 | -4/+4 |
| | | | | | | This reverts commit 718468ec3e04641d6247dc9ab7e986744ef7a161. The upgrade did not work out, just disable on arm. | ||||
* | main/makekit: upgrade to 0.2 and disable on arm | Timo Teräs | 2014-12-03 | 1 | -5/+5 |
| | | | | makekit does not seem to support arm architecture currently. | ||||
* | main/jack: fix arm build | Timo Teräs | 2014-12-03 | 2 | -14/+26 |
| | | | | | | | update execinfo patch to completely remove any attempts to do backtrace(). the code would insisted trying to use backtrace() on arm. imitating backtrace() is generally bad practice security wise. and this also fixes jack to produce core dumps. | ||||
* | main/varnish: fix arm build | Timo Teräs | 2014-12-03 | 2 | -8/+24 |
| | | | | | arm has only limited support for __builtin_return_address() due to calling convention. disable the backtrace() emulation on arm. | ||||
* | main/spice: disable build on arm | Timo Teräs | 2014-12-03 | 1 | -1/+1 |
| | | | | there's inline assembly for x86/x86_64 in several places. | ||||
* | main/freerdp: fix arm build | Timo Teräs | 2014-12-03 | 1 | -0/+2 |
| | | | | | pass in the fp abi we use. no affect for non-arm platforms, and as this caused build failure, no pkgrel bump is needed. | ||||
* | main/docbook-xml: fix catalog generation | Timo Teräs | 2014-12-02 | 1 | -1/+13 |
| | | | | | xmlcatalog was changed, and XML_CATALOG_FILES needs to be now set to empty string when modifying non-default catalog. | ||||
* | main/docbook-xml: fix version 4.1.2 | Natanael Copa | 2014-12-02 | 1 | -8/+11 |
| | |||||
* | main/acf-shorewall: Remove aport | Ted Trask | 2014-12-02 | 1 | -19/+0 |
| | |||||
* | main/syncthing: set version number for build | Natanael Copa | 2014-12-02 | 1 | -2/+2 |
| | | | | so it does not pick up the aports git version | ||||
* | main/seahub: upgrade to 4.0.1 | Natanael Copa | 2014-12-02 | 1 | -4/+4 |
| | |||||
* | main/seafile: upgrade to 4.0.3 | Natanael Copa | 2014-12-02 | 1 | -4/+4 |
| | |||||
* | main/ccnet: upgrade to 4.0.3 | Natanael Copa | 2014-12-02 | 1 | -5/+5 |
| | |||||
* | main/lxc: add support for lxc's autostart feature | Natanael Copa | 2014-12-02 | 2 | -7/+28 |
| | | | | | | | | | | | this makes it possible to mark which containers you want to be autostarted in the container config and then use /etc/init.d/lxc start to start them all same with stop/reboot. | ||||
* | main/cpufrequtils: apply upstream commits to fix arm build | Timo Teräs | 2014-12-02 | 10 | -118/+1804 |
| | | | | and also the other issues we were already patching for. | ||||
* | main/gnats: fix buildtime system user creation | Natanael Copa | 2014-12-02 | 1 | -4/+3 |
| | |||||
* | main/syncthing: upgrade to 0.10.9 | Natanael Copa | 2014-12-02 | 1 | -4/+4 |
| | |||||
* | main/samba: upgrade to 4.1.14 | Natanael Copa | 2014-12-02 | 1 | -4/+4 |
| | |||||
* | main/mkinitfs: splash improvement | Natanael Copa | 2014-12-02 | 2 | -4/+45 |
| | |||||
* | main/qemu: disable gtk and sdl | Natanael Copa | 2014-12-02 | 1 | -10/+29 |
| | |||||
* | main/quvi: fix memory corruption | Timo Teräs | 2014-12-02 | 2 | -5/+39 |
| | |||||
* | main/linux-rpi: fb fix for perfect boot splash | Timo Teräs | 2014-12-01 | 2 | -1/+19 |
| | | | | | Apply frame buffer fix to make it work without fbcon. This allows nice bootsplash on alpine with "blacklist=fbcon". | ||||
* | ==== release 3.1.0_rc4 ====v3.1.0_rc4 | Natanael Copa | 2014-12-01 | 1 | -1/+1 |
| | |||||
* | testing/hping3: move back | Natanael Copa | 2014-12-01 | 2 | -68/+0 |
| | | | | does not build | ||||
* | main/mkinitfs: upgrade to 2.7.1 | Natanael Copa | 2014-12-01 | 3 | -87/+5 |
| | |||||
* | main/hping3: move from testing | Ted Trask | 2014-12-01 | 2 | -0/+68 |
| | |||||
* | main/nikto: move from testing | Ted Trask | 2014-12-01 | 2 | -0/+131 |
| | |||||
* | main/icecast: upgrade to 2.4.1 | Natanael Copa | 2014-12-01 | 1 | -4/+4 |
| | |||||
* | main/acf-mysql: New aport | Ted Trask | 2014-12-01 | 1 | -0/+25 |
| | |||||
* | main/flac: fix build on x86 | Natanael Copa | 2014-12-01 | 2 | -4/+25 |
| | |||||
* | main/backuppc: Fix permissions and edited patch | k0r10n | 2014-12-01 | 4 | -27/+49 |
| | | | | Signed-off-by: Leonardo Arena <rnalrd@alpinelinux.org> | ||||
* | main/strace: fix arm build | Timo Teräs | 2014-12-01 | 2 | -4/+21 |
| | |||||
* | main/busybox-initscripts: vchiq device should be in video group | Timo Teräs | 2014-12-01 | 2 | -4/+5 |
| | | | | | It is rasperry pi's video chip device. Apps accessing the gfx chip need that. | ||||
* | main/busybox-initscripts: allow blacklisting of fbcon | Timo Teräs | 2014-12-01 | 2 | -5/+5 |
| | |||||
* | main/lxc: fixes for alpine template | Natanael Copa | 2014-12-01 | 3 | -4/+65 |
| | | | | | - make sure /dev/shm is world writable - create a defatul tty for console | ||||
* | main/acf-postgresql: upgrade to 0.9.1 | Ted Trask | 2014-11-30 | 1 | -4/+4 |
| | |||||
* | main/acf-kamailio: upgrade to 0.9.1 | Ted Trask | 2014-11-30 | 1 | -4/+4 |
| |