Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: fix ldd symlink | Natanael Copa | 2016-08-03 | 1 | -3/+5 |
| | | | | fixes #5993 | ||||
* | main/musl: cherry-pick upstream fix for asctime | Timo Teräs | 2016-08-02 | 2 | -1/+45 |
| | |||||
* | main/musl: new bootstrap | Timo Teräs | 2016-07-27 | 1 | -22/+16 |
| | |||||
* | main/musl: fix bootstrap build | Timo Teräs | 2016-07-06 | 1 | -10/+15 |
| | |||||
* | main/musl: upgrade to 1.1.15 | Timo Teräs | 2016-07-06 | 15 | -658/+6 |
| | |||||
* | main/musl: fix pthread_exit code to match kernel behavior | Natanael Copa | 2016-06-27 | 2 | -1/+74 |
| | | | | https://github.com/dotnet/coreclr/issues/5872 | ||||
* | main/musl: fix error return code for getaddrinfo | Natanael Copa | 2016-06-15 | 2 | -1/+38 |
| | | | | | needed for fixing dns tests in nodejs test suite https://github.com/nodejs/node/pull/5099 | ||||
* | main/musl: cherry-pick two additional upstream fixes | Timo Teräs | 2016-05-18 | 4 | -7/+98 |
| | |||||
* | main/libc6-compat: add symlink for libcrypt.so.1 | Jakub Jirutka | 2016-04-05 | 1 | -2/+2 |
| | | | | | http://wiki.musl-libc.org/wiki/FAQ#Q:_lib.5Bm.7Cpthread.7Ccrypt.5D.a.2Fso_are_empty.21 https://github.com/jnr/jnr-posix/issues/73#issue-145821125 | ||||
* | main/musl: add upstream fix for memmem | Natanael Copa | 2016-04-01 | 2 | -1/+40 |
| | |||||
* | main/musl: cherry-pick upstream fixes | Timo Teräs | 2016-03-30 | 4 | -6/+112 |
| | |||||
* | main/musl: upstream fix and gethostbyaddr_r fix | Timo Teräs | 2016-03-22 | 3 | -1/+83 |
| | | | | fixes #5282 | ||||
* | main/musl: revert ucontext.h removal | Timo Teräs | 2016-03-08 | 1 | -6/+1 |
| | | | | | | it causes more problems than solves. the applications checking only for that header need to be fixed to check also that makecontext exists during linking. | ||||
* | main/musl: cherry-pick fixes, remove ucontext.h | Timo Teräs | 2016-03-08 | 3 | -10/+84 |
| | |||||
* | main/musl: cherry-pick bre fixes from upstream git | Timo Teräs | 2016-03-02 | 5 | -31/+148 |
| | |||||
* | main/musl: fix handling of non matching address family entries in hosts | Timo Teräs | 2016-02-23 | 2 | -1/+31 |
| | | | | fixes #5143 | ||||
* | main/musl: upgrade to 1.1.14 | Timo Teräs | 2016-02-22 | 4 | -134/+5 |
| | |||||
* | main/musl: backport proper fputs fix from upstream | Timo Teräs | 2016-02-17 | 5 | -17/+130 |
| | |||||
* | main/musl: fix fputs regression | Timo Teräs | 2016-02-16 | 2 | -1/+17 |
| | |||||
* | main/musl: upgrade to 1.1.13 | Timo Teräs | 2016-02-16 | 24 | -1546/+5 |
| | |||||
* | main/musl: cherry-pick upstream fixes and improvements | Timo Teräs | 2016-01-08 | 24 | -7/+1512 |
| | | | | fixes #4621 | ||||
* | main/musl: fix single-byte overflow of malloc'd buffer in getdelim | Natanael Copa | 2015-10-25 | 2 | -1/+37 |
| | | | | | from upstream: http://git.musl-libc.org/cgit/musl/commit/?id=b114190b29417fff6f701eea3a3b3b6030338280 | ||||
* | main/musl: upgrade to 1.1.12 | Timo Teräs | 2015-10-20 | 9 | -381/+5 |
| | |||||
* | main/musl: cherry-pick upstream fixes | Timo Teräs | 2015-09-11 | 10 | -28/+301 |
| | | | | | make previous commits the upstream versions, and add few additional fixes | ||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | 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 |