aboutsummaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2008-03-24 19:59:12 +0000
committerSam Leffler <sam@FreeBSD.org>2008-03-24 19:59:12 +0000
commit7accac91617b05e17c40ec1c71ee182f1e90c353 (patch)
treebab1a5767b82716c04cb80eed4c4f74602745515 /contrib
parent7e30ef1beca7607854388b90755bb8c23ffc446a (diff)
downloadsrc-7accac91617b05e17c40ec1c71ee182f1e90c353.tar.gz
src-7accac91617b05e17c40ec1c71ee182f1e90c353.zip
update for 0.5.10
Notes
Notes: svn path=/head/; revision=177571
Diffstat (limited to 'contrib')
-rw-r--r--contrib/wpa_supplicant/FREEBSD-Xlist4
-rw-r--r--contrib/wpa_supplicant/FREEBSD-upgrade8
2 files changed, 8 insertions, 4 deletions
diff --git a/contrib/wpa_supplicant/FREEBSD-Xlist b/contrib/wpa_supplicant/FREEBSD-Xlist
index d9522be08a91..da2934b13085 100644
--- a/contrib/wpa_supplicant/FREEBSD-Xlist
+++ b/contrib/wpa_supplicant/FREEBSD-Xlist
@@ -1,10 +1,13 @@
$FreeBSD$
.cvsignore
README-Windows.txt
+config_winreg.c
+ctrl_iface_named_pipe.c
driver_atmel.c
driver_broadcom.c
driver_bsd.c
driver_hostap.c
+driver_hostap.h
driver_ipw.c
driver_madwifi.c
driver_ndiswrapper.c
@@ -13,6 +16,7 @@ driver_prism54.c
driver_test.c
driver_wext.c
driver_wext.h
+eloop_win.c
l2_packet_freebsd.c
l2_packet_linux.c
l2_packet_ndis.c
diff --git a/contrib/wpa_supplicant/FREEBSD-upgrade b/contrib/wpa_supplicant/FREEBSD-upgrade
index 88a4b1848017..dfb149e0ba18 100644
--- a/contrib/wpa_supplicant/FREEBSD-upgrade
+++ b/contrib/wpa_supplicant/FREEBSD-upgrade
@@ -6,12 +6,12 @@ WPA Supplicant
For the import files and directories were pruned by:
- tar -X FREEBSD-Xlist -zxf wpa_supplicant-0.5.8.tar.gz
+ tar -X FREEBSD-Xlist -zxf wpa_supplicant-0.5.10.tar.gz
then imported by:
- cvs import -m 'Import of WPA supplicant 0.5.8' \
- src/contrib/wpa_supplicant MALINEN v0_5_8
+ cvs import -m 'Import of WPA supplicant 0.5.10' \
+ src/contrib/wpa_supplicant MALINEN v0_5_10
To make local changes to wpa_supplcaint, simply patch and commit
to the main branch (aka HEAD). Never make local changes on the
@@ -21,4 +21,4 @@ All local changes should be submitted to Jouni Malinen for inclusion in
the next vendor release.
sam@FreeBSD.org
-11-July-2007
+24-March-2008