network/shibboleth-sp: Updated for version 3.0.0.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Thibaut Notteboom 2018-07-18 23:03:26 +01:00 committed by Willy Sudiarto Raharjo
parent a5cd0ce237
commit 174e0ead9a
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 8 additions and 10 deletions

View file

@ -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
}

View file

@ -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

View file

@ -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"