]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
musl: Upgrade to latest tip of trunk kraj/musl-upgrade
authorKhem Raj <raj.khem@gmail.com>
Tue, 27 Aug 2024 16:26:04 +0000 (09:26 -0700)
committerKhem Raj <raj.khem@gmail.com>
Wed, 28 Aug 2024 04:06:26 +0000 (21:06 -0700)
Bring following changes on top of 1.2.5

dd1e63c3 syslog: revert LOG_FAC/LOG_FACMASK changes
008f737d siglongjmp: document why this function just calls longjmp
947b4574 inet_ntop: fix the IPv6 leading zero sequence compression
50ab8306 dynlink: avoid copying to temp buffer in get_lfs64
1b97d006 sys/epoll.h: add epoll ioctls
ab31e9d6 getusershell: skip blank lines and comments
53ac44ff dynlink: fix get_lfs64() with posix_fallocate64
895736d4 syslog: fix incorrect LOG_MAKEPRI and LOG_FAC[MASK] macros
05ce67fe add renameat2 linux syscall wrapper
00799729 fix mismatched type in posix_getdents definition
cbf59dd6 aarch64 crti.o: fix alignment of _init/_fini
84015cee fix typo that broke sys/reg.h and sys/user.h
1b0d4851 implement posix_getdents adopted for next issue of POSIX
2c124e13 stdint.h: derive limits from __LONG_MAX, use common fast16 types
7019fbe1 sys/user.h: derive __WORDSIZE from __LONG_MAX
e709a6f0 sys/reg.h: derive __WORDSIZE from __LONG_MAX
29b216b2 unistd.h: derive ILP32/LP64 macros from __LONG_MAX instead of arch bits
0dfa1d8c unify bits/stat.h for all archs sharing a common definition
ef600888 align aarch64, riscv64, loongarch64 stat structure padding type
6f666231 ldso: fix non-functional fix to early dynamic PAGE_SIZE access
fced99e9 strptime: implement conversion specifiers adopted for next POSIX issue
3f9d4224 printf decimal integer formatting: shave off one division
a23cf8f9 riscv mcontext_t/sigcontext: use __aligned__ instead of aligned
cbf1c7b6 add missing STATX_ATTR_* macros omitted when statx was added
3f49203c initgroups: do not artificially limit number of supplementary groups
24ebbbde printf: fix edge case where hex float precision was not honored
e3b0ace5 complex: fix comment in cacosh
9683bd62 math: fix fma(x,y,0) when x*y rounds to -0
5370070f fix pwrite/pwritev handling of O_APPEND files
bdc9a9ff uio.h: add RWF_NOAPPEND flag for pwritev2
7ada6dde iconv: fix missing bounds checking for shift_jis decoding
fd7d0185 add missing inline keyword on default a_barrier definition
b5121e2e iconv: add aliases for GBK
ca6f46af iconv: add euro symbol to GBK as single byte 0x80

(From OE-Core rev: 70179bc94c90ba1f33a3fff8f3019cb96fcdbaef)

(From OE-Core rev: fb3fe40ae84d12f7f4479fe04c440f3f2fe1ea0a)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/musl/musl_git.bb

index 63b2038e4bef26be3d28f49cade88ddcf49ea91e..e3a8dff7d5c48052f402da0a0d1d3f599b087204 100644 (file)
@@ -4,7 +4,7 @@
 require musl.inc
 inherit linuxloader
 
-SRCREV = "0784374d561435f7c787a555aeab8ede699ed298"
+SRCREV = "dd1e63c3638d5f9afb857fccf6ce1415ca5f1b8b"
 
 BASEVER = "1.2.5"