[Lunar-commits] <moonbase-other> tls: resurrected

v4hn me at v4hn.de
Fri Jul 13 15:47:07 CEST 2012


commit 186eac497da58e38e3af2faa3ff6587a834c4ac8
Author: v4hn <me at v4hn.de>
Date: Fri, 13 Jul 2012 06:47:07 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/186eac497da58e38e3af2faa3ff6587a834c4ac8

tls: resurrected
---
  security/tls/BUILD                                           +9/-0     
  security/tls/DEPENDS                                         +1/-0     
  security/tls/DETAILS                                         +24/-0    
  3 files changed, 34 insertions (+), 0 deletions (-)

--- /dev/null
+++ b/security/tls/BUILD
@@ -0,0 +1,9 @@
+(
+
+  OPTS+=" --enable-threads     \
+              --enable-shared      \
+              --with-ssl-dir=/usr"
+
+  default_build
+
+) > $C_FIFO 2>&1
--- /dev/null
+++ b/security/tls/DEPENDS
@@ -0,0 +1 @@
+depends tcl
--- /dev/null
+++ b/security/tls/DETAILS
@@ -0,0 +1,24 @@
+          MODULE=tls
+         VERSION=1.6
+          SOURCE=$MODULE$VERSION-src.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/${MODULE}1.6
+      SOURCE_VFY=sha1:badee4d0a096e9951ffc1f82a6530f78b2404a2c
+        WEB_SITE=http://sourceforge.net/projects/tls
+         ENTERED=20060706
+         UPDATED=20090810
+           SHORT="OpenSSL TCL extension"
+           PSAFE=no
+
+cat << EOF
+TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel.
+
+Both client and server-side sockets are possible, and this code should work
+on any platform as it uses a generic mechanism for layering on SSL and Tcl.
+
+TLS is an OpenSSL / RSA-bsafe Tcl extension that provides secure connections
+on top of the Tcl socket mechanism. Within a few lines of code, users can query
+https servers (see the tclhttpd project for an https server using TLS).
+
+Needed by amsn.
+EOF




More information about the Lunar-commits mailing list