diff options
| author | Khem Raj <raj.khem@gmail.com> | 2017-10-06 11:57:12 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-11-11 12:14:26 +0000 |
| commit | 47164726b8491016abd2787c95bf4178033239c9 (patch) | |
| tree | 9b4c88c20397f4fab39f8899bd16b24d5c277474 | |
| parent | f18e7cd807bc663649d755dd6b6abdd591788f62 (diff) | |
| download | poky-47164726b8491016abd2787c95bf4178033239c9.tar.gz | |
musl: Update to 1.1.18
Rich Felker (9):
fix access by setjmp and longjmp to __hwcap on arm built as thumb2
for executing init array functions, use function type with prototype
fix read-after-free type error in pthread_detach
fix incorrect base name offset from nftw when pathname ends in slash(es)
in dns parsing callback, enforce MAXADDRS to preclude overflow
release 1.1.17
fix regression in glob with literal . or .. path component
fix build regression on ARM for ISA levels less than v5
release 1.1.18
Szabolcs Nagy (1):
math: rewrite fma with mostly int arithmetics
Will Dietz (1):
posix_spawn: use larger stack to cover worst-case in execvpe
(From OE-Core rev: c3f0a70a40e0a8115e9046fb96b4b371b0db44ee)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 671de326fb..932c9a27a0 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
| @@ -3,9 +3,9 @@ | |||
| 3 | 3 | ||
| 4 | require musl.inc | 4 | require musl.inc |
| 5 | 5 | ||
| 6 | SRCREV = "48be5b6313d7b827acf555769e93b389fa9f6307" | 6 | SRCREV = "eb03bde2f24582874cb72b56c7811bf51da0c817" |
| 7 | 7 | ||
| 8 | PV = "1.1.16+git${SRCPV}" | 8 | PV = "1.1.18+git${SRCPV}" |
| 9 | 9 | ||
| 10 | # mirror is at git://github.com/kraj/musl.git | 10 | # mirror is at git://github.com/kraj/musl.git |
| 11 | 11 | ||
