Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: update pthread guard size patch to latest submission | William Pitcock | 2018-02-02 | 2 | -11/+21 |
| | |||||
* | main/musl: fix TLS-related edge-case with guard size patch | William Pitcock | 2018-01-06 | 2 | -3/+3 |
| | |||||
* | main/musl: track pthread guard sizes | William Pitcock | 2018-01-06 | 2 | -1/+54 |
| | |||||
* | main/musl: backport 2 fixes from upstream | Natanael Copa | 2017-12-18 | 3 | -1/+168 |
| | | | | | - use UTC instead of GMT when no timezone is specified - fix sysconf for initite rlimits | ||||
* | main/musl: install correct headers for MIPS64 | Nils Andreas Svee | 2017-12-11 | 1 | -0/+1 |
| | |||||
* | main/musl: update fopencookie patch to v9 | William Pitcock | 2017-11-17 | 2 | -24/+28 |
| | | | | dalias actually likes this version, so hopefully it should be in musl soon | ||||
* | main/musl: add GNU typedefs for fopencookie hook functions | William Pitcock | 2017-11-16 | 2 | -13/+21 |
| | |||||
* | main/musl: upgrade to 1.1.18 | Natanael Copa | 2017-10-31 | 3 | -83/+3 |
| | |||||
* | main/musl: fix glob regression | Timo Teräs | 2017-10-28 | 2 | -2/+47 |
| | | | | likely fixes #8009 | ||||
* | main/musl: fix possible buffer overrun in __posix_spawnx(). | William Pitcock | 2017-10-19 | 2 | -1/+35 |
| | | | | | | | | This can allow programs to crash when $PATH contains elements that are larger than 1024 bytes. Notably, PATH_MAX is larger than 1024 bytes, so this can cause environments with very long, but valid path elements in $PATH to have program crashes when they spawn new processes. No CVE for this one at the time of writing, but this seems like a probable security bug. | ||||
* | main/musl: upgrade to 1.1.17 | William Pitcock | 2017-10-19 | 75 | -4495/+3 |
| | |||||
* | main/musl: back out clearenv change | William Pitcock | 2017-10-12 | 1 | -3/+1 |
| | |||||
* | main/musl: update to alpine version 1.1.16-r21 | William Pitcock | 2017-10-12 | 15 | -1/+1115 |
| | | | | | | | | | | | | - incorporate unreleased upstream bugfixes from august to present: - fix OOB reads in memmem implementations - fix undefined behaviour in memset - fix memory leak in clearenv - fix unicode processing bugs - fix signal masking issue with pthread_create - fix glob descent with GLOB_PERIOD - implement fopencookie(3) | ||||
* | main/musl: backport patch for _NL_LOCALE_NAME | Natanael Copa | 2017-09-20 | 2 | -1/+62 |
| | | | | | needed by libidn testsuite https://github.com/alpinelinux/aports/pull/2320#issuecomment-330380719 | ||||
* | main/musl: add fix for HWCAP_S390_* defines | Natanael Copa | 2017-08-29 | 2 | -1/+39 |
| | | | | | needed by node on s390x https://github.com/nodejs/node/issues/15078 | ||||
* | main/musl: backport ppc64 fix for setjmp/longjmp handling of TOC pointer | Roberto Oliveira | 2017-08-24 | 2 | -1/+181 |
| | |||||
* | main/musl: crash instead of follow glibc behaviour on pthread_join() UB as ↵ | William Pitcock | 2017-08-01 | 2 | -11/+11 |
| | | | | discussed on #musl | ||||
* | main/musl: do not attempt to join detached threads in pthread_join() | William Pitcock | 2017-08-01 | 2 | -1/+35 |
| | |||||
* | main/musl: cherry-pick upstream fixes | Timo Teräs | 2017-07-05 | 9 | -1/+548 |
| | | | | including regression fix for promoting RTLD_LOCAL to RTLD_GLOBAL | ||||
* | 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 |
| |