[Lunar-commits] r20629 - in moonbase/trunk/security: . tls

Dennis Veatch stumbles at lunar-linux.org
Thu Jul 6 18:06:15 UTC 2006


Author: stumbles
Date: 2006-07-06 18:06:15 +0000 (Thu, 06 Jul 2006)
New Revision: 20629

Added:
   moonbase/trunk/security/tls/
   moonbase/trunk/security/tls/BUILD
   moonbase/trunk/security/tls/DETAILS
Log:

This is needed by the current version of amsn to connect via
ssl. At least this was the only way I could get to do so.

I had to specify the ssl dir in the BUILD else it could not find it.

Anyway, here ya go.



Added: moonbase/trunk/security/tls/BUILD
===================================================================
--- moonbase/trunk/security/tls/BUILD	                        (rev 0)
+++ moonbase/trunk/security/tls/BUILD	2006-07-06 18:06:15 UTC (rev 20629)
@@ -0,0 +1,11 @@
+(
+
+
+  ./configure  --prefix=/usr         \
+               --enable-threads      \
+               --enable-shared       \
+               --with-ssl-dir=/usr  &&
+
+  default_make
+
+) > $C_FIFO 2>&1

Added: moonbase/trunk/security/tls/DETAILS
===================================================================
--- moonbase/trunk/security/tls/DETAILS	                        (rev 0)
+++ moonbase/trunk/security/tls/DETAILS	2006-07-06 18:06:15 UTC (rev 20629)
@@ -0,0 +1,20 @@
+          MODULE=tls
+         VERSION=1.5.0
+          SOURCE=$MODULE$VERSION-src.tar.gz
+      SOURCE_URL=$SFORGE_URL/$MODULE/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE\1.5
+      SOURCE_VFY=sha1:66611f384f4b1c5e126ac8fc1cd03040bbe8ac16
+        WEB_SITE=http://amsn.sourceforge.net/index.php/
+         ENTERED=20060706
+         UPDATED=20060706
+           SHORT="TLS (aka SSL) Channel"
+
+cat << EOF
+LS (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.
+
+Needed by amsn.
+EOF
+



More information about the Lunar-commits mailing list