Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: fix nl_langinfo(CODESET) to not return UTF-8-CODE-UNITS | Timo Teräs | 2015-09-05 | 2 | -1/+20 |
| | | | | | The return value is used often as argument to iconv where it's not recognized. Revert back to return UTF8 which works. | ||||
* | main/musl: add missing patch | Timo Teräs | 2015-08-31 | 1 | -0/+80 |
| | |||||
* | main/musl: upgrade to 1.1.11 | Timo Teräs | 2015-08-31 | 7 | -404/+9 |
| | |||||
* | main/musl: fix struct tm.tm_gmtoff | Natanael Copa | 2015-08-13 | 2 | -1/+128 |
| | | | | ref #4450 | ||||
* | main/musl: apply upstream fixes, and vsz issue mitigation | Timo Teräs | 2015-07-29 | 5 | -47/+211 |
| | | | | | | update syslog patch to upstream commit version, add a_store fix for x86, and apply some mitigation against unwanted vsz expansion in multithreaded programs. | ||||
* | main/musl: apply two fixes from mailing list | Timo Teräs | 2015-07-07 | 3 | -1/+76 |
| | | | | both are due to be committed upstream | ||||
* | main/musl: fix locale regression in 1.1.10 | Timo Teräs | 2015-06-05 | 2 | -1/+34 |
| | |||||
* | main/musl: upgrade to 1.1.10 | Timo Teräs | 2015-06-05 | 1 | -5/+5 |
| | |||||
* | main/musl: libc6-compat: use symlinks instead of stub files | William Pitcock | 2015-05-18 | 1 | -3/+3 |
| | |||||
* | main/musl: add subpkg which provides stub libraries for glibc compat | William Pitcock | 2015-05-18 | 1 | -2/+20 |
| | |||||
* | main/musl: add $ARCH support for mips | William Pitcock | 2015-05-18 | 1 | -0/+1 |
| | |||||
* | main/musl: upgrade to 1.1.9 | Timo Teräs | 2015-05-13 | 1 | -5/+5 |
| | |||||
* | main/musl: remove post-upgrade script | Timo Teräs | 2015-04-10 | 2 | -8/+1 |
| | | | | it caused circular dependency, and is no longer needed | ||||
* | main/musl: upgrade to 1.1.8 | Timo Teräs | 2015-03-30 | 5 | -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äs | 2015-03-23 | 2 | -1/+47 |
| | | | | fixes firefox build | ||||
* | main/musl: cherry-pick fixes from git | Timo Teräs | 2015-03-23 | 4 | -1/+114 |
| | | | | includes fix to CVE-2015-1817 | ||||
* | main/musl: upgrade to 1.1.7 | Timo Teräs | 2015-03-19 | 1 | -4/+4 |
| | |||||
* | main/musl: upgrade to 1.1.6 | Timo Teräs | 2015-01-14 | 23 | -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äs | 2014-12-12 | 6 | -202/+627 |
| | | | | | | This reverts commit 21d10d3c2c3687b1475a4616ec9f341e3931f05b. This is broken still, and was pushed by accident. | ||||
* | main/musl: use upstream getopt_long | Timo Teräs | 2014-12-12 | 6 | -627/+202 |
| | | | | | Drop our getopt_long from BSD, now that upstream support all GNU extensions we required. | ||||
* | main/musl: additional fixes | Timo Teräs | 2014-12-10 | 6 | -1/+322 |
| | |||||
* | main/musl: cherry-pick fixes and compatibility improvements from upstream | Timo Teräs | 2014-12-04 | 15 | -1/+894 |
| | |||||
* | main/musl: upgrade to 1.1.5 | Timo Teräs | 2014-10-14 | 7 | -5480/+5 |
| | |||||
* | main/musl: upgrade to git snapshot of 2014-09-20 | Timo Teräs | 2014-09-20 | 3 | -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 x86 | Natanael Copa | 2014-09-11 | 2 | -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 check | Timo Teräs | 2014-09-05 | 3 | -1/+94 |
| | |||||
* | main/musl: git snapshot of 2014-09-05 | Timo Teräs | 2014-09-05 | 3 | -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-18 | Timo Teräs | 2014-08-20 | 2 | -1/+1088 |
| | | | | includes private futex support and mutex/condvar rework and fixes. | ||||
* | main/musl: cherry-pick upstream git fixes | Timo Teräs | 2014-08-15 | 3 | -5/+146 |
| | |||||
* | main/musl: fix handling of zero length names in dn_expand() | Natanael Copa | 2014-08-13 | 2 | -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 value | Timo Teräs | 2014-08-05 | 2 | -4/+5 |
| | |||||
* | main/musl: upgrade to 1.1.4 | Timo Teräs | 2014-08-01 | 11 | -1124/+11 |
| | |||||
* | main/musl: fix getconf to print single values | Timo Teräs | 2014-07-30 | 2 | -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 commit | Timo Teräs | 2014-07-24 | 2 | -5/+5 |
| | |||||
* | main/musl: cherry-pick fixes, update alpine specific patches | Timo Teräs | 2014-07-24 | 8 | -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 git | Timo Teräs | 2014-07-08 | 5 | -1/+207 |
| | |||||
* | main/musl: cherry-pick linker error reporting fix | Timo Teräs | 2014-06-30 | 2 | -1/+73 |
| | |||||
* | main/musl: upgrade to 1.1.3 | Timo Teräs | 2014-06-26 | 4 | -1671/+5 |
| | |||||
* | main/musl: add -dbg subpackage | Natanael Copa | 2014-06-24 | 1 | -2/+2 |
| | |||||
* | main/musl: upgrade to git snapshot 2014-06-21 | Timo Teräs | 2014-06-21 | 3 | -48/+89 |
| | | | | includes syslog.h fix that is needed to fix sysklogd crashes | ||||
* | main/musl: upgrade to latest git snapshot, fix gethostby*_r error path | Timo Teräs | 2014-06-20 | 3 | -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-upgrade | Natanael Copa | 2014-06-17 | 3 | -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 script | Timo Teräs | 2014-06-12 | 2 | -0/+7 |
| | |||||
* | main/musl: upgrade to snapshot of 2014-06-11 | Timo Teräs | 2014-06-12 | 3 | -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.2 | Timo Teräs | 2014-06-07 | 5 | -4173/+5 |
| | |||||
* | main/musl: upgrade to git snapshot of 2014-06-05 | Timo Teräs | 2014-06-06 | 2 | -1/+545 |
| | | | | important bug fixes, as well as few new features | ||||
* | main/musl: upgrade to git snapshot of 2014-06-03 | Timo Teräs | 2014-06-03 | 2 | -1/+94 |
| | |||||
* | main/musl: upgrade to git snapshot of 2014-06-02 | Timo Teräs | 2014-06-02 | 2 | -9/+3464 |
| | | | | and remove the unneeded crosstool subpkg (applied only to uclibc) | ||||
* | main/musl: upgrade to 1.1.1 | Timo Teräs | 2014-05-21 | 4 | -988/+31 |
| | |||||
* | main/musl: aligh with upstream git, add strptime fix | Timo Teräs | 2014-05-14 | 3 | -1/+684 |
| | | | | support for cp437 and cp850 was added, fixes #2870. |