summaryrefslogtreecommitdiff
path: root/user/wpa_supplicant
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-25 19:30:19 -0500
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2018-07-25 19:30:19 -0500
commitc2fa058ba2ced4f6780e42495aebc02869b2ddf8 (patch)
tree23866298f8f55aae14e50fee295c2fe7689cdb72 /user/wpa_supplicant
parentb0dca5a06989f9513ac6cf3313fae2b405c21e5f (diff)
downloadpackages-c2fa058ba2ced4f6780e42495aebc02869b2ddf8.tar.gz
packages-c2fa058ba2ced4f6780e42495aebc02869b2ddf8.tar.bz2
packages-c2fa058ba2ced4f6780e42495aebc02869b2ddf8.tar.xz
packages-c2fa058ba2ced4f6780e42495aebc02869b2ddf8.zip
user/wpa_supplicant: modernise
Diffstat (limited to 'user/wpa_supplicant')
-rw-r--r--user/wpa_supplicant/APKBUILD9
1 files changed, 4 insertions, 5 deletions
diff --git a/user/wpa_supplicant/APKBUILD b/user/wpa_supplicant/APKBUILD
index 7aebbef1f..095e0320c 100644
--- a/user/wpa_supplicant/APKBUILD
+++ b/user/wpa_supplicant/APKBUILD
@@ -1,12 +1,12 @@
# Contributor: Sören Tempel <soeren+alpine@soeren-tempel.net>
-# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
+# Maintainer: A. Wilcox <awilfox@adelielinux.org>
pkgname=wpa_supplicant
pkgver=2.6
-pkgrel=7
-pkgdesc="A utility providing key negotiation for WPA wireless networks"
+pkgrel=8
+pkgdesc="Utility providing key negotiation for WPA wireless networks"
url="https://w1.fi/wpa_supplicant/"
arch="all"
-license="BSD"
+license="BSD-3-Clause AND Public-Domain AND (GPL-2.0+ OR BSD-3-Clause)"
subpackages="$pkgname-doc $pkgname-openrc"
depends="dbus"
makedepends="linux-headers openssl-dev dbus-dev libnl3-dev pcsc-lite-dev"
@@ -39,7 +39,6 @@ source="http://w1.fi/releases/$pkgname-$pkgver.tar.gz
# - CVE-2017-13087
# - CVE-2017-13088
-builddir="$srcdir"/$pkgname-$pkgver
prepare() {
cd "$builddir"
default_prepare