[oe-commits] [openembedded-core] 07/29: musl: Update to latest

git at git.openembedded.org git at git.openembedded.org
Fri Mar 17 15:37:49 UTC 2017


This is an automated email from the git hooks/post-receive script.

rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 2b1e9ddb10d4766cc4f8be3e55e4fc3d2810bbcb
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Tue Mar 14 16:35:32 2017 -0700

    musl: Update to latest
    
    Rich Felker (11):
          fix ld-behavior-dependent crash in ppc64 ldso startup
          rework ldso handling of global symbol table for consistency
          reorder addend handling before symbol lookup in relocation code
          emulate lazy relocation as deferrable relocation
          fix free of uninitialized buffer pointer on error in regexec
          in static dl_iterate_phdr, fix use of possibly-uninitialized aux data
          fix possible fd leak, unrestored cancellation state on dns socket fail
          fix wide scanf's use of a compound literal past its lifetime
          fix one-byte overflow in legacy getpass function
          avoid loading of multiple libc versions via explicit pathname
          remove unused refcnt field for shared libraries
    
    Szabolcs Nagy (1):
          treat STB_WEAK and STB_GNU_UNIQUE like STB_GLOBAL in find_sym
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 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 7156669..fa87d7d 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 = "827c4e6fbe46142049ef3d8bcb8f35951712797d"
+SRCREV = "cb525397bb053ea49cf160965477a17b17286eb3"
 
 PV = "1.1.16+git${SRCPV}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list