Closed a4z closed 3 months ago
any progress, or feedback for me, no this issue ? (just asking because I just added again a lib that requires openssl and has of course, since it was updated most recent, the latest one while other recipes still are on the previous one)
See https://github.com/conan-io/conan-center-index/issues/696 for upgrades
For a fast workaround for updates I would recommend to require OpenSSL directly in your conanfile to overwrite everything to the latest patch
Hi there!
I'm closing this issue as recipes which depends on openssl
have been updated to use version ranges so version conflicts should have been eradicated!
Happy coding 🐸
today I run into an issue that libcurl required openssl/1.1.1g , but paho-mqtt-c/1.3.1 required openssl/1.1.1f this can give a not so positive user experience. I updated the paho-mqtt-c recipe and submitted a PR, but there are more such problems in the recipe catalog. the question is, for such an important and security relevant library like openssl, should there not be some auto update in place to a) have a consistent dependency tree b) do not ship old openssl version to users due to security reasons
please see below the list of openssl users