aboutsummaryrefslogtreecommitdiff
path: root/system/sst
diff options
context:
space:
mode:
authorAlexander Verbovetsky <alik@ejik.org>2023-09-21 22:24:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-23 08:42:55 +0700
commit02b5aaef430023e2dc7879be2b15079de6b0931b (patch)
tree2b5b7d6862d5fe8728ea0a3016a632dfd946fdbd /system/sst
parent8092729b598330c9035ddd203e74f1cd197bfec2 (diff)
system/sst: Updated for version 1.9.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sst')
-rw-r--r--system/sst/sst.SlackBuild8
-rw-r--r--system/sst/sst.info6
2 files changed, 9 insertions, 5 deletions
diff --git a/system/sst/sst.SlackBuild b/system/sst/sst.SlackBuild
index f548082b54a44..c16c668ce5a57 100644
--- a/system/sst/sst.SlackBuild
+++ b/system/sst/sst.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for sst
-# Copyright 20222023, Alexander Verbovetsky, Moscow, Russia
+# Copyright 2022-2023, Alexander Verbovetsky, Moscow, Russia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sst
-VERSION=${VERSION:-1.7}
+VERSION=${VERSION:-1.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -73,6 +73,10 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+find usr/lib/solidigm -print0 | xargs -0 file \
+ | grep -e "shared object" | grep ELF | cut -f 1 -d : \
+ | xargs chmod 755 2> /dev/null || true
+
# The library path is hard-coded, so we stick with /usr/lib
cp -a usr $PKG
mv $PKG/usr/bin $PKG/usr/sbin
diff --git a/system/sst/sst.info b/system/sst/sst.info
index f82d911b957ce..b21085c35600a 100644
--- a/system/sst/sst.info
+++ b/system/sst/sst.info
@@ -1,8 +1,8 @@
PRGNAM="sst"
-VERSION="1.7"
+VERSION="1.9"
HOMEPAGE="https://www.solidigm.com/support-page/drivers-downloads/ka-00085.html"
-DOWNLOAD="https://sdmsdfwdriver.blob.core.windows.net/files/kba-gcc/drivers-downloads/ka-00085--sst/sst--1-7/sst-cli-linux-rpm--1-7.zip"
-MD5SUM="43e9fabed34bb196447294471eaac4cf"
+DOWNLOAD="https://sdmsdfwdriver.blob.core.windows.net/files/kba-gcc/drivers-downloads/ka-00085--sst/sst--1-9/sst-cli-linux-rpm--1-9.zip"
+MD5SUM="584a51990482c44e2ad65bd25d0389e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""