[package] Update openssl dependency in libssh2 recipe
See original GitHub issueWhile testing libgit2 from PR #286 a found the following message:
WARN: libssh2/1.8.2: requirement openssl/1.0.2t overridden by libgit2/0.28.3 to openssl/1.1.1d
As an effort to keep the graph consistent, we should update the openssl version in the libssh2 recipe if possible.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (7 by maintainers)
Top Results From Across the Web
conda/conda - Gitter
I'm seeing the preference for main during the update. ... The packages in defaults with dependencies of openssl>=1.1.1,<1.1.2.0a0 were hotfixed to openssl > ......
Read more >Compilation and Installation - OpenSSLWiki
OpenSSL is configured for a particular platform with protocol and behavior options using Configure and config. You should avoid custom build ...
Read more >[PATCH v2 5/8] gstreamer1.0-plugins-bad: upgrade to version 1.8.1
configure-allow-to-disable-libssh2.patch got replaced by a patch that does ... +# (OpenSSL is a shared dependency with dtls)
Read more >Release notes for 4.0 (kirkstone)
Linux kernel 5.15, glibc 2.35 and ~300 other recipe upgrades ... The Python package build process is now based on wheels in line...
Read more >cargo-chrono 0.1.0 - Docs.rs
Updating registry `https://github.com/rust-lang/crates.io-index` Fresh unicode-normalization ... recipe for target 'src/CMakeFiles/libssh2.dir/openssl.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
issue reproduces locally @danimtb seems like recipe on bintray is somehow outdated… e.g. downloaded libssh/1.8.2 really has a dependency on openssl/1.0.2t. therefore:
seems like it’s previous revision: https://github.com/conan-io/conan-center-index/commit/02c5c82705a45b1be0a3e637ba49a13a3c311b72#diff-e8b6fdc6e1231ddedea5999302aab006
@danimtb all good now with libgit/libssh2. I hope it didn’t affect more recipes.