]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
musl: Update to tip of trunk
authorKhem Raj <raj.khem@gmail.com>
Thu, 17 Oct 2024 06:18:23 +0000 (23:18 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 22 Oct 2024 11:26:25 +0000 (12:26 +0100)
- License-Update: One of COPYRIGHT holders name changed [1]

- Brings these changes

047a1639 sys/stat.h: fix typo in statx member name stx_dio_offset_align
5be920e9 s390x: don't allow br r0 in CRTJMP asm
2fc56aaa update contributor name in authorship notices
43664364 fix compile regression in exit on archs without SYS_pause
6d8000d3 abstract missing SYS_pause syscall with macros
23ab04a8 statx: add new struct statx fields and corresponding mask macros
4ca8c267 statx: fix uninitialized attributes/mask in fallback path
251cbb63 statx: fix ENOSYS emulation not setting stx_rdev_*
8c43c562 sysconf: fix _SC_MINSIGSTKSZ computation to match kernel interpretation
300a1f53 sigaltstack: enforce dynamic MINSIGSTKSZ limit
572a2e2e printf: drastically reduce stack usage without [long] double args
c94a0c16 isatty: don't collapse all non-EBADF errors to ENOTTY
ee18e584 printf core: replace if(0) blocks around switch cases with explicit gotos
06a96470 iconv: add cp858
e1b57ede catan: remove no-op reduction mod pi and unused code
ca4e632d remove incorrect comment regarding powl exceptional cases
c851b268 strerror: add error strings for EUCLEAN and ENAVAIL
9c78557a use hidden visibility for C entry point function _start_c
882aedf6 fix lost or delayed wakes in sem_post under certain race conditions
b09e3174 m68k: fix POLLWRNORM and POLLWRBAND
2de6b426 fix missing make dependency for Scrt1.o due to typo
cde213f9 timer_create: replace pthread barrier with semaphores for thread start
9ee6f104 atexit: fail rather than deadlocking after last handler is called
8cca79a7 exit: add back lock to make concurrent calls to exit safe
ef7d0ae2 move __utc string object to its own translation unit

[1] https://git.musl-libc.org/cgit/musl/commit/?id=2fc56aaa9f660ebd735d1595c3501b792af42eb8

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>
meta/recipes-core/musl/musl.inc
meta/recipes-core/musl/musl_git.bb

index 9999b4d2d64097bdcfb63b6f3d19185887fa7a84..13f51bfde3c49a8f0336a52cd25641560f6de0c8 100644 (file)
@@ -9,7 +9,7 @@ standards-conformance and safety."
 HOMEPAGE = "http://www.musl-libc.org/"
 LICENSE = "MIT"
 SECTION = "libs"
-LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=b03f1cc25363d094011f8f4fd8bcfb68"
+LIC_FILES_CHKSUM = "file://COPYRIGHT;md5=0c2904cdc34777fb4067732bae145506"
 
 INHIBIT_DEFAULT_DEPS = "1"
 
index e3a8dff7d5c48052f402da0a0d1d3f599b087204..2ce16d041dd31d97a657b7817cff4c960c994d00 100644 (file)
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "dd1e63c3638d5f9afb857fccf6ce1415ca5f1b8b"
+SRCREV = "047a16398b29d2702a41a0d6d15370d54b9d723c"
 
 BASEVER = "1.2.5"