From d36eeb158cc5f80124e64ca3e9a3e1bfbe8b2207 Mon Sep 17 00:00:00 2001 From: Thibaut Notteboom Date: Thu, 8 Dec 2016 22:55:42 +0000 Subject: libraries/opensaml: Updated for version 2.6.0. Signed-off-by: David Spencer --- libraries/opensaml/opensaml.SlackBuild | 10 +++++----- libraries/opensaml/opensaml.info | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'libraries/opensaml') diff --git a/libraries/opensaml/opensaml.SlackBuild b/libraries/opensaml/opensaml.SlackBuild index 3beca122d2..c2d281af22 100644 --- a/libraries/opensaml/opensaml.SlackBuild +++ b/libraries/opensaml/opensaml.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for OpenSAML -# 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=opensaml -VERSION=${VERSION:-2.5.5} +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/libraries/opensaml/opensaml.info b/libraries/opensaml/opensaml.info index b09eea2816..04cd03c4a3 100644 --- a/libraries/opensaml/opensaml.info +++ b/libraries/opensaml/opensaml.info @@ -1,8 +1,8 @@ PRGNAM="opensaml" -VERSION="2.5.5" +VERSION="2.6.0" HOMEPAGE="https://wiki.shibboleth.net/confluence/display/OpenSAML/Home" -DOWNLOAD="http://shibboleth.net/downloads/c++-opensaml/2.5.5/opensaml-2.5.5.tar.gz" -MD5SUM="85c1e093b8df11d7b197f6d7585e46e5" +DOWNLOAD="http://shibboleth.net/downloads/c++-opensaml/2.6.0/opensaml-2.6.0.tar.gz" +MD5SUM="590a6289399b1bf5ed7a3bc9549504ec" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="xmltooling" -- cgit v1.2.3-80-g2a13