chore: Update secp256k1 and openssl - #6327
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the OpenSSL dependency from version 3.5.4 to 3.5.5, as referenced in the linked GitHub release. The conan.lock file reflects updated package hashes for OpenSSL and several transitive dependencies that were rebuilt due to the OpenSSL update.
Changes:
- Updated OpenSSL from 3.5.4 to 3.5.5 in conanfile.py
- Updated corresponding package hashes in conan.lock for OpenSSL, secp256k1, boost, and msys2
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| conanfile.py | Updates OpenSSL version requirement from 3.5.4 to 3.5.5 |
| conan.lock | Updates package hashes for OpenSSL and transitive dependencies that were rebuilt with the new OpenSSL version |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #6327 +/- ##
=======================================
Coverage 79.9% 79.9%
=======================================
Files 840 840
Lines 65548 65548
Branches 7266 7263 -3
=======================================
+ Hits 52348 52351 +3
+ Misses 13200 13197 -3 🚀 New features to boost your workflow:
|
High Level Overview of Change
OpenSSL 3.5.5 has been released, so we should probably update: https://github.com/openssl/openssl/releases/tag/openssl-3.5.5
Context of Change
Type of Change
.gitignore, formatting, dropping support for older tooling)API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)