]> git.lizzy.rs Git - rust.git/commitdiff
ci: Update musl with new release
authorAlex Crichton <alex@alexcrichton.com>
Thu, 19 Oct 2017 20:26:21 +0000 (13:26 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Thu, 19 Oct 2017 20:26:21 +0000 (13:26 -0700)
Apparently there's at least one CVE fixed in the new version of musl, and
because we're distributing it seems like a good opportunity to update!

Unfortunately it looks like #38618 still hasn't been fixed.

src/ci/docker/cross/build-arm-musl.sh
src/ci/docker/dist-i586-gnu-i686-musl/build-musl.sh
src/ci/docker/dist-x86_64-musl/build-musl.sh

index 780099e2ec176212d84a24f0a829ea5d95e3a159..567e5d9ac9863ffa4911bfc1693443687f977679 100755 (executable)
@@ -11,7 +11,7 @@
 
 set -ex
 
-MUSL=1.1.16
+MUSL=1.1.17
 
 hide_output() {
   set +x
index ad285a57a84a3f56891012099ae498dab2503b9b..883859d1fa64e89cd09c9c5917255589fd8926c0 100644 (file)
@@ -15,7 +15,7 @@ set -ex
 export CFLAGS="-fPIC -Wa,-mrelax-relocations=no"
 export CXXFLAGS="-Wa,-mrelax-relocations=no"
 
-MUSL=musl-1.1.16
+MUSL=musl-1.1.17
 curl https://www.musl-libc.org/releases/$MUSL.tar.gz | tar xzf -
 cd $MUSL
 CC=gcc \
index 776da0093974c0c68c9b59ca84f9fd55eec26059..9be8d001149e9d10788ab6c416cedfa0d2cd010a 100644 (file)
@@ -15,7 +15,7 @@ set -ex
 export CFLAGS="-fPIC -Wa,-mrelax-relocations=no"
 export CXXFLAGS="-Wa,-mrelax-relocations=no"
 
-MUSL=musl-1.1.16
+MUSL=musl-1.1.17
 curl https://www.musl-libc.org/releases/$MUSL.tar.gz | tar xzf -
 cd $MUSL
 ./configure --prefix=/musl-x86_64 --disable-shared