Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow using official libssh2 source tarballs and signatures #19

Merged
merged 1 commit into from
Oct 22, 2024

Conversation

logmanoriginal
Copy link
Owner

This enables the use of official libssh2 source tarballs and signatures by introducing additional options to the CMake build script:

  • LIBSSH2_SOURCE : Specifies the source of the libssh2 library (GitHub or Tarball)
  • LIBSSH2_URL : Specifies the URL of the libssh2 tarball
  • LIBSSH2_URL_SIG : Specifies the URL of the libssh2 tarball signature

During the build process, the tarball is downloaded and verified. The public key used to verify the signature must be available on the system prior to building.

This enables the use of official libssh2 source tarballs and signatures
by introducing additional options to the CMake build script:

- LIBSSH2_SOURCE : Specifies the source of the libssh2 library (GitHub
or Tarball)
- LIBSSH2_URL : Specifies the URL of the libssh2 tarball
- LIBSSH2_URL_SIG : Specifies the URL of the libssh2 tarball signature

During the build process, the tarball is downloaded and verified. The
public key used to verify the signature must be available on the system
prior to building.
@logmanoriginal logmanoriginal merged commit 1b2a267 into main Oct 22, 2024
1 check passed
@logmanoriginal logmanoriginal deleted the libssh2_tarballs branch October 22, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant