[arch-commits] CVS update of core/support/wpa_supplicant (PKGBUILD config)

Thomas Baechler thomas at archlinux.org
Wed Mar 5 22:14:32 UTC 2008


    Date: Wednesday, March 5, 2008 @ 23:14:32
  Author: thomas
    Path: /home/cvs-core/core/support/wpa_supplicant

Modified: PKGBUILD (1.6 -> 1.7) config (1.1 -> 1.2)

upgpkg: wpa_supplicant 0.5.10-1


----------+
 PKGBUILD |   19 ++++++++++---------
 config   |    6 ++++++
 2 files changed, 16 insertions(+), 9 deletions(-)


Index: core/support/wpa_supplicant/PKGBUILD
diff -u core/support/wpa_supplicant/PKGBUILD:1.6 core/support/wpa_supplicant/PKGBUILD:1.7
--- core/support/wpa_supplicant/PKGBUILD:1.6	Wed Dec 12 12:20:15 2007
+++ core/support/wpa_supplicant/PKGBUILD	Wed Mar  5 23:14:32 2008
@@ -1,27 +1,28 @@
 # Contributor: iztok pizorn <pizorn at gmail.com>
 # Contributor: William Rea <sillywilly at gmail.com>
 pkgname=wpa_supplicant
-pkgver=0.5.9
-_madwifi_ver=0.9.3.3
+pkgver=0.5.10
+_madwifi_ver=0.9.4
 pkgrel=1
 pkgdesc="A utility providing key negotiation for WPA wireless networks"
 arch=('i686' 'x86_64')
+makedepends=('kernel26>=2.6.24' 'kernel26<2.6.25')
 depends=('openssl')
 license=('GPL')
 groups=('base')
 backup=('etc/wpa_supplicant.conf')
 url="http://hostap.epitest.fi/wpa_supplicant"
-source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz \
-        config \
-	http://downloads.sourceforge.net/sourceforge/madwifi/madwifi-$_madwifi_ver.tar.gz)
+source=(http://hostap.epitest.fi/releases/wpa_supplicant-$pkgver.tar.gz
+        config
+	http://downloads.sourceforge.net/sourceforge/madwifi/madwifi-${_madwifi_ver}.tar.gz)
 install='wpa_supplicant.install'
-md5sums=('390e46066fa96ef9ba8e2dd63fca5aa0'
-         '2f8065a16c9ecd4d94a399aa0105f352'
-         '20349fdcaf38b8ae3296ef09146e5851')
+md5sums=('9e7b99da67c47d81121368c6d580d069'
+         '87a7bb38e0b4820b29065a9b3e8f4e06'
+         '399d20de8d855a59f20058857c2178ad')
 
 build() {
   cd ${startdir}/src/
-  mv madwifi-0.9.3.3 madwifi
+  mv madwifi-${_madwifi_ver} madwifi
   cd $startdir/src/$pkgname-$pkgver
   cp ../config ./.config
   sed -i 's@/usr/local@$(PREFIX)@g' Makefile
Index: core/support/wpa_supplicant/config
diff -u core/support/wpa_supplicant/config:1.1 core/support/wpa_supplicant/config:1.2
--- core/support/wpa_supplicant/config:1.1	Sun Mar 25 13:30:56 2007
+++ core/support/wpa_supplicant/config	Wed Mar  5 23:14:32 2008
@@ -300,3 +300,9 @@
 # This can be used to move MLME processing of Devicescape IEEE 802.11 stack
 # into user space.
 #CONFIG_CLIENT_MLME=y
+# Currently, driver_devicescape.c build requires some additional parameters
+# to be able to include some of the kernel header files. Following lines can
+# be used to set these (WIRELESS_DEV must point to the root directory of the
+# wireless-dev.git tree).
+WIRELESS_DEV=/lib/modules/2.6.24-ARCH/build
+CFLAGS += -I$(WIRELESS_DEV)/net/mac80211




More information about the arch-commits mailing list