summaryrefslogtreecommitdiffstats
path: root/haskell
diff options
context:
space:
mode:
author David Spencer2018-10-27 13:13:19 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:56 +0100
commitc6b10edf4e8e5825141fab10bdd38d564b582531 (patch)
tree5d9d61c4ec5f768b8dbd854063ed4f8869edaa51 /haskell
parent7d172e825fdba62ae8ddedaa7df24bda444e7f34 (diff)
downloadslackbuilds-c6b10edf4e8e5825141fab10bdd38d564b582531.tar.gz
haskell/haskell-x509-store: Updated for version 1.6.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r--haskell/haskell-x509-store/haskell-x509-store.SlackBuild13
-rw-r--r--haskell/haskell-x509-store/haskell-x509-store.info14
2 files changed, 14 insertions, 13 deletions
diff --git a/haskell/haskell-x509-store/haskell-x509-store.SlackBuild b/haskell/haskell-x509-store/haskell-x509-store.SlackBuild
index cb96ef4dbc..706b1a9be8 100644
--- a/haskell/haskell-x509-store/haskell-x509-store.SlackBuild
+++ b/haskell/haskell-x509-store/haskell-x509-store.SlackBuild
@@ -1,8 +1,9 @@
#!/bin/sh
-# Slackware build script for x509-store
+# Slackware build script for haskell-x509-store
# Copyright 2015 Mikko Värri, Finland
+# Updated 2018 David Spencer, Baildon, West Yorkshire, U.K.
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +24,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=haskell-x509-store
-VERSION=${VERSION:-1.6.1}
+VERSION=${VERSION:-1.6.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -33,7 +34,7 @@ GHC_VERSION=$(ghc --numeric-version)
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
- i?86) ARCH=i486 ;;
+ i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@@ -44,8 +45,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"
@@ -71,7 +72,7 @@ find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
-o -perm 511 \) -exec chmod 755 {} \; -o \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
- -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
+ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
diff --git a/haskell/haskell-x509-store/haskell-x509-store.info b/haskell/haskell-x509-store/haskell-x509-store.info
index 838f3053ac..c284fd829e 100644
--- a/haskell/haskell-x509-store/haskell-x509-store.info
+++ b/haskell/haskell-x509-store/haskell-x509-store.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-x509-store"
-VERSION="1.6.1"
-HOMEPAGE="http://hackage.haskell.org/package/x509-store"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/x509-store/1.6.1/x509-store-1.6.1.tar.gz"
-MD5SUM="37ad645337bcd963c788046fd1c25afd"
+VERSION="1.6.6"
+HOMEPAGE="https://hackage.haskell.org/package/x509-store"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/x509-store/1.6.6/x509-store-1.6.6.tar.gz"
+MD5SUM="9b85c078a8dcd313c38a1febdf8ee550"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-crypto-pubkey-types haskell-mtl haskell-pem haskell-x509"
-MAINTAINER="Mikko Värri"
-EMAIL="vmj@linuxbox.fi"
+REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-crypto-pubkey-types haskell-pem haskell-x509"
+MAINTAINER="David Spencer"
+EMAIL="baildon.research@googlemail.com"