diff options
author | Khem Raj <raj.khem@gmail.com> | 2025-02-16 08:37:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 11:56:04 +0000 |
commit | a3f0e2e31e753517f386fe319364ea8340e61bfc (patch) | |
tree | 3c45824551efee86fd61337333a6bf21e568abbe | |
parent | 59e69a74d2b66084073c0cb56f5012d13c25da8e (diff) | |
download | poky-a3f0e2e31e753517f386fe319364ea8340e61bfc.tar.gz |
musl: Upgrade to latest tip of trunk
* c47ad25e iconv: harden UTF-8 output code path against input decoder bugs
* 4c4f15da hasmntopt: match only whole options not arbitrary substrings
* e5adcd97 iconv: fix erroneous input validation in EUC-KR decoder
* 5e594aea iconv: fix erroneous decoding of some invalid ShiftJIS sequences
* 6af4f25b s390x: manually inline __tls_get_addr in __tls_get_offset
* 5ccf05d8 ldso: don't reclaim zero-memory-sized segments
* 1a985764 sched.h: reduce namespace conflicts in _GNU_SOURCE profile
* d36e5bf8 mq: add x32-specific implementations to work around mismatched kernel ABI
* 561cd07d SIGEV_THREAD timers: re-block signals when reusing kernel thread
* 47fa6e4f SIGEV_THREAD timers: fix fatal signal if internal SIGTIMER becomes unblocked
(From OE-Core rev: bfcc61f7b0ec42fafdcc7441bd50c8a75f456693)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-core/musl/musl_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb index 4d44a8cda3..5ef8d7bca9 100644 --- a/meta/recipes-core/musl/musl_git.bb +++ b/meta/recipes-core/musl/musl_git.bb | |||
@@ -4,7 +4,7 @@ | |||
4 | require musl.inc | 4 | require musl.inc |
5 | inherit linuxloader | 5 | inherit linuxloader |
6 | 6 | ||
7 | SRCREV = "61399d4bd02ae1ec03068445aa7ffe9174466bfd" | 7 | SRCREV = "c47ad25ea3b484e10326f933e927c0bc8cded3da" |
8 | 8 | ||
9 | BASEVER = "1.2.5" | 9 | BASEVER = "1.2.5" |
10 | 10 | ||