aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/musl: Fix interpreter paths for libc6-compatAin2019-01-031-13/+18
| | | | | | | Paths for mips and ppc64el were wrong, several CARCH'es were missing. On x86_64, this changes /lib64 from being a symlink to a directory containg a symlink.
* main/musl: backport fix for getaddrinfo regressionNatanael Copa2018-09-201-1/+3
|
* main/musl: fix race conditionKaarle Ritvanen2018-09-181-1/+3
|
* main/musl: upgrade to 1.1.20Natanael Copa2018-09-071-19/+3
|
* main/musl: backport patch fixing TLS layoutJakub Jirutka2018-06-191-1/+4
| | | | This issue affects e.g. Rust on aarch64.
* main/musl: remove traces of uclibcNatanael Copa2018-06-151-6/+3
| | | | Clean up traces of uclibc, which we havent supported for years
* main/musl: add additional features definitions for ppc64leBreno Leitao2018-05-241-1/+3
| | | | | | | 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 Pitcock2018-04-111-3/+1
| | | | bug upstream
* main/musl: cherry-pick additional upstream fixesTimo Teräs2018-04-101-3/+7
|
* main/musl: fix complex math functionsA. Wilcox2018-04-101-1/+3
|
* main/musl: update k8s + cloudflare mitigation patch to latest proposed versionWilliam Pitcock2018-03-311-2/+2
| | | | | 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 pathWilliam Pitcock2018-03-301-3/+4
|
* main/musl: make alpine + kubernetes DNS great againWilliam Pitcock2018-03-301-1/+3
|
* main/musl: cherry-pick upstream nl_langinfo_l fixTimo Teräs2018-03-071-1/+5
| | | | Notable this fixes libreoffice to handle utf8 filenames properly.
* main/musl: upgrade to 1.1.19Timo Teräs2018-02-221-16/+3
|
* main/musl: handle AT_BASE correctly with static PIEWilliam Pitcock2018-02-201-1/+4
|
* main/musl: Fix __lookup_serv error code valueA. Wilcox2018-02-101-1/+3
|
* main/musl: update pthread guard size patch to latest submissionWilliam Pitcock2018-02-021-2/+2
|
* main/musl: fix TLS-related edge-case with guard size patchWilliam Pitcock2018-01-061-2/+2
|
* main/musl: track pthread guard sizesWilliam Pitcock2018-01-061-1/+3
|
* main/musl: backport 2 fixes from upstreamNatanael Copa2017-12-181-1/+5
| | | | | - use UTC instead of GMT when no timezone is specified - fix sysconf for initite rlimits
* main/musl: install correct headers for MIPS64Nils Andreas Svee2017-12-111-0/+1
|
* main/musl: update fopencookie patch to v9William Pitcock2017-11-171-2/+2
| | | | dalias actually likes this version, so hopefully it should be in musl soon
* main/musl: add GNU typedefs for fopencookie hook functionsWilliam Pitcock2017-11-161-2/+2
|
* main/musl: upgrade to 1.1.18Natanael Copa2017-10-311-7/+3
|
* main/musl: fix glob regressionTimo Teräs2017-10-281-2/+3
| | | | likely fixes #8009
* main/musl: fix possible buffer overrun in __posix_spawnx().William Pitcock2017-10-191-1/+3
| | | | | | | | 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.17William Pitcock2017-10-191-149/+3
|
* main/musl: back out clearenv changeWilliam Pitcock2017-10-121-3/+1
|
* main/musl: update to alpine version 1.1.16-r21William Pitcock2017-10-121-1/+30
| | | | | | | | | | | | - 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_NAMENatanael Copa2017-09-201-1/+3
| | | | | needed by libidn testsuite https://github.com/alpinelinux/aports/pull/2320#issuecomment-330380719
* main/musl: add fix for HWCAP_S390_* definesNatanael Copa2017-08-291-1/+3
| | | | | needed by node on s390x https://github.com/nodejs/node/issues/15078
* main/musl: backport ppc64 fix for setjmp/longjmp handling of TOC pointerRoberto Oliveira2017-08-241-1/+3
|
* main/musl: crash instead of follow glibc behaviour on pthread_join() UB as ↵William Pitcock2017-08-011-2/+2
| | | | discussed on #musl
* main/musl: do not attempt to join detached threads in pthread_join()William Pitcock2017-08-011-1/+3
|
* main/musl: cherry-pick upstream fixesTimo Teräs2017-07-051-1/+17
| | | | including regression fix for promoting RTLD_LOCAL to RTLD_GLOBAL
* main/musl: fix checksumsWilliam Pitcock2017-06-221-0/+1
|
* main/musl: apply proactive mitigation against bugs like glibc CVE-2017-1000366William Pitcock2017-06-221-1/+2
|
* main/musl: cherry-pick upstream fixesTimo Teräs2017-06-211-1/+17
|
* main/musl: likewise for aarch64William Pitcock2017-06-141-1/+2
|
* main/musl: add ppc64le glibc ld.so to libc6-compatWilliam Pitcock2017-06-141-1/+2
|
* main/musl: add armel compat ld.so nameTimo Teräs2017-06-011-1/+2
|
* main/musl: cherry-pick upstream fixes, add strftime gnu extensionsTimo Teräs2017-06-011-1/+21
| | | | ref #5907
* main/musl: update upstream s390x patchTuan M. Hoang2017-05-231-2/+2
| | | | | With this update, ocaml built good but ocaml-findlib still segfault
* main/musl: fix unwinding breakage on static PIE binariesShiz2017-04-121-1/+3
|
* main/musl: give s390x a working sigcontextWilliam Pitcock2017-03-251-1/+3
|
* main/musl: cherry-pick ldso improvements and lazy relocation emulationTimo Teräs2017-03-211-1/+11
|
* main/musl: rebuild to fix depends for subpackagesNatanael Copa2017-03-211-1/+1
|
* main/musl: cherry-pick upstream fixesTimo Teräs2017-03-211-7/+39
| | | | | 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 patchTuan M. Hoang2017-03-201-0/+2
|