summaryrefslogtreecommitdiffstats
path: root/main/musl/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: upgrade to 1.1.5Timo Teräs2014-10-141-30/+5
|
* main/musl: upgrade to git snapshot of 2014-09-20Timo Teräs2014-09-201-5/+6
| | | | | | | Introduces C11 features, and multiple bug fixes. Notably fixes flockfile() corruption (regression) that caused claws-mail to crash often. Alignas patch was upstreamed so remove that.
* main/musl: fix alignas on x86Natanael Copa2014-09-111-1/+5
| | | | | | | This fixes build of xulrunner and qt5. Mentioned upstream. http://www.openwall.com/lists/musl/2014/09/11/1
* main/musl: add few more commits from today, add funlockfile checkTimo Teräs2014-09-051-1/+9
|
* main/musl: git snapshot of 2014-09-05Timo Teräs2014-09-051-5/+5
| | | | | Some new features (e.g. malloc_usable_size and max_align_t), multiple bug fixes, and performance improvements.
* main/musl: git snapshot of 2014-08-18Timo Teräs2014-08-201-1/+5
| | | | includes private futex support and mutex/condvar rework and fixes.
* main/musl: cherry-pick upstream git fixesTimo Teräs2014-08-151-5/+9
|
* main/musl: fix handling of zero length names in dn_expand()Natanael Copa2014-08-131-1/+5
| | | | | | | should fix issue with ENUM in kamailio sent upstream: http://www.openwall.com/lists/musl/2014/08/13/6
* main/musl: fix ldconfig return valueTimo Teräs2014-08-051-4/+4
|
* main/musl: upgrade to 1.1.4Timo Teräs2014-08-011-49/+11
|
* main/musl: fix getconf to print single valuesTimo Teräs2014-07-301-4/+4
| | | | | It is not valid to use positional parameters without using them all. Otherwise the proper argument size cannot be determined. ref #3266
* main/musl: fix typo in ns_msg_getflag from previous commitTimo Teräs2014-07-241-4/+4
|
* main/musl: cherry-pick fixes, update alpine specific patchesTimo Teräs2014-07-241-7/+27
| | | | | | | | | | | | | | four additional fixes from upstream git. dns patch fixed to implement ns_{put,get}* as real functions, and macro ns_msg_getflag added. netlink patch is reworked to provide alias interface names for ipv4 where appropriate, and for ipv6 link-local scope ids. few error paths have been fixed, and if_nameindex() memory allocation strategy has been improved. setxid patch added.
* main/musl: cherry-pick fixes from upstream gitTimo Teräs2014-07-081-1/+17
|
* main/musl: cherry-pick linker error reporting fixTimo Teräs2014-06-301-1/+5
|
* main/musl: upgrade to 1.1.3Timo Teräs2014-06-261-17/+5
|
* main/musl: add -dbg subpackageNatanael Copa2014-06-241-2/+2
|
* main/musl: upgrade to git snapshot 2014-06-21Timo Teräs2014-06-211-5/+5
| | | | includes syslog.h fix that is needed to fix sysklogd crashes
* main/musl: upgrade to latest git snapshot, fix gethostby*_r error pathTimo Teräs2014-06-201-1/+9
| | | | | upstream changes include tlsdesc (gnutls2) support for x86 and x86_64 as well as various optimizations and bug fixes.
* main/musl: remove post-install and use only post-upgradeNatanael Copa2014-06-171-2/+2
| | | | | | | | The problem is that /bin/sh depends on bash which depends on musl so we get a circular dependency. To solve it we simply remove the post-install. The problem it is supposed to fix is very unlikely to happen on new installs and if it does, it will be resolved with next upgrade.
* main/musl: upgrade to snapshot of 2014-06-11Timo Teräs2014-06-121-7/+7
| | | | | | | * migrate to /etc/localtime (instead of /etc/zoneinfo/localtime) this is the upstream way now * add replaces to uclibc-utils for smoother upgrades from uclibc
* main/musl: upgrade to 1.1.2Timo Teräs2014-06-071-21/+5
|
* main/musl: upgrade to git snapshot of 2014-06-05Timo Teräs2014-06-061-1/+5
| | | | important bug fixes, as well as few new features
* main/musl: upgrade to git snapshot of 2014-06-03Timo Teräs2014-06-031-1/+5
|
* main/musl: upgrade to git snapshot of 2014-06-02Timo Teräs2014-06-021-9/+5
| | | | and remove the unneeded crosstool subpkg (applied only to uclibc)
* main/musl: upgrade to 1.1.1Timo Teräs2014-05-211-16/+8
|
* main/musl: aligh with upstream git, add strptime fixTimo Teräs2014-05-141-1/+9
| | | | support for cp437 and cp850 was added, fixes #2870.
* main/musl: fix iconv error messages, ldconfig to create symlinksTimo Teräs2014-05-061-9/+11
| | | | | | ldconfig is used by some packages' install script to create the SONAME symlinks in the DESTDIR. do those symlinks for non-system directories.
* main/musl: add LONG_BIT and other extensions to getconfTimo Teräs2014-04-261-4/+4
|
* main/musl: replace libiconv instead of conflictTimo Teräs2014-04-231-2/+3
| | | | | | libiconv exists and is empty. libiconv-dev exists and had empty libiconv.a as compatibility wrapper, so we need to be able to pull it in.
* main/musl: align with upstream git, fixes for timezone handlingTimo Teräs2014-04-231-6/+10
|
* main/musl: cherry-pick upstream fix, fix recently added getconf namesTimo Teräs2014-04-191-4/+8
|
* main/musl: add iconv (from noXCUse) and some getconf extensionsTimo Teräs2014-04-161-12/+23
|
* main/musl: upgrade to 1.1.0Timo Teräs2014-04-161-22/+5
|
* main/musl: make uclibc-dev conflictNatanael Copa2014-04-151-7/+2
| | | | This is better than replaces
* main/musl: let musl-dev replace uclibc-devNatanael Copa2014-04-151-1/+6
|
* main/musl: cherry-pick fixes from upstream git, and port getent.c from netbsdTimo Teräs2014-04-141-16/+21
| | | | | fixes important memmem bug, getent is a whole lot faster. additionally the netlink patch is optimized a bit.
* main/musl: reimplement getifaddrs() and if_nameindex() with netlinkTimo Teräs2014-04-091-5/+9
| | | | | this fixes issues with dhcpcd. cherry-pick also one more printf formatting fix from musl git.
* main/musl: add one more arm fix, and bump pkgrelTimo Teräs2014-04-071-5/+5
|
* main/musl: align with latest gitTimo Teräs2014-04-071-4/+4
| | | | | * armv6 patch is there now (including an important fix) * two additional important bug fixes
* main/musl: allow musl-utils take over uclibc-utilsNatanael Copa2014-04-071-1/+2
|
* main/musl: upgrade to latest git snapshot and fix armv6 patchTimo Teräs2014-04-041-13/+9
|
* main/musl: backport hsearch from upstreamNatanael Copa2014-04-031-1/+9
| | | | needed for drbd
* main/musl: use armv6 atomics if available instead of kuser_helperTimo Teräs2014-04-011-1/+5
| | | | fixes musl to work with grsec kernel on arm
* 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
|