mirror of
https://github.com/libssh2/libssh2.git
synced 2026-01-27 00:18:12 +03:00
- add Linux jobs with old OpenSSL versions: 1.1.1, 1.1.0, 1.0.2, with tests. (Meaning we test these again after losing them in AppVeyor CI) - add LibreSSL Linux job with tests. - cache most dependency packages built from source. (exception: wolfSSL, which would have added too much complexity due to the multiple versions, and it's fast to build anyway.) - change source tarball sources to GitHub for better stability and performance. - move dependency versions to the env. - set `persist-credentials: false` for checkout steps for security. - pin actions to hash for security. - checkout repo later, right before use. - skip building BoringSSL tests to finish quicker. - set `fail-fast: false` in the BSD build matrix. - cmake: move UWP workaround from GHA to `CMakeLists.txt`, making it available for everyone. - list installed packages in OpenBSD job. - bump BoringSSL, mbedTLS, wolfSSL, OpenSSL. - bump cross-platform-actions to v0.26. - bump docker/build-push-action to v6. - bump actions/upload-artifact to v4. - bump NetBSD to 10.1. - drop `--quiet 2` `apt-get` option to keep useful output. - drop `--no-install-suggests --no-install-recommends` `apt-get` options. They are the defaults with the `ubuntu-24.04` image. - tidy up quotes. Cherry-picked from #1484 Closes #1528