Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/iproute2: fix musl build | Timo Teräs | 2013-09-29 | 2 | -3/+47 |
| | |||||
* | main/net-snmp: fix musl build | Timo Teräs | 2013-09-29 | 1 | -2/+18 |
| | |||||
* | main/openldp: fix musl build | Timo Teräs | 2013-09-29 | 1 | -1/+1 |
| | |||||
* | main/iptables: fix musl build | Timo Teräs | 2013-09-29 | 2 | -0/+133 |
| | | | | patch from sabotage. | ||||
* | main/perl-starlet: upgrade to 0.20, and don't run tests in vserver | Timo Teräs | 2013-09-29 | 1 | -4/+7 |
| | |||||
* | main/perl-server-starter: upgrade to 0.15, and don't run tests in vserver | Timo Teräs | 2013-09-29 | 2 | -85/+8 |
| | |||||
* | main/make: fix atexit handler (fixes test suite under musl) | Timo Teräs | 2013-09-29 | 2 | -1/+21 |
| | |||||
* | main/perl-parallel-prefork: upgrade to 0.14 | Timo Teräs | 2013-09-29 | 1 | -4/+6 |
| | |||||
* | main/perl-server-starter: fix tests on vserver builders | Timo Teräs | 2013-09-29 | 2 | -3/+83 |
| | | | | | | | vserver does not let 0.0.0.0 bind to 127.0.0.1, where as the client assumed to connect 127.0.0.1. this fixes the tests to connect to 'localhost' which is usually the vserver specific dummy0 address where 0.0.0.0 bind is redirected to. | ||||
* | Revert "main/tzdata: upgrade to 2013f" | Bartłomiej Piotrowski | 2013-09-29 | 1 | -7/+7 |
| | | | | This reverts commit afdb0d75d08d02e1cfa9db89155051e3152427a1. | ||||
* | main/tzdata: upgrade to 2013f | Bartłomiej Piotrowski | 2013-09-29 | 1 | -7/+7 |
| | |||||
* | main/mtdev: upgrade to 1.1.4 | Bartłomiej Piotrowski | 2013-09-29 | 1 | -2/+4 |
| | |||||
* | main/iw: upgrade to 3.11 | Bartłomiej Piotrowski | 2013-09-29 | 1 | -4/+4 |
| | |||||
* | main/musl: cherry pick two more bug fixes from upstream | Timo Teräs | 2013-09-29 | 4 | -5/+134 |
| | |||||
* | main/perl-crypt-rijndael: use stdint.h to build against musl | Timo Teräs | 2013-09-29 | 2 | -4/+31 |
| | |||||
* | main/[various]: update config.sub (and remove charset.alias) | Timo Teräs | 2013-09-29 | 194 | -124/+785 |
| | | | | | | for musl build. the changes are automatically done based on previous build log errors, so this does not guarantee successful build, but is a required. | ||||
* | main/wine: upgrade to 1.7.3 | Bartłomiej Piotrowski | 2013-09-29 | 1 | -4/+4 |
| | |||||
* | main/rsync: upgrade to 3.1.0 | Bartłomiej Piotrowski | 2013-09-29 | 1 | -3/+13 |
| | |||||
* | main/lighttpd: upgrade to 1.4.33 | Bartłomiej Piotrowski | 2013-09-29 | 1 | -4/+4 |
| | |||||
* | main/xen: add general robustness patch for qemu's vnc | William Pitcock | 2013-09-29 | 2 | -1/+73 |
| | |||||
* | main/x264: fix makedepends, and configure (not autotools) | Timo Teräs | 2013-09-27 | 1 | -5/+4 |
| | |||||
* | main/[various]: update config.sub (fixes musl build) | Timo Teräs | 2013-09-27 | 15 | -15/+65 |
| | |||||
* | main/perl-crypt-des: upgrade to 2.07 | Timo Teräs | 2013-09-27 | 2 | -22/+6 |
| | |||||
* | main/opennhrp: fix build on musl | Timo Teräs | 2013-09-27 | 2 | -1/+67 |
| | |||||
* | main/c-ares: update config.sub (fix musl) | Timo Teräs | 2013-09-27 | 1 | -0/+5 |
| | |||||
* | main/xen: implement hotplug script adding vTRILL support for situations ↵ | William Pitcock | 2013-09-27 | 2 | -1/+144 |
| | | | | where dom0 is an RBridge | ||||
* | main/xen: pkgrel bump | William Pitcock | 2013-09-27 | 1 | -1/+1 |
| | |||||
* | main/xen: more robust websockets vencrypt-bypass hack | William Pitcock | 2013-09-27 | 2 | -8/+58 |
| | |||||
* | main/libxml2: fix pthreads patch for non-musl | Timo Teräs | 2013-09-27 | 2 | -52/+10 |
| | | | | | | the weak hack is needed if -lpthreads is separate library. so just differentiate with musl and non-musl with __GLIBC__ as an ugly hack. | ||||
* | main/e2fsprogs: fix build on uclibc | Timo Teräs | 2013-09-27 | 2 | -6/+15 |
| | | | | also include stdint.h to get the standard types | ||||
* | main/[various]: fix build against musl (add update_config_sub) | Timo Teräs | 2013-09-27 | 85 | -74/+371 |
| | |||||
* | main/squashfs-tools: fix build against musl | Timo Teräs | 2013-09-27 | 2 | -4/+57 |
| | |||||
* | main/pciutils: fix headers | Timo Teräs | 2013-09-27 | 2 | -5/+47 |
| | | | | | has ugly kludges for ancient glibc headers. remove all the legacy hacks. makes pciutils builds against musl. | ||||
* | main/newt: fix includes (to build against musl) | Timo Teräs | 2013-09-27 | 2 | -4/+17 |
| | |||||
* | main/libxml2: fix build against musl | Timo Teräs | 2013-09-27 | 2 | -4/+62 |
| | | | | | they have horrible hack to make pthread symbols weak, it's unneeded. patch from sabotage. | ||||
* | main/icu: fix timezone usage | Timo Teräs | 2013-09-27 | 3 | -16/+23 |
| | | | | | | the icu configure script auto-detects proper timezone variable, but it's never used, and the header #ifdef detection is horribly broken. fix it for sane libc's. | ||||
* | main/heimdal: remove broken authentication in rsh/rshd | Timo Teräs | 2013-09-27 | 2 | -4/+171 |
| | | | | | as stated, it's broken by design security wise. and uses obsolete functions that don't exist in musl. this fixes musl build. | ||||
* | main/gnutls: cherry-pick upstream commit to not use error.h | Timo Teräs | 2013-09-27 | 2 | -1/+3175 |
| | | | | this fixes build on musl. | ||||
* | main/gnome-vfs: fix musl build (use NO_DATA, not NO_ADDRESS) | Timo Teräs | 2013-09-27 | 2 | -5/+21 |
| | |||||
* | main/gamin: fix non portable mutex type usage (fixes musl build) | Timo Teräs | 2013-09-27 | 2 | -3/+23 |
| | |||||
* | main/freetds: fix includes (to build against musl) | Timo Teräs | 2013-09-27 | 2 | -3/+22 |
| | |||||
* | main/e2fsprogs: use standard types | Timo Teräs | 2013-09-27 | 2 | -5/+31 |
| | | | | fixes musl build, patch from sabotage. | ||||
* | main/alsa-lib: fix musl build | Timo Teräs | 2013-09-27 | 6 | -6/+297 |
| | | | | | fix various idiotic constructs. patches are mostly from sabotage, but some I wrote myself too. | ||||
* | main/musl: fix i386 syscalls, and remove libintl wrappers | Timo Teräs | 2013-09-27 | 2 | -1/+49 |
| | | | | | in alpine we have gnu gettext with libintl, so remove the dummy wrappers as they would otherwise cause conflicts. | ||||
* | main/gcc: fix alpine/musl specific libssp patch | Timo Teräs | 2013-09-26 | 2 | -4/+12 |
| | |||||
* | main/gst-libav1: upgrade to 1.2.0 | Natanael Copa | 2013-09-26 | 1 | -4/+4 |
| | |||||
* | main/gst-plugins-bad1: upgrade to 1.2.0 | Natanael Copa | 2013-09-26 | 1 | -4/+4 |
| | |||||
* | main/gst-plugins-ugly1: upgrade to 1.2.0 | Natanael Copa | 2013-09-26 | 1 | -4/+4 |
| | |||||
* | main/gst-plugins-good1: upgrade to 1.2.0 | Natanael Copa | 2013-09-26 | 2 | -6/+25 |
| | |||||
* | main/gst-plugins-base1: upgrade to 1.2.0 | Natanael Copa | 2013-09-26 | 1 | -4/+4 |
| |