musl: update musl to 1.1.16+ and switch to download from git
authorChristian Lamparter <chunkeey@googlemail.com>
Tue, 3 Jan 2017 16:51:04 +0000 (17:51 +0100)
committerJo-Philipp Wich <jo@mein.io>
Wed, 1 Feb 2017 17:39:16 +0000 (18:39 +0100)
commitbce140ebb905617295eff5f2b79152d42d217b32
tree41a3700a849bd8fb919d52632a1ec068a4c870fb
parentb313f0d18921ca9681860ee32787b97440c136f4
musl: update musl to 1.1.16+ and switch to download from git

This patch updates musl to 1.1.16+ [0] and removes all the
backported patches. This is a major release and tagged as such.
For more information visit musl-libc.org or read the WHATSNEW.

Furthermore, this patch also changes musl to download directly
from git. This makes it easier to update musl in the future.

The patch custom Add-format-attribute-to-some-function-declarations.patch
was assigned a new 400- number. This should avoid confusion
since 0xx numbers are usually assigned to backports.

[0] <http://git.musl-libc.org/cgit/musl/commit/?id=769f53598e781ffc89191520f3f8a93cb58db91f>

Cc: Hannu Nyman <hannu.nyman@iki.fi>
Cc: Koen Vandeputte <koen.vandeputte@ncentric.com>
Cc: Jo-Philipp Wich <jo@mein.io>
Cc: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: Christian Lamparter <chunkeey@googlemail.com>
32 files changed:
toolchain/musl/Config.version
toolchain/musl/common.mk
toolchain/musl/patches/005-fix-asctime-day-month-names-not-to-vary-by-locale.patch [deleted file]
toolchain/musl/patches/010-fix-regression-in-tcsetattr-on-all-mips-archs.patch [deleted file]
toolchain/musl/patches/015-fix-pread-pwrite-syscall-calling-convention-on-sh.patch [deleted file]
toolchain/musl/patches/020-verify-that-ttyname-refers-to-the-same-file-as-the-fd.patch [deleted file]
toolchain/musl/patches/025-fix-ffsync-by-changing-it-to-osync.patch [deleted file]
toolchain/musl/patches/028-fix-printf-regression-with-alt-form-octal-zero-flag-and-field-width.patch [deleted file]
toolchain/musl/patches/029-fix-ifru_data-and-ifcu_buf-types-in-net-if.h.patch [deleted file]
toolchain/musl/patches/030-fix-if_indextoname-error-case.patch [deleted file]
toolchain/musl/patches/031-add-missing-unlocked-and-wcsftime_l-prototypes-to-wchar-header.patch [deleted file]
toolchain/musl/patches/033-fix-undefined-behavior-in-sched.h-cpu_set_t-usage.patch [deleted file]
toolchain/musl/patches/035-fix-getservby_r-result-pointer-value-on-error.patch [deleted file]
toolchain/musl/patches/036-fix-strftime-y-for-negative-tm_year.patch [deleted file]
toolchain/musl/patches/037-fix-missing-integer-overflow-checks-in-regexec-buffer-size-computations.patch [deleted file]
toolchain/musl/patches/038-fix-regexec-with-haystack-strings-longer-than-int_max.patch [deleted file]
toolchain/musl/patches/039-fix-integer-overflow-in-float-printf-needed-precision-computation.patch [deleted file]
toolchain/musl/patches/040-fix-integer-overflows-and-uncaught-eoverflow-in-printf-core.patch [deleted file]
toolchain/musl/patches/048-math-fix-pow-signed-shift-ub.patch [deleted file]
toolchain/musl/patches/049-fix-clock_nanosleep-error-case.patch [deleted file]
toolchain/musl/patches/050-add-pthread_setname_np.patch [deleted file]
toolchain/musl/patches/051-fix-float-formatting-of-some-exact-halfway-cases.patch [deleted file]
toolchain/musl/patches/052-fix-getopt_long_only-misinterpreting-as-an-option.patch [deleted file]
toolchain/musl/patches/053-fix-gratuitous-undefined-behavior-in-strptime.patch [deleted file]
toolchain/musl/patches/054-fix-strtod-and-strtof-rounding-with-many-trailing-zeros.patch [deleted file]
toolchain/musl/patches/055-fix-strtod-int-optimization-in-non-nearest-rounding-mode.patch [deleted file]
toolchain/musl/patches/065-fix-integer-overflow-of-tm_year-in-__secs_to_tm.patch [deleted file]
toolchain/musl/patches/066-fix-swprintf-internal-buffer-state-and-error-handling.patch [deleted file]
toolchain/musl/patches/071-fix-build-regression-on-archs-with-variable-page-size.patch [deleted file]
toolchain/musl/patches/099-Add-format-attribute-to-some-function-declarations.patch [deleted file]
toolchain/musl/patches/400-Add-format-attribute-to-some-function-declarations.patch [new file with mode: 0644]
toolchain/musl/patches/400-fix_quoted_timezone.patch [deleted file]