[Lunar-commits] CVS: moonbase/security/stunnel BUILD, 1.1.1.1, 1.2 DETAILS, 1.5, 1.6

Florin Braescu florin at lunar-linux.org
Sun Dec 26 08:51:55 UTC 2004


Update of /var/cvs/lunar/moonbase/security/stunnel
In directory espresso.foo-projects.org:/tmp/cvs-serv10962/security/stunnel

Modified Files:
	BUILD DETAILS 
Log Message:
bump the version from 4.05 to 4.06.

Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/stunnel/BUILD,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- BUILD	21 Aug 2002 00:55:21 -0000	1.1.1.1
+++ BUILD	26 Dec 2004 08:51:53 -0000	1.2
@@ -1,34 +1,30 @@
 case  $CERTIFICATE  in
 
-  y|Y|j|J)
-    rm  -f  /etc/ssl/certs/stunnel.pem          &&
+  y|Y)
+    rm  -f  /etc/ssl/certs/stunnel.pem         &&
     ./configure  --build=$BUILD                 \
                  --prefix=/usr                  \
                  --sysconfdir=/etc              \
                  --localstatedir=/var           \
                  --mandir=/usr/share/man        \
                  --with-pem-dir=/etc/ssl/certs  \
-                 $OPTS                          &&
-    make  cert                                  &&
-    (  make  all                                &&
-       prepare_install                          &&
-       make    install
+                 $OPTS                         &&
+    make  cert                                 &&
+    (  default_make
     ) > $C_FIFO 2>&1
   ;;
 
   *)
     (
       cp  /etc/ssl/certs/stunnel.pem  .            &&
-      ./configure  --build=$BUILD                  \
-                    --prefix=/usr                  \
-                    --sysconfdir=/etc              \
-                    --localstatedir=/var           \
-                    --mandir=/usr/share/man        \
-                    --with-pem-dir=/etc/ssl/certs  \
+      ./configure  --build=$BUILD                   \
+                    --prefix=/usr                   \
+                    --sysconfdir=/etc               \
+                    --localstatedir=/var            \
+                    --mandir=/usr/share/man         \
+                    --with-pem-dir=/etc/ssl/certs   \
                     $OPTS                          &&
-       make  all                                   &&
-       prepare_install                             &&
-       make    install
+       default_make
     ) > $C_FIFO 2>&1
   ;;
 

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/security/stunnel/DETAILS,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- DETAILS	5 Oct 2004 09:30:17 -0000	1.5
+++ DETAILS	26 Dec 2004 08:51:53 -0000	1.6
@@ -1,11 +1,11 @@
            MODULE=stunnel
-         VERSION=4.05
+         VERSION=4.06
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=http://www.stunnel.org/download/stunnel/src/
-      SOURCE_VFY=md5:e28a03cf694a43a7f144ec3d5c064456
+   SOURCE_URL=http://www.stunnel.org/download/stunnel/src/
+      SOURCE_VFY=sha1:cfabfe5b34c694297df6fc1d92fea37217d8f1a1
         WEB_SITE=http://stunnel.mirt.net/
          ENTERED=20011108
-         UPDATED=20040216
+         UPDATED=20041226
         SHORT="stunnel: multiplatform SSL tunneling proxy"
 
 cat << EOF



More information about the Lunar-commits mailing list