From e8e489d6195808c9c42f04bef1c585ed72dcc560 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 28 Jan 2013 17:01:44 +0100 Subject: [PATCH] wpa_supplicant: update to 2.0. --- .../hostap_allow-linking-with-libnl-3.2.patch | 11 ----------- srcpkgs/wpa_supplicant/template | 16 ++-------------- 2 files changed, 2 insertions(+), 25 deletions(-) delete mode 100644 srcpkgs/wpa_supplicant/patches/hostap_allow-linking-with-libnl-3.2.patch diff --git a/srcpkgs/wpa_supplicant/patches/hostap_allow-linking-with-libnl-3.2.patch b/srcpkgs/wpa_supplicant/patches/hostap_allow-linking-with-libnl-3.2.patch deleted file mode 100644 index add4e1d2ce..0000000000 --- a/srcpkgs/wpa_supplicant/patches/hostap_allow-linking-with-libnl-3.2.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- src/drivers/drivers.mak.foo 2012-03-02 16:11:43.176448714 -0600 -+++ src/drivers/drivers.mak 2012-03-02 16:12:29.759866341 -0600 -@@ -48,7 +48,7 @@ NEED_RFKILL=y - ifdef CONFIG_LIBNL32 - DRV_LIBS += -lnl-3 - DRV_LIBS += -lnl-genl-3 -- DRV_CFLAGS += -DCONFIG_LIBNL20 -+ DRV_CFLAGS += -DCONFIG_LIBNL20 `pkg-config --cflags libnl-3.0` - else - ifdef CONFIG_LIBNL_TINY - DRV_LIBS += -lnl-tiny diff --git a/srcpkgs/wpa_supplicant/template b/srcpkgs/wpa_supplicant/template index 3720807829..ae8fe371df 100644 --- a/srcpkgs/wpa_supplicant/template +++ b/srcpkgs/wpa_supplicant/template @@ -1,6 +1,6 @@ # Template file for 'wpa_supplicant' pkgname=wpa_supplicant -version=1.1 +version=2.0 revision=1 build_wrksrc=$pkgname short_desc="WPA/WPA2/IEEE 802.1X Supplicant" @@ -8,19 +8,7 @@ maintainer="Juan RP " license="GPL-2" homepage="http://hostap.epitest.fi" distfiles="$homepage/releases/$pkgname-$version.tar.gz" -checksum=a54dbe5cfd47b724d7433366d536f76bbc31efea2df866a8f2f87c86a48b9e02 -long_desc=" - $pkgname is a WPA Supplicant for Linux, BSD, Mac OS X, and Windows with - support for WPA and WPA2 (IEEE 802.11i / RSN). It is suitable for both - desktop/laptop computers and embedded systems. Supplicant is the IEEE - 802.1X/WPA component that is used in the client stations. It implements - key negotiation with a WPA Authenticator and it controls the roaming and - IEEE 802.11 authentication/association of the wlan driver. - - $pkgname is designed to be a daemon program that runs in the background - and acts as the backend component controlling the wireless connection. - $pkgname supports separate frontend programs and a text-based frontend - (wpa_cli) and a GUI (wpa_gui) are included with $pkgname." +checksum=2c115609fbb5223d51381084a5c944455a8afcda81d584173ff55ba233379e09 makedepends="pkg-config libnl3-devel openssl-devel dbus-devel readline-devel" conf_files="/etc/${pkgname}.conf"