Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: fix checksums | William Pitcock | 2017-06-22 | 1 | -0/+1 |
| | |||||
* | main/musl: apply proactive mitigation against bugs like glibc CVE-2017-1000366 | William Pitcock | 2017-06-22 | 2 | -1/+31 |
| | |||||
* | main/musl: cherry-pick upstream fixes | Timo Teräs | 2017-06-21 | 9 | -1/+312 |
| | |||||
* | main/musl: likewise for aarch64 | William Pitcock | 2017-06-14 | 1 | -1/+2 |
| | |||||
* | main/musl: add ppc64le glibc ld.so to libc6-compat | William Pitcock | 2017-06-14 | 1 | -1/+2 |
| | |||||
* | main/musl: add armel compat ld.so name | Timo Teräs | 2017-06-01 | 1 | -1/+2 |
| | |||||
* | main/musl: cherry-pick upstream fixes, add strftime gnu extensions | Timo Teräs | 2017-06-01 | 11 | -1/+550 |
| | | | | ref #5907 | ||||
* | main/musl: update upstream s390x patch | Tuan M. Hoang | 2017-05-23 | 2 | -20/+31 |
| | | | | | With this update, ocaml built good but ocaml-findlib still segfault | ||||
* | main/musl: fix unwinding breakage on static PIE binaries | Shiz | 2017-04-12 | 2 | -1/+39 |
| | |||||
* | main/musl: give s390x a working sigcontext | William Pitcock | 2017-03-25 | 2 | -1/+35 |
| | |||||
* | main/musl: cherry-pick ldso improvements and lazy relocation emulation | Timo Teräs | 2017-03-21 | 6 | -1/+601 |
| | |||||
* | main/musl: rebuild to fix depends for subpackages | Natanael Copa | 2017-03-21 | 1 | -1/+1 |
| | |||||
* | main/musl: cherry-pick upstream fixes | Timo Teräs | 2017-03-21 | 20 | -15/+726 |
| | | | | | ldso changes (lazy emulation etc) are not stable yet, so it's are not included. the missing patch numbers are for those commits. | ||||
* | main/musl: s390x fpreg_t patch | Tuan M. Hoang | 2017-03-20 | 2 | -0/+42 |
| | |||||
* | main/musl: Fix a ppc64le loader issue | Breno Leitao | 2017-03-08 | 2 | -0/+30 |
| | | | | | | | Fix a problem on ppc64le that sometimes musl crashes during the application load. The crash was found on the loader. This problem was just fixed upstream, and I am adding it back to Alpine. | ||||
* | scripts/bootstrap.sh, main/{binutils,gcc,musl}: no more options="toolchain" | Timo Teräs | 2017-02-27 | 1 | -3/+2 |
| | | | | abuild has been updated to figure this one out from $BOOTSTRAP. | ||||
* | main/musl: add s390x support | Tuan M. Hoang | 2017-02-23 | 2 | -25/+30 |
| | |||||
* | scripts/bootstrap.sh, binutils, gcc, musl: improve bootstrap | Timo Teräs | 2017-02-17 | 1 | -26/+33 |
| | | | | | | | | | - requires new abuild (from git until 2.30 is tagged) - properly build initial musl-dev before c-compiler is available - mark core aports with options=toolchain, and fix all makedepends - bootstrap.sh: reorganize and use set -e there - bootstrap.sh: use new EXTRADEPENDS_* to pull in implicit dependencies during bootstrap to simplify the script | ||||
* | main/musl: Add reference for ppc64le | Breno Leitao | 2017-01-27 | 1 | -0/+1 |
| | | | | Adding a option to be able to have musl compiled for ppc64le. | ||||
* | main/musl: add ppc definition | William Pitcock | 2017-01-24 | 1 | -0/+1 |
| | |||||
* | main/musl: provide /lib64 symlink in libc6-compat | Natanael Copa | 2017-01-20 | 1 | -4/+7 |
| | | | | go needs it | ||||
* | main/musl: apply upstream fixes | Timo Teräs | 2017-01-12 | 5 | -1/+422 |
| | |||||
* | main/musl: apply upstream fixes | Przemyslaw Pawelczyk | 2017-01-03 | 3 | -1/+87 |
| | | | | | | | | | | Second one (safe globfree() after failed glob()) is especially important in case of recently updated busybox, because ash since 1.26 supports libc's glob() and AL's busyboxconfig does not set CONFIG_ASH_INTERNAL_GLOB. musl's glob() still needs to be fixed to work for long inputs. At least ash: out of memory instead of Segmentation fault is nicer. | ||||
* | main/musl: upgrade to 1.1.16 | Timo Teräs | 2017-01-01 | 39 | -2376/+5 |
| | |||||
* | main/musl: upstream fixes, and add ipv6 features to getent | Timo Teräs | 2016-12-29 | 12 | -6/+615 |
| | | | | fixes #6590 | ||||
* | main/musl: cherry-pick various upstream fixes, add pthread_set_attr_default_np | Timo Teräs | 2016-11-01 | 28 | -25/+1670 |
| | |||||
* | main/musl: add comment on secfix for CVE-2016-8859 | Natanael Copa | 2016-10-20 | 1 | -0/+4 |
| | |||||
* | main/musl: fix missing int overflow checks in regex | Natanael Copa | 2016-10-19 | 2 | -1/+78 |
| | |||||
* | main/musl: fix for getmntent | Natanael Copa | 2016-09-14 | 2 | -1/+71 |
| | | | | ref #5703 | ||||
* | 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 |