CVS: moonbase/security/stunnel CONFIGURE, 1.1.1.1, 1.2 DETAILS, 1.1.1.1, 1.2

elaine at lunar-linux.org elaine at lunar-linux.org
Wed Sep 3 20:49:13 GMT 2003


Update of /var/cvs/lunar/moonbase/security/stunnel
In directory dbguin.lunar-linux.org:/tmp/cvs-serv3003

Modified Files:
	CONFIGURE DETAILS 
Log Message:
Updated version for security flaw, stunnel allows local user acces to its
socket FH. see:
http://www.securityfocus.com/archive/1/335996/2003-08-31/2003-09-06/0
http://www.web-insights.net/env_audit/report.txt


Index: CONFIGURE
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/stunnel/CONFIGURE,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- CONFIGURE	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ CONFIGURE	3 Sep 2003 20:49:11 -0000	1.2
@@ -1,18 +1,18 @@
-if  [  -f  /etc/stunnel.pem  ];  then
+if  [  -f  /etc/stunnel.pem  ] ;  then
   mv  /etc/stunnel.pem  /etc/ssl/certs/
 fi
 
-if  [  !  -f  /etc/ssl/certs/stunnel.pem  ]
-then  message  "Stay nearby please.  You will be asked"  \
+if  [  !  -f  /etc/ssl/certs/stunnel.pem  ] ; then
+  message  "Stay nearby please.  You will be asked"  \
                "questions to generate a self signed certificate."
-      CERTIFICATE="y"
-elif  query  "Generate a self signed certificate?" n
-then  CERTIFICATE="y"
-else  CERTIFICATE="n"
+  CERTIFICATE="y"
+elif  query  "Generate a self signed certificate?" n ;  then
+  CERTIFICATE="y"
+else
+  CERTIFICATE="n"
 fi
 
-if  query  "Generate self signed certificate?" $CERTIFICATE
-then  
+if  query  "Generate self signed certificate?" $CERTIFICATE ;  then  
 
   TEMP=`grep  -v  "CERTIFICATE="        $MODULE_CONFIG`
   echo  "$TEMP"                     >   $MODULE_CONFIG

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/stunnel/DETAILS,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- DETAILS	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ DETAILS	3 Sep 2003 20:49:11 -0000	1.2
@@ -1,11 +1,11 @@
            MODULE=stunnel
-         VERSION=3.22
+         VERSION=3.62
           SOURCE=$MODULE-$VERSION.tar.gz
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
    SOURCE_URL[0]=http://www.stunnel.org/download/stunnel/src/$SOURCE
         WEB_SITE=http://stunnel.mirt.net/
          ENTERED=20011108
-         UPDATED=20020115
+         UPDATED=20030903
            SHORT="stunnel: multiplatform SSL tunneling proxy"
 cat << EOF
 The stunnel program is designed to work as an SSL encryption wrapper between




More information about the Lunar-commits mailing list