Commit Graph

50 Commits

Author SHA1 Message Date
2f6090cf6b wpa_supplicant: move rundir and pidfile to /run 2022-11-05 13:14:07 +01:00
20f8d3929b [notify] wpa_supplicant: update to 2.10
includes several security fixes, see
http://lists.infradead.org/pipermail/hostap/2022-January/040148.html
2022-01-17 14:46:43 +01:00
c79887e549 wpa_supplicant: new rc script wpa_supplicant, rc script wlan reworked 2020-07-19 09:22:49 +00:00
0f80c03df4 move several https: to https: URLs 2020-06-06 13:00:05 +02:00
0601b89a81 wpa_supplicant: fix source URL 2019-09-01 10:20:35 +02:00
9f32a63fe3 wpa_supplicant: update to 2.9 2019-08-09 15:51:22 +02:00
4798a31b33 wpa_supplicant: fix signature 2019-04-23 18:45:03 +02:00
Fredrik Rinnestam
9f11219f97 Merge branch '3.4' into 3.5 2019-04-22 23:24:12 +02:00
48390c9d3b [notify] wpa_supplicant: update to 2.8
several security fixes, see
https://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog
and
https://w1.fi/security/
2019-04-21 19:13:49 +02:00
1282502c98 wpa_supplicant: respect changed sysconfdir of dbus, /etc instead of /usr/etc 2019-03-12 09:00:01 +01:00
f5fef87f4b wpa_supplicant: update to 2.7 2018-12-07 10:41:07 +01:00
b9baf128bd opt: remove all .md5sum 2018-08-24 12:44:37 +02:00
ffe0c53f2b [notify] wpa_supplicant: security fix for CVE-2018-14526
see
https://w1.fi/security/2018-1/unauthenticated-eapol-key-decryption.txt
2018-08-20 18:20:06 +02:00
1de458abe0 [notify] wpa_supplicant: security fix for the KRACK (Key Reinstallation Attacks) vulnerability
See
- https://w1.fi/security/2017-1/wpa-packet-number-reuse-with-replayed-messages.txt
- https://www.krackattacks.com/
2017-10-18 10:39:39 +02:00
fa89867098 signature updates 2016-10-29 13:03:42 +02:00
aca33fee1b Merge branch '3.2' into 3.3 2016-10-29 12:47:07 +02:00
b6bbb31eb9 wpa_supplicant: move man-pages to /usr/share 2016-10-29 12:23:09 +02:00
78abcad049 add opt signatures 2016-10-15 13:54:24 +02:00
5fe9dc950e wpa_supplicant: update to 2.6 2016-10-03 12:10:06 +02:00
c2df40d7ce wpa_supplicant: add dbus support (FS#957) 2015-10-23 19:31:33 +02:00
c4edb13e24 Merge branch '3.1' into 3.2
Conflicts:
	wpa_supplicant/.md5sum
	wpa_supplicant/Pkgfile
2015-09-28 16:08:16 +02:00
e1f176c083 [notify] wpa_supplicant: update to 2.5
Includes several security fixes, see
http://w1.fi/cgit/hostap/plain/wpa_supplicant/ChangeLog
2015-09-28 11:43:02 +02:00
8fab25309d wpa_supplicant: add script to start wpa_supplicant together with dhcpcd (FS#1209) 2015-09-21 11:58:17 +02:00
dd233f8df1 wpa_supplicant: update to 2.4 2015-03-17 11:06:17 +01:00
8b7568610d [notify] wpa_supplicant: update to 2.3
includes a security fix, see
- http://lists.shmoo.com/pipermail/hostap/2014-October/031018.html
- http://www.openwall.com/lists/oss-security/2014/10/09/28
2014-10-17 20:29:59 +02:00
60d37e9efa wpa_supplicant: update to 2.2 2014-06-05 12:57:38 +02:00
Matt Housh
5da07b6fa1 wpa_supplicant: revert 'OpenSSL: Do not accept SSL Client certificate for server' 2014-05-14 08:30:29 -05:00
1c2088b88a wpa_supplicant: update to 2.1 2014-02-12 19:16:21 +01:00
faae14daa1 Revert "wpa_supplicant: dbus support, FS#957"
This reverts commit b181f5d38f.

Currently we try to avoid linking against dbus whenever possible,
at least for opt-ports, e.g. cups or firefox. It's inconsistent
to break this rule for a single port like wpa_supplicant. Because
wpa_supplicant is part of our ISO, we would have to include dbus
as well, if we add dbus support to it.

We might reconsider in the future, if we come to the conclusion
that having dbus support all over is a good thing for CRUX.
2013-11-15 14:28:13 +01:00
b181f5d38f wpa_supplicant: dbus support, FS#957 2013-10-06 11:50:23 +02:00
9dd6246e6f [notify] wpa_supplicant: default configuration file is /etc/wpa_supplicant.conf
NOTE:
-----
As of version 6.0 dhcpcd includes a hook, 10-wpa_supplicant, that starts
wpa_supplicant for wireless interfaces. The hook expects that the default
configuration file of wpa_supplicant is /etc/wpa_supplicant.conf.

Unfortunately our port is using /etc/wpa.conf as the default. I've
changed that with the current commit to /etc/wpa_supplicant. To keep
your current configuration a symlink to wpa.conf is installed as well
for now, but might be removed in future versions of the port.

It's possible to define the configuration name with a
  wpa_supplicant_conf=/etc/wpa.conf
in
  /etc/dhcpcd/dhcpcd.enter-hook
but using the default name is preferable.

Sorry for the inconvenience.
2013-07-10 13:03:01 +02:00
a28979fac8 wpa_supplicant: update to 2.0 2013-01-13 10:08:02 +01:00
ee71cc393a wpa_supplicant: update for libnl version 3.2, thanks horrorStruck for the help 2012-12-04 17:13:34 +01:00
c82117cccd wpa_supplicant: update to 1.1 2012-12-02 11:39:36 +01:00
413965f443 wpa_supplicant: update to 1.0 2012-05-12 09:42:42 +02:00
0bfb20cb3a [notify] wpa_supplicant: added support for nl80211 configuration interface, new dependency libnl
See http://linuxwireless.org/ for documentation
2012-01-23 18:47:06 +01:00
9c01c716bc new maintainer email address 2011-02-02 13:44:37 +01:00
c06ee2c3b9 wpa_supplicant: update to 0.7.3 2010-09-11 10:41:48 +02:00
4a746afdf2 wpa_supplicant: update to 0.6.10 2010-01-14 16:40:05 +01:00
e3e9113b95 wpa_supplicant: update to 0.6.9 2009-03-24 11:12:21 +01:00
6057c804c7 wpa_supplicant: update to 0.6.9 2009-02-20 15:10:55 +01:00
0a42884b2e wpa_supplicant: update to 0.5.11 2008-11-29 10:16:37 +01:00
571c33a993 deumlautify 2008-07-11 09:29:19 +02:00
469bd6ac0f wpa_supplicant: update to 0.5.10 2008-03-14 11:32:52 +01:00
3833987a2b wpa_supplicant: update to 0.5.9 2007-12-05 17:14:47 +01:00
92e4988b2e wpa_supplicant: added man-pages 2007-11-22 16:20:01 +01:00
7070643d29 wpa_supplicant: update to 0.5.8 2007-06-06 07:30:40 +02:00
0d95f900e4 wpa_supplicant: update to 0.5.7 2007-01-04 17:08:54 +01:00
Juergen Daubert
42cd2d78df wpa_supplicant: update to 0.4.9 2006-05-14 09:21:08 +00:00
Juergen Daubert
20643427e7 wpa_supplicant: initial release 2006-04-17 12:56:12 +00:00