From 1b3d29cb0db41683c27fdd5f2cbec542ba936548 Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Thu, 8 Dec 2016 23:16:33 +0000 Subject: network/shibboleth-sp: Updated for version 2.6.0. Signed-off-by: David Spencer --- network/shibboleth-sp/shibboleth-sp.SlackBuild | 12 ++++++------ network/shibboleth-sp/shibboleth-sp.info | 6 +++--- 2 files changed, 9 insertions(+), 9 deletions(-) (limited to 'network') diff --git a/network/shibboleth-sp/shibboleth-sp.SlackBuild b/network/shibboleth-sp/shibboleth-sp.SlackBuild index bcb942a844c0..a35ff7a58a40 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 6cf824499969..37d757e01df4 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" -- cgit v1.2.3