Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/wpa_supplicant: rebuild against libressl 2.5 | Natanael Copa | 2017-04-18 | 1 | -1/+1 |
| | |||||
* | main/wpa_supplicant: bump pkgrel due to dbus-dev upgrade | Francesco Colista | 2017-01-19 | 1 | -1/+1 |
| | |||||
* | main/wpa_supplicant: rebuild agasint libressl | Natanael Copa | 2016-10-10 | 3 | -2/+75 |
| | |||||
* | main/wpa_supplicant: upgrade to 2.6 | Sören Tempel | 2016-10-07 | 7 | -370/+63 |
| | |||||
* | main/wpa_supplicant: security fix for CVE-2016-4476, CVE-2016-4477 | Natanael Copa | 2016-05-30 | 6 | -1/+348 |
| | | | | fixes #5638 | ||||
* | main/wpa_supplicant: fix config permissions | Natanael Copa | 2016-05-18 | 1 | -3/+3 |
| | | | | ref #5592 | ||||
* | Added dbus support. Fixes #4968 | Francesco Colista | 2015-12-21 | 2 | -6/+6 |
| | |||||
* | main/wpa_supplicant: upgrade to 2.5 | Sören Tempel | 2015-10-27 | 10 | -446/+17 |
| | |||||
* | main/wpa_supplicant: install sample config to /usr/share/doc/... | Sören Tempel | 2015-10-27 | 1 | -6/+2 |
| | |||||
* | main/wpa_supplicant: don't use GNU readline | Sören Tempel | 2015-10-21 | 2 | -7/+7 |
| | | | | Instead use the internal readline implementation. | ||||
* | main/wpa_supplicant: enable CONFIG_EAP_FAST | Sören Tempel | 2015-10-21 | 2 | -5/+5 |
| | |||||
* | main/wpa_supplicant: use a config file based on defconfig | Sören Tempel | 2015-10-21 | 2 | -82/+506 |
| | | | | | | | The defconfig file can be found in the wpa_supplicant source tree in the wpa_supplicant/ directory. It should contain all options that where enabled before with one exception: Options that are no longer available have been removed. | ||||
* | main/wpa_supplicant: update website | Sören Tempel | 2015-10-21 | 1 | -2/+2 |
| | |||||
* | main/wpa_supplicant: don't hardcode paths in error message | Sören Tempel | 2015-10-21 | 2 | -4/+4 |
| | |||||
* | main/wpa_supplicant: remove bogus freq_list | Natanael Copa | 2015-09-08 | 1 | -2/+4 |
| | | | | ref #4612 | ||||
* | main/wpa_supplicant: add wpa_cli(8) action script | Sören Tempel | 2015-09-07 | 2 | -5/+47 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This action script manages the associated network interfaces. It start them when wpa_supplicant successfully established a connection and it stops them when wpa_supplicant disconnected from an access point. When traveling between different location / networks / access points with my laptop I noticed that udhcpc didn't automatically require a new lease and had to be restarted each time I was associated with a new access point. I had to manually invoke `ifdown <interface> && ifup <interface>` each time I associated with a new access point. Searching for solutions I looked at gentoo's netifrc[1] and noticed that they are using a wpa_cli(8) action script[2] to solve this. I read the gentoo action script[3] and decided to write a new action script for alpine loosely based on gentoo's version. This is the result. Maybe there is a better way to solve this problem if so I would to hear about it. Otherwise I believe that this is the best approach to solve it. It should also make it unnecessary to add the wpa_supplicant service to the boot level since it doesn't need to be started before the networking service anymore. The action script has to be started manually using `wpa_cli -a /etc/wpa_supplicant/wpa_cli.sh` currently. I couldn't decide how to start it automatically. Gentoo starts it as a part of netifrc using start-stop-daemon[4]. Maybe we should start it with the same options from the wpa_supplicant OpenRC service? [1]: https://gitweb.gentoo.org/proj/netifrc.git [2]: https://gitweb.gentoo.org/proj/netifrc.git/tree/net/wpa_supplicant.sh#n54 [3]: https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-wireless/wpa_supplicant/files/wpa_cli.sh [4]: https://gitweb.gentoo.org/proj/netifrc.git/tree/net/wpa_supplicant.sh#n164 | ||||
* | main/wpa_supplicant: simplify OpenRC service | Sören Tempel | 2015-09-05 | 2 | -27/+10 |
| | | | | Alpine only supports the Linux kernel. | ||||
* | main/wpa_supplicant: various security fixes | Natanael Copa | 2015-06-15 | 8 | -1/+392 |
| | | | | | | | | | | | | CVE-2015-4141 CVE-2015-4142 CVE-2015-4143 CVE-2015-4144 CVE-2015-4145 CVE-2015-4146 ref #4339 ref #4266 | ||||
* | main/wpa_supplicant: upgrade to 2.4 and fix CVE-2015-1863 | Natanael Copa | 2015-05-19 | 3 | -28/+51 |
| | |||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 2 | -5/+5 |
| | |||||
* | main/wpa_supplicant: upgrade to 2.3 | Natanael Copa | 2014-11-11 | 1 | -4/+4 |
| | |||||
* | main/wpa_supplicant: upgrade to 2.2 | Natanael Copa | 2014-08-18 | 2 | -77/+5 |
| | |||||
* | main/wpa_supplicant: enable WPS2, AP and P2P | Natanael Copa | 2014-07-14 | 1 | -1/+4 |
| | | | | ref #2887 | ||||
* | main/wpa_supplicant: fix radius server regression and build eapol_test | Natanael Copa | 2014-05-29 | 2 | -2/+76 |
| | | | | fixes #2774 | ||||
* | main/wpa_supplicant: upgrade to 2.1 | Natanael Copa | 2014-03-03 | 1 | -5/+5 |
| | |||||
* | main/wpa_supplicant: fix musl build | Timo Teräs | 2013-12-17 | 2 | -1/+25 |
| | |||||
* | main/wpa_supplicant: update license | Fabian Affolter | 2013-12-03 | 1 | -2/+2 |
| | |||||
* | main/wpa_supplicant: bump pkgrel and fix whitespace damage | Natanael Copa | 2013-09-04 | 2 | -5/+5 |
| | |||||
* | main/wpa_supplicant: add dbus dependency | Sam Dodrill | 2013-09-04 | 1 | -1/+1 |
| | |||||
* | main/wpa_supplicant: remove unused patch | Natanael Copa | 2013-02-18 | 1 | -12/+0 |
| | |||||
* | main/wpa_supplicant: upgrade to 2.0 | Natanael Copa | 2013-02-17 | 1 | -6/+10 |
| | |||||
* | main/wpa_supplicant: needs dbus | Natanael Copa | 2013-01-28 | 2 | -3/+3 |
| | |||||
* | main/wpa_supplicant: upgrade to 1.1 | Natanael Copa | 2013-01-23 | 2 | -22/+9 |
| | |||||
* | main/wpa_supplicant: build qt gui | Natanael Copa | 2013-01-23 | 2 | -5/+33 |
| | |||||
* | main/wpa_supplicant: rebuild against libnl3 | Natanael Copa | 2012-09-30 | 2 | -6/+29 |
| | |||||
* | main/wpa_supplicant: upgrade to 1.0 | Natanael Copa | 2012-07-04 | 1 | -3/+3 |
| | |||||
* | main/wpa_supplicant: rebuild against dbus-libs | Natanael Copa | 2012-03-16 | 1 | -1/+1 |
| | |||||
* | main: mass-rebuild of packages missing arch in .PKGINFO | Natanael Copa | 2011-03-31 | 1 | -1/+1 |
| | | | | this is needed for apk-tools-2.1 migration | ||||
* | Set all packages with arch="x86 x86_64" to arch="all". | William Pitcock | 2011-01-13 | 1 | -1/+1 |
| | |||||
* | main/*: add arch | Natanael Copa | 2010-12-13 | 1 | -0/+1 |
| | |||||
* | main/wpa_supplicant: upgrade to 0.7.3 | Natanael Copa | 2010-09-17 | 1 | -3/+3 |
| | |||||
* | Added default value for CC passed to build. | Andrew Manison | 2010-07-19 | 1 | -3/+3 |
| | |||||
* | main/wpa_supplicant: fix init.d script and move config | Natanael Copa | 2010-06-17 | 2 | -5/+7 |
| | |||||
* | main/wpa_supplicant: upgrade to 0.7.2 | Natanael Copa | 2010-06-17 | 3 | -3/+87 |
| | |||||
* | main/[various]: rebuild against openssl-1.0 | Natanael Copa | 2010-05-14 | 1 | -1/+1 |
| | |||||
* | main/[various]: bump pkgrel to force rebuild against nptl | Natanael Copa | 2010-05-04 | 1 | -1/+1 |
| | |||||
* | main/wpa_supplicant: upgrade to 0.7.1 | Natanael Copa | 2010-02-18 | 1 | -11/+14 |
| | |||||
* | main/wpa_supplicant: upgrade to 0.6.10 | Natanael Copa | 2010-02-10 | 1 | -3/+3 |
| | |||||
* | main/wpa_supplicant: moved from testing | Natanael Copa | 2010-02-02 | 1 | -0/+113 |