From a07d4547c05c39390601ff9eb0d0187ea41446231cd6db6152d73eed2080365f Mon Sep 17 00:00:00 2001 From: Karol Babioch Date: Fri, 6 Sep 2019 10:50:39 +0000 Subject: [PATCH] Accepting request 728584 from home:stroeder:branches:Base:System update to 2.9 OBS-URL: https://build.opensuse.org/request/show/728584 OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=53 --- hostapd-2.8.tar.gz | 3 --- hostapd-2.8.tar.gz.asc | 7 ------- hostapd-2.9.tar.gz | 3 +++ hostapd-2.9.tar.gz.asc | 6 ++++++ hostapd.changes | 27 +++++++++++++++++++++++++++ hostapd.spec | 2 +- 6 files changed, 37 insertions(+), 11 deletions(-) delete mode 100644 hostapd-2.8.tar.gz delete mode 100644 hostapd-2.8.tar.gz.asc create mode 100644 hostapd-2.9.tar.gz create mode 100644 hostapd-2.9.tar.gz.asc diff --git a/hostapd-2.8.tar.gz b/hostapd-2.8.tar.gz deleted file mode 100644 index 47928cf..0000000 --- a/hostapd-2.8.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:929f522be6eeec38c53147e7bc084df028f65f148a3f7e4fa6c4c3f955cee4b0 -size 2169018 diff --git a/hostapd-2.8.tar.gz.asc b/hostapd-2.8.tar.gz.asc deleted file mode 100644 index c6f7e2f..0000000 --- a/hostapd-2.8.tar.gz.asc +++ /dev/null @@ -1,7 +0,0 @@ ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1 - -iEYEABECAAYFAly8dqUACgkQK270Mu/Ilfrz1QCePGQoSBn8O7ZCeCnbGaPhBxdb -SS0AoI6kfIfpWbgGmA7SQw9Q+lZgA17N -=oSn7 ------END PGP SIGNATURE----- diff --git a/hostapd-2.9.tar.gz b/hostapd-2.9.tar.gz new file mode 100644 index 0000000..2cd5e5e --- /dev/null +++ b/hostapd-2.9.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:881d7d6a90b2428479288d64233151448f8990ab4958e0ecaca7eeb3c9db2bd7 +size 2244312 diff --git a/hostapd-2.9.tar.gz.asc b/hostapd-2.9.tar.gz.asc new file mode 100644 index 0000000..1b46a29 --- /dev/null +++ b/hostapd-2.9.tar.gz.asc @@ -0,0 +1,6 @@ +-----BEGIN PGP SIGNATURE----- + +iF0EABECAB0WIQTsSqCpkaXyRkWC1S0rbvQy78iV+gUCXUrV2QAKCRArbvQy78iV ++i6YAJ91waMVmURN1HmmyFsqt/LGqhB4yACeN7gXHMZhR/xCcwvJIG9abeynflg= +=mwkH +-----END PGP SIGNATURE----- diff --git a/hostapd.changes b/hostapd.changes index f0ad172..bc1c0d9 100644 --- a/hostapd.changes +++ b/hostapd.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Thu Sep 5 17:58:05 UTC 2019 - Michael Ströder + +- Update to version 2.9 + * SAE changes + - disable use of groups using Brainpool curves + - improved protection against side channel attacks + [https://w1.fi/security/2019-6/] + * EAP-pwd changes + - disable use of groups using Brainpool curves + - improved protection against side channel attacks + [https://w1.fi/security/2019-6/] + * fixed FT-EAP initial mobility domain association using PMKSA caching + * added configuration of airtime policy + * fixed FILS to and RSNE into (Re)Association Response frames + * fixed DPP bootstrapping URI parser of channel list + * added support for regulatory WMM limitation (for ETSI) + * added support for MACsec Key Agreement using IEEE 802.1X/PSK + * added experimental support for EAP-TEAP server (RFC 7170) + * added experimental support for EAP-TLS server with TLS v1.3 + * added support for two server certificates/keys (RSA/ECC) + * added AKMSuiteSelector into "STA " control interface data to + determine with AKM was used for an association + * added eap_sim_id parameter to allow EAP-SIM/AKA server pseudonym and + fast reauthentication use to be disabled + * fixed an ECDH operation corner case with OpenSSL + ------------------------------------------------------------------- Wed Apr 24 07:22:30 UTC 2019 - Michael Ströder diff --git a/hostapd.spec b/hostapd.spec index 9a1dc11..7b24f65 100644 --- a/hostapd.spec +++ b/hostapd.spec @@ -17,7 +17,7 @@ Name: hostapd -Version: 2.8 +Version: 2.9 Release: 0 Summary: Daemon for running a WPA capable Access Point License: GPL-2.0-only OR BSD-3-Clause