hostapd: update to 2.9.

This commit is contained in:
Juan RP 2019-08-13 14:36:49 +02:00
parent 9e8541122c
commit 0587f67840

View file

@ -1,6 +1,6 @@
# Template file for 'hostapd' # Template file for 'hostapd'
pkgname=hostapd pkgname=hostapd
version=2.8 version=2.9
revision=1 revision=1
build_wrksrc="$pkgname" build_wrksrc="$pkgname"
conf_files="/etc/hostapd/hostapd.conf" conf_files="/etc/hostapd/hostapd.conf"
@ -8,10 +8,10 @@ hostmakedepends="pkg-config"
makedepends="libnl3-devel libressl-devel" makedepends="libnl3-devel libressl-devel"
short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator" short_desc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
maintainer="Juan RP <xtraeme@voidlinux.org>" maintainer="Juan RP <xtraeme@voidlinux.org>"
license="BSD" license="BSD-3-Clause"
homepage="http://w1.fi/hostapd/" homepage="http://w1.fi/hostapd/"
distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz" distfiles="http://w1.fi/releases/${pkgname}-${version}.tar.gz"
checksum=929f522be6eeec38c53147e7bc084df028f65f148a3f7e4fa6c4c3f955cee4b0 checksum=881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7
do_configure() { do_configure() {
cp -f ${FILESDIR}/config .config cp -f ${FILESDIR}/config .config