[Lunar-commits] r23486 - moonbase/trunk/security/tls
Jannis Pohlmann
jannis at lunar-linux.org
Sun Mar 4 19:11:28 CET 2007
Author: jannis
Date: 2007-03-04 19:11:28 +0100 (Sun, 04 Mar 2007)
New Revision: 23486
Modified:
moonbase/trunk/security/tls/BUILD
moonbase/trunk/security/tls/DETAILS
Log:
Not PSAFE. Otherwise there will be race conditions during make install.
Modified: moonbase/trunk/security/tls/BUILD
===================================================================
--- moonbase/trunk/security/tls/BUILD 2007-03-04 13:10:05 UTC (rev 23485)
+++ moonbase/trunk/security/tls/BUILD 2007-03-04 18:11:28 UTC (rev 23486)
@@ -1,6 +1,8 @@
(
- OPTS="$OPTS --enable-threads --enable-shared --with-ssl-dir=/usr"
+ OPTS="$OPTS --enable-threads \
+ --enable-shared \
+ --with-ssl-dir=/usr"
default_build
Modified: moonbase/trunk/security/tls/DETAILS
===================================================================
--- moonbase/trunk/security/tls/DETAILS 2007-03-04 13:10:05 UTC (rev 23485)
+++ moonbase/trunk/security/tls/DETAILS 2007-03-04 18:11:28 UTC (rev 23486)
@@ -8,6 +8,7 @@
ENTERED=20060706
UPDATED=20060706
SHORT="OpenSSL TCL extension"
+ PSAFE=no
cat << EOF
TLS (aka SSL) Channel - can be layered on any bi-directional Tcl_Channel.
More information about the Lunar-commits
mailing list