mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
musl: Upgrade to 1.1.13+
Rich Felker (3):
fix assumption in fputs that fwrite returning 0 implies an error
fix unlikely corner cases in getopt's message printing
in crypt-sha*, reject excessive rounds as error rather than clamping
(From OE-Core rev: d22e9cd34c714a6946ef194e36b61d352b26e326)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -3,9 +3,9 @@
|
||||
|
||||
require musl.inc
|
||||
|
||||
SRCREV = "0ed932f34f11663e6b3ddfa866b1798a5938a3dc"
|
||||
SRCREV = "cf115059ba0ecd611008c89c78c37b62f8e6d6af"
|
||||
|
||||
PV = "1.1.12+git${SRCPV}"
|
||||
PV = "1.1.13+git${SRCPV}"
|
||||
|
||||
# mirror is at git://github.com/kraj/musl.git
|
||||
|
||||
|
||||
Reference in New Issue
Block a user