summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author David Spencer2018-10-27 13:13:39 +0200
committer Willy Sudiarto Raharjo2018-11-10 01:47:53 +0100
commitd6fc7e46270c1037d2ec586cc4e148f8d1f996ff (patch)
tree4ff4d089f75a8090beb2b56361766c0ea58b72a5
parent7289675f1c3623ebba6e814b1720f9dd8ec0d840 (diff)
downloadslackbuilds-d6fc7e46270c1037d2ec586cc4e148f8d1f996ff.tar.gz
haskell/haskell-tls: Updated for version 1.4.1.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r--haskell/haskell-tls/haskell-tls.SlackBuild13
-rw-r--r--haskell/haskell-tls/haskell-tls.info14
2 files changed, 14 insertions, 13 deletions
diff --git a/haskell/haskell-tls/haskell-tls.SlackBuild b/haskell/haskell-tls/haskell-tls.SlackBuild
index 72d1b532ec..eca7df7527 100644
--- a/haskell/haskell-tls/haskell-tls.SlackBuild
+++ b/haskell/haskell-tls/haskell-tls.SlackBuild
@@ -1,8 +1,9 @@
#!/bin/sh
-# Slackware build script for tls
+# Slackware build script for haskell-tls
# 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-tls
-VERSION=${VERSION:-1.3.6}
+VERSION=${VERSION:-1.4.1}
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-tls/haskell-tls.info b/haskell/haskell-tls/haskell-tls.info
index 26a722048f..4e0b2e4830 100644
--- a/haskell/haskell-tls/haskell-tls.info
+++ b/haskell/haskell-tls/haskell-tls.info
@@ -1,10 +1,10 @@
PRGNAM="haskell-tls"
-VERSION="1.3.6"
-HOMEPAGE="http://hackage.haskell.org/package/tls"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/tls/1.3.6/tls-1.3.6.tar.gz"
-MD5SUM="b0bea9af91c790d51941dd4d8b3b5075"
+VERSION="1.4.1"
+HOMEPAGE="https://hackage.haskell.org/package/tls"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/tls/1.4.1/tls-1.4.1.tar.gz"
+MD5SUM="33c2a4eb5b1fb5de6e9196324aea31d3"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-async haskell-byteable haskell-cereal haskell-cipher-aes haskell-cipher-des haskell-cipher-rc4 haskell-crypto-cipher-types haskell-crypto-numbers haskell-crypto-pubkey haskell-crypto-pubkey-types haskell-crypto-random haskell-cryptohash haskell-data-default-class haskell-mtl haskell-network haskell-x509 haskell-x509-store haskell-x509-validation"
-MAINTAINER="Mikko Värri"
-EMAIL="vmj@linuxbox.fi"
+REQUIRES="haskell-asn1-encoding haskell-asn1-types haskell-async haskell-byteable haskell-cereal haskell-cipher-aes haskell-cipher-des haskell-cipher-rc4 haskell-crypto-cipher-types haskell-crypto-numbers haskell-crypto-pubkey haskell-crypto-pubkey-types haskell-crypto-random haskell-cryptohash haskell-data-default-class haskell-network haskell-x509 haskell-x509-store haskell-x509-validation"
+MAINTAINER="David Spencer"
+EMAIL="baildon.research@googlemail.com"