summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Johannes Schoepfer2020-01-01 00:14:48 +0100
committer Robby Workman2020-01-01 00:14:48 +0100
commitec87b148fab3065a3f75b94b325e20605e04f3d0 (patch)
tree3e7c81e9c6fbb838c3fa58b05c2b81a741ac56a5
parentc6602e212cc445eb8a50617eed2249a6c25767b4 (diff)
downloadslackbuilds-ec87b148fab3065a3f75b94b325e20605e04f3d0.tar.gz
system/musl: Updated for version 1.1.24.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r--system/musl/README5
-rw-r--r--system/musl/musl.SlackBuild3
-rw-r--r--system/musl/musl.info12
-rw-r--r--system/musl/slack-desc2
4 files changed, 12 insertions, 10 deletions
diff --git a/system/musl/README b/system/musl/README
index cb2417aa99..a72afb60b5 100644
--- a/system/musl/README
+++ b/system/musl/README
@@ -1,5 +1,6 @@
-Musl is a C standard library that strives to be lightweight, fast,
-simple, free, and correct.
+Musl is a C standard library that is lightweight, fast, simple, free,
+and strives to be correct in the sense of standards-conformance and
+safety.
Musl includes a wrapper, musl-gcc, for building files linked against musl.
It also provides musl-ldd to print the shared libraries loaded by the
diff --git a/system/musl/musl.SlackBuild b/system/musl/musl.SlackBuild
index 8a3162912d..d61cf69ef2 100644
--- a/system/musl/musl.SlackBuild
+++ b/system/musl/musl.SlackBuild
@@ -3,6 +3,7 @@
# Slackware build script for musl
# Copyright 2014 Weldon Goree <weldon@langurwallah.org>
+# Copyright 2019 Johannes Schoepfer, Germany
# All rights reserved
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=musl
-VERSION=${VERSION:-1.1.16}
+VERSION=${VERSION:-1.1.24}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/musl/musl.info b/system/musl/musl.info
index 43fefb326e..8328bcf0b5 100644
--- a/system/musl/musl.info
+++ b/system/musl/musl.info
@@ -1,10 +1,10 @@
PRGNAM="musl"
-VERSION="1.1.16"
-HOMEPAGE="http://www.musl-libc.org"
-DOWNLOAD="http://www.musl-libc.org/releases/musl-1.1.16.tar.gz"
-MD5SUM="ac52ccaec6b06ab0f289d37e8436859b"
+VERSION="1.1.24"
+HOMEPAGE="https://www.musl-libc.org"
+DOWNLOAD="https://www.musl-libc.org/releases/musl-1.1.24.tar.gz"
+MD5SUM="2ac378736ea749b073a3795abb095329"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
-MAINTAINER="Weldon Goree"
-EMAIL="weldon@langurwallah.org"
+MAINTAINER="Johannes Schoepfer"
+EMAIL="slackbuilds@schoepfer.info"
diff --git a/system/musl/slack-desc b/system/musl/slack-desc
index fc4ef7f2d0..a52df43f85 100644
--- a/system/musl/slack-desc
+++ b/system/musl/slack-desc
@@ -12,7 +12,7 @@ musl: The musl C library. A library that attempts to be fast, simple, and
musl: correct. Use the musl-gcc wrapper to build against musl, and the
musl: musl-ldd wrapper to check linkages on the binaries you build.
musl:
-musl: http://www.musl-libc.org/
+musl: https://www.musl-libc.org/
musl:
musl:
musl: