[oe-commits] [openembedded-core] 08/44: musl: Update to 1.1.18

git at git.openembedded.org git at git.openembedded.org
Fri Nov 10 14:45:20 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 c3f0a70a40e0a8115e9046fb96b4b371b0db44ee
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Fri Oct 6 11:57:12 2017 -0700

    musl: Update to 1.1.18
    
    Rich Felker (9):
          fix access by setjmp and longjmp to __hwcap on arm built as thumb2
          for executing init array functions, use function type with prototype
          fix read-after-free type error in pthread_detach
          fix incorrect base name offset from nftw when pathname ends in slash(es)
          in dns parsing callback, enforce MAXADDRS to preclude overflow
          release 1.1.17
          fix regression in glob with literal . or .. path component
          fix build regression on ARM for ISA levels less than v5
          release 1.1.18
    
    Szabolcs Nagy (1):
          math: rewrite fma with mostly int arithmetics
    
    Will Dietz (1):
          posix_spawn: use larger stack to cover worst-case in execvpe
    
    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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta/recipes-core/musl/musl_git.bb b/meta/recipes-core/musl/musl_git.bb
index 671de32..932c9a2 100644
--- a/meta/recipes-core/musl/musl_git.bb
+++ b/meta/recipes-core/musl/musl_git.bb
@@ -3,9 +3,9 @@
 
 require musl.inc
 
-SRCREV = "48be5b6313d7b827acf555769e93b389fa9f6307"
+SRCREV = "eb03bde2f24582874cb72b56c7811bf51da0c817"
 
-PV = "1.1.16+git${SRCPV}"
+PV = "1.1.18+git${SRCPV}"
 
 # mirror is at git://github.com/kraj/musl.git
 

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


More information about the Openembedded-commits mailing list