aboutsummaryrefslogtreecommitdiffstats
path: root/main/musl/APKBUILD
Commit message (Collapse)AuthorAgeFilesLines
* main/libc6-compat: add symlink for libcrypt.so.1Jakub Jirutka2016-04-051-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 memmemNatanael Copa2016-04-011-1/+5
|
* main/musl: cherry-pick upstream fixesTimo Teräs2016-03-301-5/+13
|
* main/musl: upstream fix and gethostbyaddr_r fixTimo Teräs2016-03-221-1/+9
| | | | fixes #5282
* main/musl: revert ucontext.h removalTimo Teräs2016-03-081-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.hTimo Teräs2016-03-081-10/+14
|
* main/musl: cherry-pick bre fixes from upstream gitTimo Teräs2016-03-021-5/+13
|
* main/musl: fix handling of non matching address family entries in hostsTimo Teräs2016-02-231-1/+5
| | | | fixes #5143
* main/musl: upgrade to 1.1.14Timo Teräs2016-02-221-17/+5
|
* main/musl: backport proper fputs fix from upstreamTimo Teräs2016-02-171-5/+13
|
* main/musl: fix fputs regressionTimo Teräs2016-02-161-1/+5
|
* main/musl: upgrade to 1.1.13Timo Teräs2016-02-161-97/+5
|
* main/musl: cherry-pick upstream fixes and improvementsTimo Teräs2016-01-081-5/+93
| | | | fixes #4621
* main/musl: fix single-byte overflow of malloc'd buffer in getdelimNatanael Copa2015-10-251-1/+5
| | | | | from upstream: http://git.musl-libc.org/cgit/musl/commit/?id=b114190b29417fff6f701eea3a3b3b6030338280
* main/musl: upgrade to 1.1.12Timo Teräs2015-10-201-37/+5
|
* main/musl: cherry-pick upstream fixesTimo Teräs2015-09-111-9/+33
| | | | | make previous commits the upstream versions, and add few additional fixes
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-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-UNITSTimo Teräs2015-09-051-1/+5
| | | | | The return value is used often as argument to iconv where it's not recognized. Revert back to return UTF8 which works.
* main/musl: upgrade to 1.1.11Timo Teräs2015-08-311-29/+9
|
* main/musl: fix struct tm.tm_gmtoffNatanael Copa2015-08-131-1/+5
| | | | ref #4450
* main/musl: apply upstream fixes, and vsz issue mitigationTimo Teräs2015-07-291-5/+13
| | | | | | 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 listTimo Teräs2015-07-071-1/+9
| | | | both are due to be committed upstream
* main/musl: fix locale regression in 1.1.10Timo Teräs2015-06-051-1/+5
|
* main/musl: upgrade to 1.1.10Timo Teräs2015-06-051-5/+5
|
* main/musl: libc6-compat: use symlinks instead of stub filesWilliam Pitcock2015-05-181-3/+3
|
* main/musl: add subpkg which provides stub libraries for glibc compatWilliam Pitcock2015-05-181-2/+20
|
* main/musl: add $ARCH support for mipsWilliam Pitcock2015-05-181-0/+1
|
* main/musl: upgrade to 1.1.9Timo Teräs2015-05-131-5/+5
|
* main/musl: remove post-upgrade scriptTimo Teräs2015-04-101-2/+1
| | | | it caused circular dependency, and is no longer needed
* main/musl: upgrade to 1.1.8Timo Teräs2015-03-301-21/+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äs2015-03-231-1/+5
| | | | fixes firefox build
* main/musl: cherry-pick fixes from gitTimo Teräs2015-03-231-1/+13
| | | | includes fix to CVE-2015-1817
* main/musl: upgrade to 1.1.7Timo Teräs2015-03-191-4/+4
|
* main/musl: upgrade to 1.1.6Timo Teräs2015-01-141-97/+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äs2014-12-121-17/+9
| | | | | | This reverts commit 21d10d3c2c3687b1475a4616ec9f341e3931f05b. This is broken still, and was pushed by accident.
* main/musl: use upstream getopt_longTimo Teräs2014-12-121-9/+17
| | | | | Drop our getopt_long from BSD, now that upstream support all GNU extensions we required.
* main/musl: additional fixesTimo Teräs2014-12-101-1/+21
|
* main/musl: cherry-pick fixes and compatibility improvements from upstreamTimo Teräs2014-12-041-1/+57
|
* main/musl: upgrade to 1.1.5Timo Teräs2014-10-141-30/+5
|
* main/musl: upgrade to git snapshot of 2014-09-20Timo Teräs2014-09-201-5/+6
| | | | | | | 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 x86Natanael Copa2014-09-111-1/+5
| | | | | | | This fixes build of xulrunner and qt5. Mentioned upstream. http://www.openwall.com/lists/musl/2014/09/11/1
* main/musl: add few more commits from today, add funlockfile checkTimo Teräs2014-09-051-1/+9
|
* main/musl: git snapshot of 2014-09-05Timo Teräs2014-09-051-5/+5
| | | | | Some new features (e.g. malloc_usable_size and max_align_t), multiple bug fixes, and performance improvements.
* main/musl: git snapshot of 2014-08-18Timo Teräs2014-08-201-1/+5
| | | | includes private futex support and mutex/condvar rework and fixes.
* main/musl: cherry-pick upstream git fixesTimo Teräs2014-08-151-5/+9
|
* main/musl: fix handling of zero length names in dn_expand()Natanael Copa2014-08-131-1/+5
| | | | | | | should fix issue with ENUM in kamailio sent upstream: http://www.openwall.com/lists/musl/2014/08/13/6
* main/musl: fix ldconfig return valueTimo Teräs2014-08-051-4/+4
|
* main/musl: upgrade to 1.1.4Timo Teräs2014-08-011-49/+11
|
* main/musl: fix getconf to print single valuesTimo Teräs2014-07-301-4/+4
| | | | | It is not valid to use positional parameters without using them all. Otherwise the proper argument size cannot be determined. ref #3266
* main/musl: fix typo in ns_msg_getflag from previous commitTimo Teräs2014-07-241-4/+4
|