[oe-commits] [openembedded-core] 20/31: musl: Update to latest master

git at git.openembedded.org git at git.openembedded.org
Thu May 25 23:00:10 UTC 2017


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

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

commit 1aceb2dcf5bd671d90ec0517ed8f6fa817ea64c0
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Sun May 21 22:00:28 2017 -0700

    musl: Update to latest master
    
    * f9f686b7 have posix_spawnattr_setflags check for supported flags
    * 77e895dc add no-op POSIX_SPAWN_USEVFORK to spawn.h
    * 55550416 s390x: provide sigcontext struct definition
    * bb439bb1 implement new posix_spawn flag POSIX_SPAWN_SETSID
    * 58e2396a remove va_arg hacks in printf core with undefined behavior
    * e1232f5b make ttyname[_r] return ENODEV rather than ENOENT
    * 1a7fa5e5 fix regression in support for resolv.conf attempts option
    * 8c44a060 fix scalbn when result is in the subnormal range
    * 2577b1bc allow full-range file offsets to mmap on archs with 64-bit syscall args
    * b3751c32 fix dl_iterate_phdr in static PIE binaries
    * 1ca59755 fix read past end of buffer in getaddrinfo backend
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
    Signed-off-by: Ross Burton <ross.burton at intel.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 a88bc4d..bae0729 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 = "54807d47acecab778498ced88ce8f62bfa16e379"
+SRCREV = "f9f686b7721e2cc35e20fa5c6df6da2dc4ac3f50"
 
 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