summaryrefslogtreecommitdiff
path: root/packages/hostap/Jenkinsfile
AgeCommit message (Collapse)Author
2023-05-26packages: change glob pattern to be recursiveChristian Breunig
2023-04-09T5151: hostap: Reintroduce Debian's allow-legacy-renegotiation.patchAndrew Gunnerson
The Debian 12 upgrade in T5003 caused a regression for connecting to legacy networks that only support TLSv1.0/1.1 for EAP-TLS. This commit fixes one part of the issue by adding Debian's patch for allowing legacy renegotiation (SSL_OP_LEGACY_SERVER_CONNECT flag). The flag used to be allowed by default, but that changed with the openssl 3.0 upgrade in Debian 12. (This commit also updates `build.sh` to just overwrite `debian/patches/series` and not delete patch files since dpkg-buildpackage/quilt never applies unlisted patches.) Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
2023-03-11hostap: T5076: move build dependency installation to build.shChristian Breunig
Fix for commit f163dea ("Docker: T5076: unbloat container - remove dependencies for hostap") as in the hostap Git repo there are no Debian build files available, they will later be copied in by build.sh from Debian SALSA wpa repository.
2023-03-10Docker: T5076: unbloat container - remove dependencies for hostapChristian Breunig
2023-02-23hostapd: T5003: upgrade to newer Git versionChristian Breunig
2023-02-22debian: T5003: Revert hostap removal - AES-256 not supported in Debian.sarthurdev
2023-02-13debian: T5003: Update to to Debian 12 "Bookworm"sarthurdev
* Remove obsolete packages and dependencies
2022-08-02hostap: T4584: add custom package buildChristian Poessinger