diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-04 20:07:27 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2017-11-04 20:07:27 +0000 |
commit | 74686ff5738ed0443ab68bd1490910c8576a9c17 (patch) | |
tree | ab914fcd55ec8519c0379390a858cca4db8d7041 /sub/musl/Makefile | |
parent | 366f85bcf4ee29b1e410ef3c53fbe140c71f1293 (diff) | |
download | lh-bootstrap-74686ff5738ed0443ab68bd1490910c8576a9c17.tar.xz |
fix bearssl, update musl, add socklog
Diffstat (limited to 'sub/musl/Makefile')
-rw-r--r-- | sub/musl/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/sub/musl/Makefile b/sub/musl/Makefile index 0d23c83..b91b834 100644 --- a/sub/musl/Makefile +++ b/sub/musl/Makefile @@ -1,10 +1,7 @@ MUSL_BASE ?= /opt/musl-git -# Version from 2017-07-17 -# MUSL_VERSION := a08910fc2cc739f631b75b2d09b8d72a0d64d285 - -# Version from 2017-10-31 -MUSL_VERSION := 1b9406b03c0a94ebe2076a8fc1746a8c45e78a83 +# release 1.1.18 +MUSL_VERSION := eb03bde2f24582874cb72b56c7811bf51da0c817 # Build-build |