[OE-core] [PATCH 1/3] musl: Update to latest
Khem Raj
raj.khem at gmail.com
Mon Feb 13 18:00:10 UTC 2017
here is shortlog
* d6601f0a avoid unbounded strlen in gettext functions
* dbbb3734 fix use of uninitialized pointer in gettext core
* 01e6bbec fix bindtextdomain logic error deactivating other domains
* 6894f847 fix spurious EINTR errors from multithreaded set*id, etc.
* 1f53e7d0 fix crashes in x32 __tls_get_addr
* 27b3fd68 fix crash from corrupted tls module list after failed dlopen
* 809ff8cf treat base 1 as an error in strtol-family functions
* 786fda87 fix getopt[_long] clobbering of optopt on success
* 150747b4 reduce impact of REG_* namespace pollution in x86[_64] signal.h
Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
meta/recipes-core/musl/musl_git.bb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index e9b9fef601..5e293cfc13 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -3,7 +3,7 @@
require musl.inc
-SRCREV = "769f53598e781ffc89191520f3f8a93cb58db91f"
+SRCREV = "d6601f0af0452b218d247cb47513fc9cd6bbf2e2"
PV = "1.1.16+git${SRCPV}"
--
2.11.1
More information about the Openembedded-core
mailing list