diff options
Diffstat (limited to 'network/shibboleth-sp/shibboleth-sp.SlackBuild')
-rw-r--r-- | network/shibboleth-sp/shibboleth-sp.SlackBuild | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/network/shibboleth-sp/shibboleth-sp.SlackBuild b/network/shibboleth-sp/shibboleth-sp.SlackBuild index 23637ff5692a7..593f8ead75a34 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 |