summaryrefslogtreecommitdiffstats
path: root/network/shibboleth-sp
diff options
context:
space:
mode:
author Thibaut Notteboom2016-12-09 00:16:33 +0100
committer David Spencer2016-12-10 01:57:38 +0100
commit1b3d29cb0db41683c27fdd5f2cbec542ba936548 (patch)
tree1eab0ded1202addc41e34474066faf335b6b3ed7 /network/shibboleth-sp
parentd36eeb158cc5f80124e64ca3e9a3e1bfbe8b2207 (diff)
downloadslackbuilds-1b3d29cb0db41683c27fdd5f2cbec542ba936548.tar.gz
network/shibboleth-sp: Updated for version 2.6.0.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/shibboleth-sp')
-rw-r--r--network/shibboleth-sp/shibboleth-sp.SlackBuild12
-rw-r--r--network/shibboleth-sp/shibboleth-sp.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/network/shibboleth-sp/shibboleth-sp.SlackBuild b/network/shibboleth-sp/shibboleth-sp.SlackBuild
index bcb942a844..a35ff7a58a 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-2015 Thibaut Notteboom, Paris, FRANCE
+# Copyright 2013-2016 Thibaut Notteboom, Paris, FRANCE
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=shibboleth-sp
-VERSION=${VERSION:-2.5.5}
-BUILD=${BUILD:-2}
+VERSION=${VERSION:-2.6.0}
+BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
-if [ "$ARCH" = "i486" ]; then
- SLKCFLAGS="-O2 -march=i486 -mtune=i686"
+if [ "$ARCH" = "i586" ]; then
+ SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
diff --git a/network/shibboleth-sp/shibboleth-sp.info b/network/shibboleth-sp/shibboleth-sp.info
index 6cf8244999..37d757e01d 100644
--- a/network/shibboleth-sp/shibboleth-sp.info
+++ b/network/shibboleth-sp/shibboleth-sp.info
@@ -1,8 +1,8 @@
PRGNAM="shibboleth-sp"
-VERSION="2.5.5"
+VERSION="2.6.0"
HOMEPAGE="http://shibboleth.net/"
-DOWNLOAD="http://shibboleth.net/downloads/service-provider/2.5.5/shibboleth-sp-2.5.5.tar.gz"
-MD5SUM="7dc27a9876a7cef281995075d62e16ce"
+DOWNLOAD="http://shibboleth.net/downloads/service-provider/2.6.0/shibboleth-sp-2.6.0.tar.gz"
+MD5SUM="c4cab76338becfc72e9de39fb94c38e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="opensaml"