Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (689f70ac498a0859de2e234dee6ed1ceb413ee6c)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Justin Boffemmyer <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (689f70ac498a0859de2e234dee6ed1ceb413ee6c)
  • Date: Sat, 29 Dec 2012 02:47:11 -0600

GIT changes to master grimoire by Justin Boffemmyer <flux AT sourcemage.org>:

net/wpa_supplicant/CONFIGURE | 1 +
net/wpa_supplicant/DETAILS | 4 ++--
net/wpa_supplicant/HISTORY | 5 +++++
3 files changed, 8 insertions(+), 2 deletions(-)

New commits:
commit 689f70ac498a0859de2e234dee6ed1ceb413ee6c
Author: Justin Boffemmyer <flux AT sourcemage.org>
Commit: Justin Boffemmyer <flux AT sourcemage.org>

net/wpa_supplicant: updated to 1.1

With the update to 1.1 comes support for the newer nl80211 kernel
interface, which is what all newer wireless drivers implement. The older
wireless extensions interface is considered deprecated in newer kernel
versions (of course wpa_supplicant can still support it though).

diff --git a/net/wpa_supplicant/CONFIGURE b/net/wpa_supplicant/CONFIGURE
index 7a2c1a4..d6e378e 100755
--- a/net/wpa_supplicant/CONFIGURE
+++ b/net/wpa_supplicant/CONFIGURE
@@ -36,6 +36,7 @@ config_query CONFIG_DRIVER_HOSTAP "Host AP (Prism2/2.5/3)
support?" y &&
#config_query CONFIG_DRIVER_MADWIFI "MADWIFI support?" n
&&
config_query CONFIG_DRIVER_ATMEL "Atmel AT76C5XXx support?" y
&&
config_query CONFIG_DRIVER_WEXT "Generic Wireless Extensions support?" y
&&
+config_query CONFIG_DRIVER_NL80211 "Linux kernel nl80211 interface
support?" y &&
config_query CONFIG_DRIVER_NDISWRAPPER "NdisWrapper support?" n
&&
#config_query CONFIG_DRIVER_BROADCOM "Broadcom IEEE 802.11a/g support?" n
&&
config_query CONFIG_DRIVER_IPW "Intel IPW2100/IPW2200 support?" n
&&
diff --git a/net/wpa_supplicant/DETAILS b/net/wpa_supplicant/DETAILS
index 22f4684..62009d0 100755
--- a/net/wpa_supplicant/DETAILS
+++ b/net/wpa_supplicant/DETAILS
@@ -8,9 +8,9 @@ elif [[ $WPA_RELEASE == devel ]]; then
SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
else
- VERSION=0.7.3
+ VERSION=1.1
SOURCE=$SPELL-$VERSION.tar.gz
- SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
+
SOURCE_HASH=sha512:61afeff24d6175feb4c73a6c53f0e88acb32746739febeafc9b834652af6607c339b9fe8ef1e05bc61f6b078f85aa0a35261fc8d02f05a844cfded12c8709901
fi
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://hostap.epitest.fi/releases/$SOURCE
diff --git a/net/wpa_supplicant/HISTORY b/net/wpa_supplicant/HISTORY
index 9abd8cf..dbbfb5d 100644
--- a/net/wpa_supplicant/HISTORY
+++ b/net/wpa_supplicant/HISTORY
@@ -1,3 +1,8 @@
+2012-12-29 Justin Boffemmyer <flux AT sourcemage.org>
+ * DETAILS: update to version 1.1
+ * CONFIGURE: new option for nl80211 support (deprecates wext, AKA
+ wireless extensions)
+
2012-05-20 Thomas Orgis <sobukus AT sourcemage.org>
* INSTALL: qt4 is the switch for wpa_gui




  • [SM-Commit] GIT changes to master grimoire by Justin Boffemmyer (689f70ac498a0859de2e234dee6ed1ceb413ee6c), Justin Boffemmyer, 12/29/2012

Archive powered by MHonArc 2.6.24.

Top of Page