40 Commits

Author SHA256 Message Date
Stephan Kulow
8728db7179 Accepting request 345591 from Base:System
- update to upstream release 2.5
- removed 0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch
  (CVE-2015-1863) because it's fixed in upstream release 2.5
- rebased hostapd-2.4-defconfig.patch -> hostapd-2.5-defconfig.patch
ChangeLog for hostapd since 2.4:
2015-09-27 - v2.5
	* fixed WPS UPnP vulnerability with HTTP chunked transfer encoding
	  [http://w1.fi/security/2015-2/] (CVE-2015-4141 bsc#930077)
	* fixed WMM Action frame parser
	  [http://w1.fi/security/2015-3/] (CVE-2015-4142 bsc#930078)
	* fixed EAP-pwd server missing payload length validation
	  [http://w1.fi/security/2015-4/]
	  (CVE-2015-4143, CVE-2015-4144, CVE-2015-4145, bsc#930079)
	* fixed validation of WPS and P2P NFC NDEF record payload length
	  [http://w1.fi/security/2015-5/]
	* nl80211:
	  - fixed vendor command handling to check OUI properly
	* fixed hlr_auc_gw build with OpenSSL
	* hlr_auc_gw: allow Milenage RES length to be reduced
	* disable HT for a station that does not support WMM/QoS
	* added support for hashed password (NtHash) in EAP-pwd server
	* fixed and extended dynamic VLAN cases
	* added EAP-EKE server support for deriving Session-Id
	* set Acct-Session-Id to a random value to make it more likely to be
	  unique even if the device does not have a proper clock
	* added more 2.4 GHz channels for 20/40 MHz HT co-ex scan
	* modified SAE routines to be more robust and PWE generation to be
	  stronger against timing attacks
	* added support for Brainpool Elliptic Curves with SAE
	* increases maximum value accepted for cwmin/cwmax

OBS-URL: https://build.opensuse.org/request/show/345591
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=30
2015-11-22 10:01:02 +00:00
4f920c9df8 [http://w1.fi/security/2015-2/] (CVE-2015-4141 bsc#930077)
[http://w1.fi/security/2015-3/] (CVE-2015-4142 bsc#930078)
	  (CVE-2015-4143, CVE-2015-4144, CVE-2015-4145, bsc#930079)

OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=36
2015-11-21 17:12:59 +00:00
38ebc7f418 - rebased hostapd-2.4-defconfig.patch -> hostapd-2.5-defconfig.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=35
2015-11-21 17:11:10 +00:00
5a7ee34c7c Accepting request 339613 from home:stroeder:branches:Base:System
update to upstream release 2.5 (successfully tested on armv6l with WPA2/PSK)

OBS-URL: https://build.opensuse.org/request/show/339613
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=34
2015-10-23 20:42:34 +00:00
Stephan Kulow
66eacc02f4 Accepting request 307199 from Base:System
Automatic submission by obs-autosubmit

OBS-URL: https://build.opensuse.org/request/show/307199
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=29
2015-05-15 07:03:44 +00:00
1686b1cbe4 - replaced hostapd-2.3-defconfig.patch by hostapd-2.4-defconfig.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=32
2015-05-07 22:42:21 +00:00
1ee765c85c Accepting request 299064 from home:stroeder:branches:Base:System
Update to 2.4. Please review carefully.

I'm not sure whether the security fix 0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch is really needed. But hostapd-2.4/src/ contains the whole wpa_supplicant code and I wanted to be sure.

OBS-URL: https://build.opensuse.org/request/show/299064
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=31
2015-05-07 21:29:29 +00:00
Dominique Leuenberger
db2c77a99c Accepting request 280170 from Base:System
- update version 2.3
- removed patch hostapd-2.1-be-host_to_le.patch because it
  seems obsolete
- hostapd-2.1-defconfig.patch rediffed and renamed to hostapd-2.3-defconfig.patch
ChangeLog for hostapd since 2.1:
2014-10-09 - v2.3
	* fixed number of minor issues identified in static analyzer warnings
	* fixed DFS and channel switch operation for multi-BSS cases
	* started to use constant time comparison for various password and hash
	  values to reduce possibility of any externally measurable timing
	  differences
	* extended explicit clearing of freed memory and expired keys to avoid
	  keeping private data in memory longer than necessary
	* added support for number of new RADIUS attributes from RFC 7268
	  (Mobility-Domain-Id, WLAN-HESSID, WLAN-Pairwise-Cipher,
	  WLAN-Group-Cipher, WLAN-AKM-Suite, WLAN-Group-Mgmt-Pairwise-Cipher)
	* fixed GET_CONFIG wpa_pairwise_cipher value
	* added code to clear bridge FDB entry on station disconnection
	* fixed PMKSA cache timeout from Session-Timeout for WPA/WPA2 cases
	* fixed OKC PMKSA cache entry fetch to avoid a possible infinite loop
	  in case the first entry does not match
	* fixed hostapd_cli action script execution to use more robust mechanism
	  (CVE-2014-3686)
2014-06-04 - v2.2
	* fixed SAE confirm-before-commit validation to avoid a potential
	  segmentation fault in an unexpected message sequence that could be
	  triggered remotely
	* extended VHT support
	  - Operating Mode Notification
	  - Power Constraint element (local_pwr_constraint)

OBS-URL: https://build.opensuse.org/request/show/280170
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=28
2015-01-08 22:02:34 +00:00
83ca20bae1 - hostapd-2.1-defconfig.patch rediffed and renamed to hostapd-2.3-defconfig.patch
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=29
2015-01-07 15:31:29 +00:00
b49df2e948 Accepting request 280052 from home:stroeder:branches:Base:System
Update to 2.3, now included original ChangeLog since 2.1.

OBS-URL: https://build.opensuse.org/request/show/280052
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=28
2015-01-07 15:25:20 +00:00
Stephan Kulow
06ca869db0 Accepting request 235954 from Base:System
- Update hostapd-2.1-defconfig.patch and spec file 
  to build with libnl3 instead of libnl1 (forwarded request 235595 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/235954
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=26
2014-06-02 05:00:46 +00:00
1166a107d2 Accepting request 235595 from home:elvigia:branches:Base:System
- Update hostapd-2.1-defconfig.patch and spec file 
  to build with libnl3 instead of libnl1

OBS-URL: https://build.opensuse.org/request/show/235595
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=26
2014-06-01 09:22:07 +00:00
Stephan Kulow
4ccd069bef Accepting request 231150 from Base:System
update version 2.1 (forwarded request 230370 from MargueriteSu)

OBS-URL: https://build.opensuse.org/request/show/231150
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=25
2014-04-23 15:32:05 +00:00
Tomáš Chvátal
cb50914d97 Accepting request 230370 from home:MargueriteSu:branches:Base:System
update version 2.1

OBS-URL: https://build.opensuse.org/request/show/230370
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=24
2014-04-23 12:25:56 +00:00
Tomáš Chvátal
2a8bddf558 Accepting request 202012 from Base:System
- fix host_to_le32 undefined on BigEndian architectures
  (hostapd-be-host_to_le.patch) (forwarded request 201924 from k0da)

OBS-URL: https://build.opensuse.org/request/show/202012
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=24
2013-10-03 13:47:52 +00:00
361ba53956 Accepting request 201924 from home:k0da:ppc
- fix host_to_le32 undefined on BigEndian architectures
  (hostapd-be-host_to_le.patch)

OBS-URL: https://build.opensuse.org/request/show/201924
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=22
2013-10-03 10:46:33 +00:00
Stephan Kulow
1959c95b51 Accepting request 172687 from Base:System
Cleanup spec file, remove init support since package builds only for Factory (forwarded request 171368 from a_jaeger)

OBS-URL: https://build.opensuse.org/request/show/172687
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=22
2013-04-22 12:06:25 +00:00
ee3255a5a0 Accepting request 171368 from home:a_jaeger:FactoryFix
Cleanup spec file, remove init support since package builds only for Factory

OBS-URL: https://build.opensuse.org/request/show/171368
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=20
2013-04-21 15:58:58 +00:00
Stephan Kulow
90c2796f77 Accepting request 171320 from home:babelworx:ldig:branches:Base:System
license update: GPL-2.0 or BSD-3-Clause
README makes it clear that this is a dual license - i.e. choice of either or

OBS-URL: https://build.opensuse.org/request/show/171320
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=19
2013-04-18 05:09:58 +00:00
Andreas Jaeger
3d4bc5ec64 Accepting request 164011 from home:xandry:branches:Base:System
update to version 2.0;
fix corrected file name hostapd.dif to hostapd.diff;
in default config includes all features (IEEE 802.11w, Hotspot 2.0, IEEE 802.11ac, WPS, etc.) except VLAN_NETLINK. To build with support VLAN_NETLINK we need libnl-3_1-devel from "security:netfilter" repo.

OBS-URL: https://build.opensuse.org/request/show/164011
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=18
2013-04-17 09:44:46 +00:00
Stephan Kulow
74b7ac5cc1 Accepting request 140345 from Base:System
- Add Native systemd units (forwarded request 140288 from elvigia)

OBS-URL: https://build.opensuse.org/request/show/140345
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=20
2012-11-08 07:04:50 +00:00
Cristian Rodríguez
5efa3bf0a7 Accepting request 140288 from home:elvigia:branches:Base:System
- Add Native systemd units

OBS-URL: https://build.opensuse.org/request/show/140288
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=16
2012-11-06 14:06:54 +00:00
Stephan Kulow
a613d2c0b7 Accepting request 121261 from Base:System
update to version 1.0 (forwarded request 121025 from gary_lin)

OBS-URL: https://build.opensuse.org/request/show/121261
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=18
2012-05-21 05:25:17 +00:00
62431fb8e8 Accepting request 121025 from home:gary_lin:branches:Base:System
update to version 1.0

OBS-URL: https://build.opensuse.org/request/show/121025
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=14
2012-05-16 22:37:19 +00:00
Stephan Kulow
b6bf9afe8c replace license with spdx.org variant
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=17
2011-12-06 17:18:13 +00:00
Lars Vogdt
7578d2a737 Accepting request 87525 from Base:System
- update to version 0.7.3
- don't use /tmp for dump file in default config
- verbose build
- fix build for older distros
- enable driver 'none' for radius only mode
- add init script (forwarded request 87488 from lnussel)

OBS-URL: https://build.opensuse.org/request/show/87525
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=15
2011-10-12 22:03:48 +00:00
Andreas Jaeger
13a6e6ba69 Accepting request 87488 from home:lnussel:branches:Base:System
- update to version 0.7.3
- don't use /tmp for dump file in default config
- verbose build
- fix build for older distros
- enable driver 'none' for radius only mode
- add init script

OBS-URL: https://build.opensuse.org/request/show/87488
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=12
2011-10-12 13:23:57 +00:00
Ruediger Oertel
d467c5cfb7 Accepting request 86435 from Base:System
- cross-build fix: use %__cc macro (forwarded request 86397 from uli_suse)

OBS-URL: https://build.opensuse.org/request/show/86435
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=14
2011-10-04 16:11:49 +00:00
3aeeb2ef89 Accepting request 86397 from home:uli_suse:branches:Base:System
- cross-build fix: use %__cc macro

OBS-URL: https://build.opensuse.org/request/show/86397
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=10
2011-10-04 08:37:49 +00:00
Lars Vogdt
382855bebd Accepting request 82610 from Base:System
- Select libnl-1_1-devel (forwarded request 82435 from jengelh)

OBS-URL: https://build.opensuse.org/request/show/82610
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=13
2011-09-19 19:10:05 +00:00
Stephan Kulow
cd1cb917d6 Accepting request 82435 from home:jengelh:nl
- Select libnl-1_1-devel

OBS-URL: https://build.opensuse.org/request/show/82435
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=8
2011-09-17 07:53:33 +00:00
OBS User autobuild
cd16613949 Autobuild autoformatter for 51867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=11
2010-11-02 13:41:57 +00:00
Ruediger Oertel
373d8d9207 Accepting request 51867 from Base:System
Accepted submit request 51867 from user coolo

OBS-URL: https://build.opensuse.org/request/show/51867
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=10
2010-11-02 13:41:47 +00:00
Stephan Kulow
93375234ba Accepting request 51756 from home:jengelh:smp
OBS-URL: https://build.opensuse.org/request/show/51756
OBS-URL: https://build.opensuse.org/package/show/Base:System/hostapd?expand=0&rev=6
2010-11-01 08:32:34 +00:00
OBS User autobuild
7c28ce64bd Accepting request 41288 from Base:System
Copy from Base:System/hostapd based on submit request 41288 from user dirkmueller

OBS-URL: https://build.opensuse.org/request/show/41288
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=7
2010-06-09 15:09:33 +00:00
OBS User autobuild
852f4013b8 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=6 2010-03-18 14:52:26 +00:00
OBS User unknown
f4c23966ea OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=4 2008-09-23 23:04:23 +00:00
OBS User unknown
4da6213178 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=3 2008-01-23 20:27:48 +00:00
OBS User unknown
5d461db5cb OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=2 2007-07-30 19:23:14 +00:00
OBS User unknown
d4a76769c2 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/hostapd?expand=0&rev=1 2007-03-19 03:30:50 +00:00