summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Matteo Bernardini2018-05-10 13:36:51 +0200
committer Matteo Bernardini2018-06-09 09:35:19 +0200
commitf6d2d85e371167085f1ee4bff1760081d9e8cd3a (patch)
tree62c3348109132bd4b6c6119f547ab6777d950fd6
parent81c344443219574587ae3d6bccb8f19c1bd346af (diff)
downloadold.slackbuilds-tls.tar.gz
libraries/tls: Updated for version 1.6.7, use openssl-1.0.x.tls
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
-rw-r--r--libraries/tls/tls.SlackBuild5
-rw-r--r--libraries/tls/tls.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/libraries/tls/tls.SlackBuild b/libraries/tls/tls.SlackBuild
index 1c02ed39ad..6b7fef6e6f 100644
--- a/libraries/tls/tls.SlackBuild
+++ b/libraries/tls/tls.SlackBuild
@@ -5,7 +5,7 @@
# Assumed to be public domain
PRGNAM=tls
-VERSION=${VERSION:-1.6}
+VERSION=${VERSION:-1.6.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -49,7 +49,8 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
-CFLAGS="$SLKCFLAGS" \
+LIBS="-L/usr/lib${LIBDIRSUFFIX}/openssl-1.0" \
+CFLAGS="$SLKCFLAGS -I/usr/include/openssl-1.0" \
./configure \
--prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
diff --git a/libraries/tls/tls.info b/libraries/tls/tls.info
index ddbc5d2333..f70fe2d73a 100644
--- a/libraries/tls/tls.info
+++ b/libraries/tls/tls.info
@@ -1,8 +1,8 @@
PRGNAM="tls"
-VERSION="1.6"
+VERSION="1.6.7"
HOMEPAGE="http://tls.sourceforge.net/"
-DOWNLOAD="http://downloads.sourceforge.net/tls/tls1.6-src.tar.gz"
-MD5SUM="eb326ff9e6fc3b9885aa5c72fb8df3bf"
+DOWNLOAD="http://downloads.sourceforge.net/tls/tls1.6.7-src.tar.gz"
+MD5SUM="2765d84a7a520c9979d82a0abebc1647"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""