musl: Update to latest master

brings in these fixes

  * f8bdc304 fix spurious failures by fgetws when buffer ends with partial character
  * 5690668a add missing strerror text for key management
  * 3b7b4155 fix out-of-bound read processing time zone data with distant-past dates
  * 75b3412f fix potentially wrong-sign zero in cproj functions at infinity
  * 52f0deb9 make fseek detect and produce an error for invalid whence arguments
  * cbacd638 add SEEK_DATA and SEEK_HOLE to unistd.h

(From OE-Core rev: 6c76063019f9aab5c249750e526bae9031829efe)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj
2022-02-25 10:09:17 -08:00
committed by Richard Purdie
parent 9da87f1119
commit 836f8c4b4e

View File

@@ -4,7 +4,7 @@
require musl.inc
inherit linuxloader
SRCREV = "c4d4028dde90562f631edf559fbc42d8ec1b29de"
SRCREV = "f8bdc3048216f41eaaf655524fa286cfb1184a70"
BASEVER = "1.2.2"