68 Commits

Author SHA256 Message Date
Ismail Dönmez
4637f6f012 OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=71 2016-12-23 11:47:42 +00:00
bcfce7d146 Accepting request 435757 from home:dwaas:branches:hardware
- .service files now accept interfaces as %i arguments it's possible
  to call the daemon with:
  "systemctl start wpa_supplicant@$INTERFACE_NAME.service"
  (like openvpn for example)

OBS-URL: https://build.opensuse.org/request/show/435757
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=70
2016-12-13 20:54:51 +00:00
Ismail Dönmez
887e149164 Accepting request 433620 from home:msmeissn:branches:hardware
- updated to 2.6 / 2016-10-02
  * fixed WNM Sleep Mode processing when PMF is not enabled
    [http://w1.fi/security/2015-6/] (CVE-2015-5310 bsc#952254)
  * fixed EAP-pwd last fragment validation
    [http://w1.fi/security/2015-7/] (CVE-2015-5315 bsc#953115)
  * fixed EAP-pwd unexpected Confirm message processing
    [http://w1.fi/security/2015-8/] (CVE-2015-5316 bsc#953115)
  * fixed WPS configuration update vulnerability with malformed passphrase
    [http://w1.fi/security/2016-1/] (CVE-2016-4476 bsc#978172)
  * fixed configuration update vulnerability with malformed parameters set
    over the local control interface
    [http://w1.fi/security/2016-1/] (CVE-2016-4477 bsc#978175)
  * fixed TK configuration to the driver in EAPOL-Key 3/4 retry case
  * extended channel switch support for P2P GO
  * started to throttle control interface event message bursts to avoid
    issues with monitor sockets running out of buffer space
  * mesh mode fixes/improvements
    - generate proper AID for peer
    - enable WMM by default
    - add VHT support
    - fix PMKID derivation
    - improve robustness on various exchanges
    - fix peer link counting in reconnect case
    - improve mesh joining behavior
    - allow DTIM period to be configured
    - allow HT to be disabled (disable_ht=1)
    - add MESH_PEER_ADD and MESH_PEER_REMOVE commands
    - add support for PMKSA caching
    - add minimal support for SAE group negotiation
    - allow pairwise/group cipher to be configured in the network profile

OBS-URL: https://build.opensuse.org/request/show/433620
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=68
2016-10-06 16:48:36 +00:00
Ismail Dönmez
bbf2aa5688 Accepting request 412331 from home:scarabeus_iv:branches:hardware
- Remove support for <12.3 as we are unresolvable there anyway
- Use qt5 on 13.2 if someone pulls this package in
- Convert to pkgconfig dependencies over the devel pkgs
- Use the %qmake5 macro to build the qt5 gui

OBS-URL: https://build.opensuse.org/request/show/412331
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=66
2016-07-22 06:38:28 +00:00
Ismail Dönmez
d15605b209 Accepting request 360636 from home:elvigia:branches:hardware
- spec: Compile the GUI against QT5 in 13.2 and later.

OBS-URL: https://build.opensuse.org/request/show/360636
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=61
2016-02-20 18:00:59 +00:00
Ismail Dönmez
d8f638566d Accepting request 360174 from home:elvigia:branches:hardware
- Previous update did not include version 2.5 tarball
  or changed the version number in spec, only the changelog
  and removed patches.
- config: set CONFIG_NO_RANDOM_POOL=y, we have a reliable·
 random number generator by using /dev/urandom, no need to
 keep an internal random number pool which draws entropy from 
 /dev/random.
- config: prefer using epoll(7) instead of select(2)
  by setting CONFIG_ELOOP_EPOLL=y
- wpa_supplicant-getrandom.patch: Prefer to use the getrandom(2)
 system call to collect entropy. if it is not present disable
 buffering when reading /dev/urandom, otherwise each os_get_random()
 call will request BUFSIZ of entropy instead of the few needed bytes.

OBS-URL: https://build.opensuse.org/request/show/360174
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=60
2016-02-18 15:55:55 +00:00
Ismail Dönmez
273bca4cee -
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=59
2016-02-18 12:32:42 +00:00
Ismail Dönmez
473bbb6dec Accepting request 359998 from home:lnussel:branches:hardware
- add aliases for both provided dbus names to avoid systemd stopping the
  service when switching runlevels (boo#966535)

OBS-URL: https://build.opensuse.org/request/show/359998
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=58
2016-02-18 12:03:21 +00:00
Ismail Dönmez
81f0769d04 Accepting request 305848 from home:oertel:branches:hardware
- added patch for bnc#930077
  0001-AP-WMM-Fix-integer-underflow-in-WMM-Action-frame-par.patch
- added patch for bnc#930078
  0001-WPS-Fix-HTTP-chunked-transfer-encoding-parser.patch
- added patches for bnc#930079
  0001-EAP-pwd-peer-Fix-payload-length-validation-for-Commi.patch
  0002-EAP-pwd-server-Fix-payload-length-validation-for-Com.patch
  0003-EAP-pwd-peer-Fix-Total-Length-parsing-for-fragment-r.patch
  0004-EAP-pwd-server-Fix-Total-Length-parsing-for-fragment.patch
  0005-EAP-pwd-peer-Fix-asymmetric-fragmentation-behavior.patch

OBS-URL: https://build.opensuse.org/request/show/305848
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=56
2015-05-08 08:51:41 +00:00
Ismail Dönmez
d4ea14d0b3 Accepting request 304976 from home:Zaitor:branches:hardware
Fix a really annoying bug for certain types of hardware.

See also  http://lists.shmoo.com/pipermail/hostap/2015-April/032723.html

OBS-URL: https://build.opensuse.org/request/show/304976
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=54
2015-05-03 13:26:04 +00:00
Ismail Dönmez
bd16f667df Accepting request 299026 from home:elvigia:branches:hardware
- 0001-P2P-Validate-SSID-element-length-before-copying-it-C.patch 
  Fix CVE-2015-1863, memcpy overflow.
- wpa_supplicant-alloc_size.patch: annotate two wrappers
  with attribute alloc_size, which may help warning us of
  bugs such as the above.

OBS-URL: https://build.opensuse.org/request/show/299026
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=52
2015-04-24 10:21:08 +00:00
Philipp Seiler
3a529e8396 Accepting request 295351 from home:StefanBruens:branches:hardware
Update to 2.4
some packaging cleanup

OBS-URL: https://build.opensuse.org/request/show/295351
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=50
2015-04-16 14:56:34 +00:00
Ismail Dönmez
a15b04cc5a Accepting request 257581 from home:StefanBruens:branches:hardware
OBS-URL: https://build.opensuse.org/request/show/257581
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=48
2014-10-20 06:33:21 +00:00
Ismail Dönmez
ff0ab16eef Accepting request 250101 from home:Andreas_Schwab:Factory
- Avoid spurious dependency on /usr/bin/python due to executable doc files

OBS-URL: https://build.opensuse.org/request/show/250101
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=46
2014-09-18 12:43:12 +00:00
Tomáš Chvátal
99bfcbb06f Accepting request 238777 from home:lnussel:branches:hardware
- don't use systemctl enable in %post. Needs to be handled by presets.

OBS-URL: https://build.opensuse.org/request/show/238777
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=42
2014-07-02 09:30:50 +00:00
Cristian Rodríguez
46fbc87531 Accepting request 238039 from home:gary_lin:branches:hardware
- Update the build config based on the new defconfig
- Remove the libnl1 requirement. It's not supported.

OBS-URL: https://build.opensuse.org/request/show/238039
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=40
2014-06-19 14:40:17 +00:00
Ismail Dönmez
e7c00ceff0 Accepting request 237461 from home:gary_lin:branches:hardware
- Update to 2.2
- Drop wpa_supplicant-driver-wext-debug.patch and wpa_supplicant-errormsg.patch: wext is deprecated
- Enable AP mode, P2P, RSN IBSS, EAP FAST, EAP AKA, and WPS NFC

OBS-URL: https://build.opensuse.org/request/show/237461
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=38
2014-06-16 08:51:03 +00:00
Factory Maintainer
7288119d90 Accepting request 233011 from home:oertel:branches:hardware
- use _rundir macro

OBS-URL: https://build.opensuse.org/request/show/233011
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=36
2014-05-11 05:24:49 +00:00
Ismail Dönmez
341f00b8b1 Fix typos
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=34
2013-09-10 10:52:11 +00:00
Ismail Dönmez
5364e68a38 Accepting request 198005 from home:fcrozat:branches:hardware
- Add systemd service file, to properly track wpa_supplicant is
  its own systemd service (and not in dbus one).
- Always enable systemd service, it is still dbus activated.

OBS-URL: https://build.opensuse.org/request/show/198005
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=33
2013-09-10 10:51:20 +00:00
Ismail Dönmez
d5e31658fa Accepting request 173111 from home:gary_lin:branches:hardware
- Update to 2.0
- Drop upstreamed wpa_supplicant-libnl3.patch
- Disable obsolete Ralink driver

OBS-URL: https://build.opensuse.org/request/show/173111
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=31
2013-04-25 10:55:41 +00:00
Ismail Dönmez
feef28ea43 -
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=29
2012-12-17 10:22:53 +00:00
Ismail Dönmez
3eeb63dfaf Accepting request 145244 from home:gary_lin:branches:hardware
- Update to 1.1
- Remove upstreamed wpa_supplicant-gcc47.patch
- Enable background scan to improve roaming
- Build driver with libnl3

OBS-URL: https://build.opensuse.org/request/show/145244
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=28
2012-12-13 18:56:00 +00:00
Ismail Dönmez
610346badd cleanup
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=26
2012-05-15 08:46:42 +00:00
Ismail Dönmez
253c42541f Accepting request 121024 from home:gary_lin:branches:hardware
Update to version 1.0

OBS-URL: https://build.opensuse.org/request/show/121024
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=25
2012-05-15 08:40:08 +00:00
Ismail Dönmez
59121738c9 Accepting request 109843 from home:dimstar:gcc47
Fix build with gcc 4.7 - Please work with upstream to resolve it in upstream code base. There is also a chance that a newer version of the package might have this fixed already.

OBS-URL: https://build.opensuse.org/request/show/109843
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=23
2012-03-18 18:10:56 +00:00
Ismail Dönmez
08c4dd71c1 Accepting request 99552 from home:gary_lin:branches:hardware
- Add wpa_supplicant-probed-cert-dbus-signal.patch to emit a D-Bus
  signal when the AP returned the certificate of the RADIUS server
  (bnc#574266)

OBS-URL: https://build.opensuse.org/request/show/99552
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=21
2012-01-10 09:45:39 +00:00
Cristian Rodríguez
8476d82d25 Accepting request 87271 from home:lnussel:branches:hardware
- use same exec line in fi.w1.wpa_supplicant1.service as in
  fi.epitest.hostap.WPASupplicant.service
- fix build on older distros
- fix not using RPM_OPT_FLAGS
- use %_smp_mflags

OBS-URL: https://build.opensuse.org/request/show/87271
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=19
2011-10-10 15:19:43 +00:00
Ismail Dönmez
9228c2a255 Accepting request 82471 from home:jengelh:nl
- Select libnl-1_1-devel

OBS-URL: https://build.opensuse.org/request/show/82471
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=17
2011-09-16 16:23:31 +00:00
OBS User buildservice-autocommit
9e15064eb2 Updating link to change in openSUSE:Factory/wpa_supplicant revision 38.0
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=4117438e04da1af8e051ef1af532ffc2
2011-09-01 13:15:22 +00:00
Ismail Dönmez
8e2d7872ba Accepting request 80378 from home:vbotka:branches:hardware
ghost directive for /var/run/wpa_supplicant added for tmpfs (bnc 710281)

OBS-URL: https://build.opensuse.org/request/show/80378
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=15
2011-08-31 12:36:40 +00:00
Andreas Jaeger
700e23ec90 Accepting request 64557 from home:dimstar:branches:GNOME:Factory
approved, see also bnc#681116

OBS-URL: https://build.opensuse.org/request/show/64557
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=13
2011-04-19 15:15:05 +00:00
OBS User autobuild
4bf035f205 Accepting request 48679 from hardware
checked in (request 48679)

OBS-URL: https://build.opensuse.org/request/show/48679
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=12
2010-09-21 16:13:17 +00:00
Vladimir Botka
f241a8ef22 Accepting request 47476 from home:vbotka:branches:hardware
update to 0.7.3, tested OK

OBS-URL: https://build.opensuse.org/request/show/47476
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=11
2010-09-08 09:51:12 +00:00
OBS User autobuild
3cd545f35f Accepting request 40920 from hardware
checked in (request 40920)

OBS-URL: https://build.opensuse.org/request/show/40920
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=10
2010-05-31 16:17:30 +00:00
Vladimir Botka
c94753c30b Accepting request 40792 from home:vbotka:branches:hardware
Copy from home:vbotka:branches:hardware/wpa_supplicant via accept of submit request 40792 revision 2.
Request was accepted with message:
tested OK

OBS-URL: https://build.opensuse.org/request/show/40792
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=9
2010-05-28 11:45:31 +00:00
OBS User buildservice-autocommit
7995d583e0 Updating link to change in openSUSE:Factory/wpa_supplicant revision 29.0
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=5057d2df2967067a5f4e5ea0ac1fe0eb
2010-02-11 18:44:15 +00:00
OBS User autobuild
2ba0c5e932 checked in (request 32313)
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=7
2010-02-11 18:44:14 +00:00
Stephan Kulow
ca3a782fcb Accepting request 30877 from home:a_jaeger:branches:openSUSE:Factory
Copy from home:a_jaeger:branches:openSUSE:Factory/wpa_supplicant via accept of submit request 30877 revision 5.
Request was accepted with message:
as noone cared, I simply push it

OBS-URL: https://build.opensuse.org/request/show/30877
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=6
2010-02-11 15:10:10 +00:00
OBS User autobuild
edcf062f25 checked in
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=5
2009-12-26 12:59:36 +00:00
Vladimir Botka
f3b1b661bf Accepting request 21198 from home:lnussel:branches:hardware
Copy from home:lnussel:branches:hardware/wpa_supplicant via accept of submit request 21198 revision 2.
Request was accepted with message:
Thank you.

OBS-URL: https://build.opensuse.org/request/show/21198
OBS-URL: https://build.opensuse.org/package/show/hardware/wpa_supplicant?expand=0&rev=4
2009-09-29 08:53:57 +00:00
OBS User autobuild
99f7910566 Accepting request 27542 from hardware
Copy from hardware/wpa_supplicant based on submit request 27542 from user coolo

OBS-URL: https://build.opensuse.org/request/show/27542
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=28
2009-12-26 12:59:39 +00:00
OBS User autobuild
16e956cc5f Accepting request 20144 from hardware
Copy from hardware/wpa_supplicant based on submit request 20144 from user vbotka

OBS-URL: https://build.opensuse.org/request/show/20144
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=26
2009-09-10 10:52:36 +00:00
OBS User unknown
f877b1f36d OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=25 2009-05-15 20:37:10 +00:00
OBS User unknown
864bf8993f OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=24 2009-05-06 16:55:20 +00:00
OBS User unknown
395b0c09e0 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=23 2009-03-02 00:21:49 +00:00
OBS User unknown
41abc99a82 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=22 2009-02-09 17:00:48 +00:00
OBS User unknown
ea1ef1756c OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=21 2009-02-03 23:46:36 +00:00
OBS User unknown
797e6945c4 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=20 2009-01-29 00:19:53 +00:00
OBS User unknown
814d868f85 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/wpa_supplicant?expand=0&rev=19 2009-01-23 22:36:26 +00:00