summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Thibaut Notteboom2018-07-19 00:03:26 +0200
committer Willy Sudiarto Raharjo2018-07-21 01:53:31 +0200
commit174e0ead9a23b60455d9afe1dbfa69f708ed209a (patch)
tree3b6460a3cd592708999781a9c2931cfcf6a9df23
parenta5cd0ce237986fa38b2f3c5d01cac28ae8063747 (diff)
downloadslackbuilds-174e0ead9a23b60455d9afe1dbfa69f708ed209a.tar.gz
network/shibboleth-sp: Updated for version 3.0.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--network/shibboleth-sp/rc.shibd2
-rw-r--r--network/shibboleth-sp/shibboleth-sp.SlackBuild10
-rw-r--r--network/shibboleth-sp/shibboleth-sp.info6
3 files changed, 8 insertions, 10 deletions
diff --git a/network/shibboleth-sp/rc.shibd b/network/shibboleth-sp/rc.shibd
index db154529fa..5b11c417f1 100644
--- a/network/shibboleth-sp/rc.shibd
+++ b/network/shibboleth-sp/rc.shibd
@@ -11,7 +11,7 @@ shibd_start() {
echo "The shibd service is already running"
else
echo "Starting the shibd service: /usr/sbin/shibd"
- /usr/sbin/shibd $DAEMON_OPTS -p $SHIBD_PID
+ /usr/sbin/shibd $DAEMON_OPTS
fi
}
diff --git a/network/shibboleth-sp/shibboleth-sp.SlackBuild b/network/shibboleth-sp/shibboleth-sp.SlackBuild
index 23637ff569..593f8ead75 100644
--- a/network/shibboleth-sp/shibboleth-sp.SlackBuild
+++ b/network/shibboleth-sp/shibboleth-sp.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for Shibboleth Service Provider.
-# Copyright 2013-2017 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2013-2018 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=shibboleth-sp
-VERSION=${VERSION:-2.6.1}
+VERSION=${VERSION:-3.0.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -103,11 +103,9 @@ rm -f $PKG/etc/shibboleth/shibd-* $PKG/etc/shibboleth/*.dist $PKG/etc/shibboleth
find $PKG/etc/shibboleth/ -name *.html | while read cfg ; do mv $cfg $cfg.new ; done
find $PKG/etc/shibboleth/ -name *.logger | while read cfg ; do mv $cfg $cfg.new ; done
find $PKG/etc/shibboleth/ -name *.xml | while read cfg ; do mv $cfg $cfg.new ; done
+find $PKG/etc/shibboleth/ -name *.pem | while read cfg ; do mv $cfg $cfg.new ; done
-# Key generation
-$PKG/etc/shibboleth/keygen.sh -f -u shibd -g shibd -o $PKG/etc/shibboleth
-mv $PKG/etc/shibboleth/sp-key.pem $PKG/etc/shibboleth/sp-key.pem.new
-mv $PKG/etc/shibboleth/sp-cert.pem $PKG/etc/shibboleth/sp-cert.pem.new
+chown shibd:shibd $PKG/etc/shibboleth/sp-*.pem.new
mv $PKG/usr/share/doc $PKG/usr
mv $PKG/usr/doc/shibboleth-$VERSION $PKG/usr/doc/$PRGNAM-$VERSION
diff --git a/network/shibboleth-sp/shibboleth-sp.info b/network/shibboleth-sp/shibboleth-sp.info
index 6aef86b22d..a24fd5722d 100644
--- a/network/shibboleth-sp/shibboleth-sp.info
+++ b/network/shibboleth-sp/shibboleth-sp.info
@@ -1,8 +1,8 @@
PRGNAM="shibboleth-sp"
-VERSION="2.6.1"
+VERSION="3.0.0"
HOMEPAGE="http://shibboleth.net/"
-DOWNLOAD="http://shibboleth.net/downloads/service-provider/2.6.1/shibboleth-sp-2.6.1.tar.gz"
-MD5SUM="2cbd8c0ee1a32bfec127a9ca6f879994"
+DOWNLOAD="http://shibboleth.net/downloads/service-provider/3.0.0/shibboleth-sp-3.0.0.tar.gz"
+MD5SUM="fcf42d935243ccd4f3737868ca76fa90"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="opensaml"