summaryrefslogtreecommitdiffstats
path: root/chat-libs/tls
diff options
context:
space:
mode:
authorIsmael Luceno2020-11-21 19:13:52 +0100
committerIsmael Luceno2020-11-21 19:13:52 +0100
commit8bd621af5642f5293766478362d57bbba5efe873 (patch)
tree45af738ccddcb86f130d9abf3845640d1b21da0d /chat-libs/tls
parented53082275877eaa77c0c17af42efb6a7ced67bb (diff)
tls 1.6.7
Diffstat (limited to 'chat-libs/tls')
-rwxr-xr-xchat-libs/tls/BUILD4
-rwxr-xr-xchat-libs/tls/DETAILS4
-rw-r--r--chat-libs/tls/HISTORY5
3 files changed, 9 insertions, 4 deletions
diff --git a/chat-libs/tls/BUILD b/chat-libs/tls/BUILD
index 42f56d7e4d..668684322a 100755
--- a/chat-libs/tls/BUILD
+++ b/chat-libs/tls/BUILD
@@ -1,2 +1,2 @@
- ./configure --with-ssl-dir=/usr --prefix=/usr $OPTS &&
- make
+OPTS+=" --includedir=$INSTALL_ROOT/usr/include/tcl" &&
+default_build
diff --git a/chat-libs/tls/DETAILS b/chat-libs/tls/DETAILS
index 78a3df4971..c57107f267 100755
--- a/chat-libs/tls/DETAILS
+++ b/chat-libs/tls/DETAILS
@@ -1,10 +1,10 @@
SPELL=tls
- VERSION=1.6
+ VERSION=1.6.7
SOURCE=tls$VERSION-src.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}${VERSION}
SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/tls/$SOURCE
WEB_SITE=http://tls.sourceforge.net/
- SOURCE_HASH=sha512:beaca2653a11924f022e28254cef5071ecb8ab2e2355496d278fcab1bdcc46424aa58d2fe176aea26ec4fbe4416a912b5af8e8e69571c8a5301b7921ecf48383
+ SOURCE_HASH=sha512:f8dbb7fc9890bcb3e3930cad66209ca67cd68c0aa2288caa6a3bb1fd1ad21444f1eb056b4b4585ec86da64079cd9df72cdd6ff201102820d45e6397d6148d21c
# SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
ENTERED=20031126
KEYWORDS="chat libs"
diff --git a/chat-libs/tls/HISTORY b/chat-libs/tls/HISTORY
index 22e9942dca..b046bd6a86 100644
--- a/chat-libs/tls/HISTORY
+++ b/chat-libs/tls/HISTORY
@@ -1,3 +1,8 @@
+2020-11-21 Ismael Luceno <ismael@sourcemage.org>
+ * DETAILS: updated spell to 1.6.7
+ * BUILD: fixed headers path to avoid conflict with libtls
+ streamlined
+
2015-05-25 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: remove SOURCEFORGE_URL usage (automated)