[oe-commits] [openembedded-core] 16/23: musl: Upgrade to latest master

git at git.openembedded.org git at git.openembedded.org
Tue Sep 12 08:35:43 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 5518461a4bc078ac6faac4095187056da4cb0e90
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun Sep 10 22:43:31 2017 -0700

    musl: Upgrade to latest master
    
    Alexander Monakov (3):
          overhaul environment functions
          free allocations in clearenv
          fix OOB reads in Xbyte_memmem
    
    Bartosz Brachaczek (1):
          handle whitespace before %% in scanf
    
    Rich Felker (6):
          fix erroneous stop before input limit in mbsnrtowcs and wcsnrtombs
          fix erroneous acceptance of f4 9x xx xx code sequences by utf-8 decoder
          fix signal masking race in pthread_create with priority attributes
          don't treat numeric port strings as servent records in getservby*()
          fix glob descent into . and .. with GLOB_PERIOD
          work around incorrect EPERM from mmap syscall
    
    Szabolcs Nagy (4):
          s390x: add bits/hwcap.h
          add a_clz_64 helper function
          arm: add HWCAP_ARM_ hwcap macros
          make syscall.h consistent with linux
    
    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 88769f4..8b6a2e3 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 = "5f7efb87a28a311ad377dd26adf53715dedb096d"
+SRCREV = "da438ee1fc516c41ba1790cef7be551a9e244397"
 
 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