summaryrefslogtreecommitdiffstats
path: root/main/musl/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: apply changes from upstream gitTimo Teräs2014-03-261-13/+5
| | | | | | | | * remove the upstreamed confstr patch * remove relro patch which got fixed and upstreamed, ref #2614 (the old version did not relro protect libc.so itself) * workaround for gcc pr58245 is no longer needed as thread pointer is always initialized and the lazy ssp init is removed
* main/musl: add relro supportTimo Teräs2014-03-251-1/+5
| | | | ref #2614
* main/musl: upgrade to 1.0.0Timo Teräs2014-03-201-13/+5
|
* main/musl: cherry-pick flock64 fix from upstream, add getconfTimo Teräs2014-02-191-1/+17
| | | | needed for openjdk6/icedtea building
* main/musl: upgrade to git snapshot 2014-02-13Timo Teräs2014-02-141-17/+5
|
* main/musl: refresh setkey patch, add timespec conversion helpersTimo Teräs2014-01-131-4/+8
|
* main/musl: add three patches to improve compatibilityTimo Teräs2014-01-131-1/+13
|
* main/musl: upgrade to 0.9.15Timo Teräs2014-01-031-39/+5
| | | | remove upstreamed and backport patches
* main/musl: fix struct signalfd_siginfoTimo Teräs2013-12-251-1/+5
| | | | fixes runtime brekage of lxc build
* main/musl: fix fstat et al to return EBADF properlyTimo Teräs2013-12-191-5/+9
| | | | this fixes the one failing test case of perl-io-async.
* main/musl: fix hangs in localtimeNatanael Copa2013-12-191-1/+5
|
* main/musl: add patches for tcp socket option structs and herrorTimo Teräs2013-12-181-1/+9
|
* main/musl: add igmp headers and quota headers/syscallTimo Teräs2013-12-181-5/+15
|
* main/musl: update git snapshot to 2013-12-14Timo Teräs2013-12-161-12/+4
|
* main/musl: include git commits up to 71d23b310383Timo Teräs2013-10-281-22/+5
| | | | | multiple bug fixes, and sys/timeb.h with ftime() implemented increasing compatibility with old applications.
* main/musl: add missing enums and functions for compatibilityTimo Teräs2013-10-141-9/+18
|
* main/musl: cherry pick fixes, fix rfc3678 patch to be glibc compatibleTimo Teräs2013-10-091-7/+20
| | | | also add dummy ldconfig
* main/musl: cherry pick two more bug fixes from upstreamTimo Teräs2013-09-291-5/+14
|
* main/musl: fix i386 syscalls, and remove libintl wrappersTimo Teräs2013-09-271-1/+8
| | | | | in alpine we have gnu gettext with libintl, so remove the dummy wrappers as they would otherwise cause conflicts.
* main/musl: add workaround for gcc bug 58245Timo Teräs2013-09-261-1/+5
|
* main/musl: upgrade to 0.9.14Timo Teräs2013-09-241-6/+17
| | | | | - take maintainership - provide libssp_nonshared for simplifying gcc build
* main/musl: fix crosscompiler bootstrap, explicitly specify prefixTimo Teräs2013-09-231-1/+1
| | | | | Since we don't run ./configure, the prefix needs to be explicitly passed to make. Affects only crosscompiler creation (so no pkgrel bump).
* main/musl: add rfc3678 multicast structures (for openpgm)Timo Teräs2013-09-201-1/+5
|
* main/musl: fix arch, support crosscompiler creationTimo Teräs2013-09-061-2/+15
|
* main/musl: upgrade to 0.9.13Timo Teräs2013-09-031-4/+4
|
* main/musl: upgrade to 0.9.12Timo Teräs2013-07-301-47/+9
|
* main/musl: fix the getopt_long we shipTimo Teräs2013-07-221-4/+4
| | | | | It is originally from pkgconf, and it had additional non-conformant changes. This reverts them.
* main/musl: fix popen/posix_spawn under qemu-user emulationTimo Teräs2013-07-171-28/+32
| | | | cherry-pick upstream commit working around the qemu-user deficiency.
* main/musl: various fixes from git master, and packaging fixesTimo Teräs2013-07-111-21/+58
| | | | | | | | | | - use upstream commits for all arm pie/unwind fixes - replace getopt with BSD licensed GNU compatible getopt - set proper SONAME for the libc generated for packaging purposes - rename libc.so to be ld-musl-$ARCH.so.1 and point the SONAME and ldd links to it. this allows libc.so to go to -dev package as it will be used for compiling only. - move specs file to musl-crosstool subpackage
* main/musl: fixes for using as default libcTimo Teräs2013-07-081-5/+19
| | | | | | | - create musl-utils so libc-utils can depend on it - provide ldd symlink in it also - provide getent based on uclibc - cherry-pick NFDBITS patch for sudo
* main/musl: update checksumsTimo Teräs2013-07-031-3/+3
|
* main/musl: upgrade 0.9.11Timo Teräs2013-07-031-8/+25
| | | | Also don't build crosstool for native musl builds.
* main/musl: new aportWilliam Pitcock2013-06-081-0/+54