summaryrefslogtreecommitdiff
path: root/aports/wpa_supplicant
AgeCommit message (Collapse)Author
2023-03-26wpa_supplicant: fix TLS negotiation issues with OpenSSL 3.0PÁLI Gábor János
References: - http://w1.fi/cgit/hostap/patch/src/crypto/tls_openssl.c?id=bc99366f9b960150aa2e369048bbc2218c1d414e Hinted by: ish-org@fromgithub
2023-03-11wpa_supplicant: import changes from upstreamPÁLI Gábor János
References: - https://git.alpinelinux.org/aports/commit/main/wpa_supplicant?id=03d532b9fb595ff116bb6ce03470c59a754a4025
2022-12-30Move to Linux 5.15.85 + Alpine 3.17.0.PÁLI Gábor János
2022-06-25Move to Linux 5.15.49 + Alpine 3.16.0.PÁLI Gábor János
2022-05-31Incorporate `hostapd`.PÁLI Gábor János
The inclusion of `hostapd` [1] brings a lot of related changes because the build process have to extended to take the challenge. - Convert `wpa_passthru` to a more a generic services, called `uds_passthru` to deal with the control socket forwarding. It can also log the `socat` errors properly. - Make the `Makefile` more parametric therefore the virtual disk image can be customized better. - Default configurations are now moved fully to the guest's side. - Tweak the packages to be more flexible. - Document everything. [1] https://w1.fi/hostapd/
2022-04-10Move towards custom packages.PÁLI Gábor János
Change the build image process in a way that custom-built packages can be utilized. This means a simpler `Makefile` since every modification is implemented on the level of packages. Include the sources for every customized package.