[Lunar-commits] CVS: moonbase/net/wpa_supplicant BUILD, 1.5, 1.6 DETAILS, 1.4, 1.5 CONFIGURE, 1.3, NONE

Moritz Heiber moe at lunar-linux.org
Mon Feb 28 18:37:11 UTC 2005


Update of /var/cvs/lunar/moonbase/net/wpa_supplicant
In directory espresso.foo-projects.org:/tmp/cvs-serv16533/wpa_supplicant

Modified Files:
	BUILD DETAILS 
Removed Files:
	CONFIGURE 
Log Message:
Updating hostap* stuff to the latest available stable version.
Tested on gcc 3.3.3, 2.6.x, glibc 2.3.3.
Hopefully this is going to fix my WPA problems.


Index: BUILD
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wpa_supplicant/BUILD,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- BUILD	27 Dec 2004 16:40:15 -0000	1.5
+++ BUILD	28 Feb 2005 18:37:09 -0000	1.6
@@ -4,8 +4,8 @@
 	OPTS="$OPTS CONFIG_DRIVER_NDISWRAPPER=y"
   fi &&
 
-  if [ $WITH_IPW2100 ]; then
-	OPTS="$OPTS CONFIG_DRIVER_IPW2100=y"
+  if module_installed ipw2100; then
+	OPTS="$OPTS CONFIG_DRIVER_IPW=y"
   fi &&
 
   for option in \
@@ -27,7 +27,7 @@
   CONFIG_EAP_LEAP=y; do
 	echo $option >> .config;
   done &&
-
+  
   make  &&
   prepare_install  &&
   install -m755 wpa_supplicant	/usr/bin	&&

Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/net/wpa_supplicant/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS	27 Dec 2004 16:40:15 -0000	1.4
+++ DETAILS	28 Feb 2005 18:37:09 -0000	1.5
@@ -1,11 +1,11 @@
           MODULE=wpa_supplicant
-         VERSION=0.2.6
+         VERSION=0.3.8
           SOURCE=$MODULE-$VERSION.tar.gz
       SOURCE_URL=http://hostap.epitest.fi/releases/
-      SOURCE_VFY=sha1:ad0e0d11bad2004430e0cea059b1c67d00b2100d
+      SOURCE_VFY=sha1:d0c210edbbca771950b12bcaaef8c80d94aaa19c
         WEB_SITE=http://hostap.epitest.fi/wpa_supplicant/
          ENTERED=20041019
-         UPDATED=20041227
+         UPDATED=20050228
            SHORT="wpa_supplicant is a WPA Supplicant for Linux"
 
 cat << EOF

--- CONFIGURE DELETED ---



More information about the Lunar-commits mailing list