[arch-commits] Commit in wpa_supplicant/trunk (PKGBUILD config)

Thomas Bächler thomas at archlinux.org
Sun Jan 31 13:31:45 UTC 2010


    Date: Sunday, January 31, 2010 @ 08:31:45
  Author: thomas
Revision: 66527

Upstream update

Modified:
  wpa_supplicant/trunk/PKGBUILD
  wpa_supplicant/trunk/config

----------+
 PKGBUILD |    8 ++++----
 config   |    7 +++++--
 2 files changed, 9 insertions(+), 6 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2010-01-31 13:14:58 UTC (rev 66526)
+++ PKGBUILD	2010-01-31 13:31:45 UTC (rev 66527)
@@ -2,8 +2,8 @@
 # Maintainer: Thomas Baechler <thomas at archlinux.org>
 
 pkgname=wpa_supplicant
-pkgver=0.6.9
-pkgrel=2
+pkgver=0.6.10
+pkgrel=1
 pkgdesc="A utility providing key negotiation for WPA wireless networks"
 arch=('i686' 'x86_64')
 depends=('openssl' 'dbus-core>=1.2.4' 'readline>=6.0' 'libnl')
@@ -14,8 +14,8 @@
 url="http://hostap.epitest.fi/wpa_supplicant"
 source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
         config)
-md5sums=('0efb8fcedf0a8acf6f423dfdb0658fdd'
-         '6790035a82532f419683f757fb482fa5')
+md5sums=('8985b1030d753e5f74f8acfc34e591bb'
+         '6577abc7060ed2d45dba14bf8934e850')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}/${pkgname}"

Modified: config
===================================================================
--- config	2010-01-31 13:14:58 UTC (rev 66526)
+++ config	2010-01-31 13:31:45 UTC (rev 66527)
@@ -50,6 +50,7 @@
 #CFLAGS += -I../../include/wireless
 
 # Driver interface for madwifi driver
+# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
 #CONFIG_DRIVER_MADWIFI=y
 # Set include directory to the madwifi source tree
 #CFLAGS += -I../../madwifi
@@ -60,10 +61,11 @@
 #CONFIG_DRIVER_PRISM54=y
 
 # Driver interface for ndiswrapper
-CONFIG_DRIVER_NDISWRAPPER=y
+# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
+#CONFIG_DRIVER_NDISWRAPPER=y
 
 # Driver interface for Atmel driver
-CONFIG_DRIVER_ATMEL=y
+#CONFIG_DRIVER_ATMEL=y
 
 # Driver interface for old Broadcom driver
 # Please note that the newer Broadcom driver ("hybrid Linux driver") supports
@@ -74,6 +76,7 @@
 #CFLAGS += -I/opt/WRT54GS/release/src/include
 
 # Driver interface for Intel ipw2100/2200 driver
+# Deprecated; use CONFIG_DRIVER_WEXT=y instead.
 #CONFIG_DRIVER_IPW=y
 
 # Driver interface for Ralink driver




More information about the arch-commits mailing list