Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/musl: add additional features definitions for ppc64le | Breno Leitao | 2018-05-24 | 2 | -1/+42 |
| | | | | | | | This additional features would avoid FTFBS later as the one found on rngd_darn.c:208:31: error: 'PPC_FEATURE2_DARN' undeclared (first use in this function) if (!(getauxval(AT_HWCAP2) & PPC_FEATURE2_DARN)) { | ||||
* | main/musl: drop cloudflare mitigation patch, cloudflare finally fixed the ↵ | William Pitcock | 2018-04-11 | 2 | -141/+1 |
| | | | | bug upstream | ||||
* | main/musl: cherry-pick additional upstream fixes | Timo Teräs | 2018-04-10 | 4 | -8/+110 |
| | |||||
* | main/musl: fix complex math functions | A. Wilcox | 2018-04-10 | 2 | -1/+62 |
| | |||||
* | main/musl: update k8s + cloudflare mitigation patch to latest proposed version | William Pitcock | 2018-03-31 | 2 | -18/+125 |
| | | | | | this version will only activate itself under a relevant configuration where the cloudflare DNS problem is harmful | ||||
* | main/musl: dns: gracefully handle transient failures in the domain search path | William Pitcock | 2018-03-30 | 3 | -70/+35 |
| | |||||
* | main/musl: make alpine + kubernetes DNS great again | William Pitcock | 2018-03-30 | 2 | -1/+70 |
| | |||||
* | main/musl: cherry-pick upstream nl_langinfo_l fix | Timo Teräs | 2018-03-07 | 3 | -1/+64 |
| | | | | Notable this fixes libreoffice to handle utf8 filenames properly. | ||||
* | main/musl: upgrade to 1.1.19 | Timo Teräs | 2018-02-22 | 7 | -604/+3 |
| | |||||
* | main/musl: handle AT_BASE correctly with static PIE | William Pitcock | 2018-02-20 | 2 | -1/+47 |
| | |||||
* | main/musl: Fix __lookup_serv error code value | A. Wilcox | 2018-02-10 | 2 | -1/+31 |
| | |||||
* | 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 |
| |