summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Johannes Schoepfer2024-03-01 15:30:39 +0100
committer Willy Sudiarto Raharjo2024-03-01 19:22:41 +0100
commit057174328c990e6d2e8c48cf8e3aa2afff7c362a (patch)
treeee91ce8d75799ecf959e90076db1b78cd812fa40 /system
parent779f8d8b7f25184f706988d19a1ba010ea756c06 (diff)
downloadslackbuilds-057174328c990e6d2e8c48cf8e3aa2afff7c362a.tar.gz
system/musl: Updated for version 1.2.5.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/musl/musl.SlackBuild10
-rw-r--r--system/musl/musl.info6
2 files changed, 8 insertions, 8 deletions
diff --git a/system/musl/musl.SlackBuild b/system/musl/musl.SlackBuild
index 378266c631..69057a0353 100644
--- a/system/musl/musl.SlackBuild
+++ b/system/musl/musl.SlackBuild
@@ -2,8 +2,8 @@
# Slackware build script for musl
-# Copyright 2014 Weldon Goree <weldon@langurwallah.org>
-# Copyright 2019 - 2023 Johannes Schoepfer, Germany
+# Copyright 2014 Weldon Goree
+# Copyright 2019-2024 Johannes Schoepfer, Germany
# All rights reserved
#
# Redistribution and use of this script, with or without modification, is
@@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=musl
-VERSION=${VERSION:-1.2.4}
+VERSION=${VERSION:-1.2.5}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,9 +73,9 @@ cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
- -o -perm 511 \) -exec chmod 755 {} \; -o \
+ -o -perm 511 \) -exec chmod 755 {} + -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} +
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/system/musl/musl.info b/system/musl/musl.info
index b5db0a4e0e..97e80def38 100644
--- a/system/musl/musl.info
+++ b/system/musl/musl.info
@@ -1,8 +1,8 @@
PRGNAM="musl"
-VERSION="1.2.4"
+VERSION="1.2.5"
HOMEPAGE="https://musl.libc.org/"
-DOWNLOAD="https://musl.libc.org/releases/musl-1.2.4.tar.gz"
-MD5SUM="ba95cb2c0ba278f081f96380be555fce"
+DOWNLOAD="https://musl.libc.org/releases/musl-1.2.5.tar.gz"
+MD5SUM="ac5cfde7718d0547e224247ccfe59f18"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""