mirror of
https://github.com/libssh2/libssh2.git
synced 2025-07-29 13:01:14 +03:00
008e82c0f86480a60fa460d09099b16334a6c95c
- 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
libssh2 - SSH2 library
libssh2 is a library implementing the SSH2 protocol, available under the revised BSD license.
Installation instructions:
Description
libssh2 - это библиотека, реализующая протокол SSH2, доступная по пересмотренной лицензии BSD
Languages
C
85.3%
M4
3.5%
CMake
3.3%
Shell
2.7%
RPGLE
1.7%
Other
3.2%