summaryrefslogtreecommitdiffstats
path: root/main/musl
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: fix locale regression in 1.1.10Timo Teräs2015-06-052-1/+34
|
* main/musl: upgrade to 1.1.10Timo Teräs2015-06-051-5/+5
|
* main/musl: libc6-compat: use symlinks instead of stub filesWilliam Pitcock2015-05-181-3/+3
|
* main/musl: add subpkg which provides stub libraries for glibc compatWilliam Pitcock2015-05-181-2/+20
|
* main/musl: add $ARCH support for mipsWilliam Pitcock2015-05-181-0/+1
|
* main/musl: upgrade to 1.1.9Timo Teräs2015-05-131-5/+5
|
* main/musl: remove post-upgrade scriptTimo Teräs2015-04-102-8/+1
| | | | it caused circular dependency, and is no longer needed
* main/musl: upgrade to 1.1.8Timo Teräs2015-03-305-164/+5
| | | | | We already had patched for CVE-2015-1817, but this release has couple of additional important bug fixes.
* main/musl: fix FLT_ROUNDS regression in C++Timo Teräs2015-03-232-1/+47
| | | | fixes firefox build
* main/musl: cherry-pick fixes from gitTimo Teräs2015-03-234-1/+114
| | | | includes fix to CVE-2015-1817
* main/musl: upgrade to 1.1.7Timo Teräs2015-03-191-4/+4
|
* main/musl: upgrade to 1.1.6Timo Teräs2015-01-1423-2171/+5
| | | | | | All patches or equivalent are upstreamed so remove them all. getopt_long is now doing argument permutation so remove the BSD replacement. Also fixes multiple bugs. ref #3692, ref #3693
* Revert "main/musl: use upstream getopt_long"Timo Teräs2014-12-126-202/+627
| | | | | | This reverts commit 21d10d3c2c3687b1475a4616ec9f341e3931f05b. This is broken still, and was pushed by accident.
* main/musl: use upstream getopt_longTimo Teräs2014-12-126-627/+202
| | | | | Drop our getopt_long from BSD, now that upstream support all GNU extensions we required.
* main/musl: additional fixesTimo Teräs2014-12-106-1/+322
|
* main/musl: cherry-pick fixes and compatibility improvements from upstreamTimo Teräs2014-12-0415-1/+894
|
* main/musl: upgrade to 1.1.5Timo Teräs2014-10-147-5480/+5
|
* main/musl: upgrade to git snapshot of 2014-09-20Timo Teräs2014-09-203-22/+3406
| | | | | | | 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-112-1/+22
| | | | | | | 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-053-1/+94
|
* main/musl: git snapshot of 2014-09-05Timo Teräs2014-09-053-34/+750
| | | | | 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-202-1/+1088
| | | | includes private futex support and mutex/condvar rework and fixes.
* main/musl: cherry-pick upstream git fixesTimo Teräs2014-08-153-5/+146
|
* main/musl: fix handling of zero length names in dn_expand()Natanael Copa2014-08-132-1/+34
| | | | | | | 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-052-4/+5
|
* main/musl: upgrade to 1.1.4Timo Teräs2014-08-0111-1124/+11
|
* main/musl: fix getconf to print single valuesTimo Teräs2014-07-302-10/+10
| | | | | 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-242-5/+5
|
* main/musl: cherry-pick fixes, update alpine specific patchesTimo Teräs2014-07-248-314/+540
| | | | | | | | | | | | | | 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-085-1/+207
|
* main/musl: cherry-pick linker error reporting fixTimo Teräs2014-06-302-1/+73
|
* main/musl: upgrade to 1.1.3Timo Teräs2014-06-264-1671/+5
|
* main/musl: add -dbg subpackageNatanael Copa2014-06-241-2/+2
|
* main/musl: upgrade to git snapshot 2014-06-21Timo Teräs2014-06-213-48/+89
| | | | 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-203-1/+1246
| | | | | 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-173-9/+8
| | | | | | | | 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: add the upgrade scriptTimo Teräs2014-06-122-0/+7
|
* main/musl: upgrade to snapshot of 2014-06-11Timo Teräs2014-06-123-34/+383
| | | | | | | * 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-075-4173/+5
|
* main/musl: upgrade to git snapshot of 2014-06-05Timo Teräs2014-06-062-1/+545
| | | | important bug fixes, as well as few new features
* main/musl: upgrade to git snapshot of 2014-06-03Timo Teräs2014-06-032-1/+94
|
* main/musl: upgrade to git snapshot of 2014-06-02Timo Teräs2014-06-022-9/+3464
| | | | and remove the unneeded crosstool subpkg (applied only to uclibc)
* main/musl: upgrade to 1.1.1Timo Teräs2014-05-214-988/+31
|
* main/musl: aligh with upstream git, add strptime fixTimo Teräs2014-05-143-1/+684
| | | | support for cp437 and cp850 was added, fixes #2870.
* main/musl: fix iconv error messages, ldconfig to create symlinksTimo Teräs2014-05-063-13/+32
| | | | | | 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-262-231/+244
|
* 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-234-65/+375
|
* main/musl: cherry-pick upstream fix, fix recently added getconf namesTimo Teräs2014-04-193-6/+69
|
* main/musl: add iconv (from noXCUse) and some getconf extensionsTimo Teräs2014-04-163-12/+135
|