[Lunar-commits] r21241 - moonbase/trunk/net/ppp

Florin Braescu florin at lunar-linux.org
Sun Sep 3 06:50:58 UTC 2006


Author: florin
Date: 2006-09-03 06:50:57 +0000 (Sun, 03 Sep 2006)
New Revision: 21241

Modified:
   moonbase/trunk/net/ppp/BUILD
   moonbase/trunk/net/ppp/DETAILS
Log:
downgrade the version from 2.4.4 to 2.4.3. there are issues with the mppe patch.

Modified: moonbase/trunk/net/ppp/BUILD
===================================================================
--- moonbase/trunk/net/ppp/BUILD	2006-09-03 06:26:31 UTC (rev 21240)
+++ moonbase/trunk/net/ppp/BUILD	2006-09-03 06:50:57 UTC (rev 21241)
@@ -20,15 +20,15 @@
 	cp  $SCRIPT_DIRECTORY/pon   /usr/bin  &&
 	cp  $SCRIPT_DIRECTORY/poff  /usr/bin  &&
 
-	if  !  [  -f                     /etc/ppp/options  ];  then
+	if  !  [  -f  /etc/ppp/options  ];  then
 		cp  $SCRIPT_DIRECTORY/options  /etc/ppp/options
   	fi
 
-	if  [  !  -e                       /etc/ppp/peers/isp  ];  then
+	if  [  !  -e  /etc/ppp/peers/isp  ];  then
 		cp  $SCRIPT_DIRECTORY/peers /etc/ppp/peers/isp
   	fi
 
-	if  [  !  -e                 /etc/ppp/chat/isp  ];  then
+	if  [  !  -e  /etc/ppp/chat/isp  ];  then
 		cp  $SCRIPT_DIRECTORY/isp  /etc/ppp/chat/isp
 	fi
 

Modified: moonbase/trunk/net/ppp/DETAILS
===================================================================
--- moonbase/trunk/net/ppp/DETAILS	2006-09-03 06:26:31 UTC (rev 21240)
+++ moonbase/trunk/net/ppp/DETAILS	2006-09-03 06:50:57 UTC (rev 21241)
@@ -1,17 +1,17 @@
           MODULE=ppp
-         VERSION=2.4.4
+         VERSION=2.4.3
           SOURCE=$MODULE-$VERSION.tar.gz
-         SOURCE2=$MODULE-$VERSION-eaptls-mppe-0.9no_ifdefs.patch
+         SOURCE2=$MODULE-$VERSION-mppe-mppc-1.1.patch.gz
    SOURCE_URL[0]=ftp://ftp.samba.org/pub/ppp/
    SOURCE_URL[1]=ftp://cs.anu.edu.au/pub/software/$MODULE/
   SOURCE2_URL[0]=$PATCH_URL/
-  SOURCE2_URL[1]=http://www.nikhef.nl/~janjust/$MODULE/
-      SOURCE_VFY=sha1:9b91b0117e0a8bfaf8c4e894af79e0960dd36259
-     SOURCE2_VFY=sha1:0596e90dd8e73bd70ce780562c41e8853cc65863
+  SOURCE2_URL[1]=http://www.polbox.com/h/hs001/
+      SOURCE_VFY=sha1:5e2789f4dedc81943fa9f94c840cccc2407056f7
+     SOURCE2_VFY=sha1:a230ee8cdb7e87b0134a4aa37fa21a4f2c373e79
         WEB_SITE=http://www.samba.org/ppp
          ENTERED=20010922
-         UPDATED=20060902
-        SHORT="PPP provides a server/client for for point to point protocol."
+         UPDATED=20060903
+           SHORT="A server/client for for point to point protocol."
 
 cat << EOF
 PPP Daemon for Linux, Solaris 2, *BSD, SunOS 4, Digital Unix, SVR4,
@@ -19,4 +19,3 @@
 internet through dialup lines, using the PPP protocol, as a PPP server
 or client. Works with 'chat', 'dip', and 'diald', among (many) others.
 Supports IP, TCP, UDP and (for Linux) IPX (Novell).
-EOF



More information about the Lunar-commits mailing list