-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
xmlsec: fix url of tarballs + bump dependencies #17062
xmlsec: fix url of tarballs + bump dependencies #17062
Conversation
SpaceIm
commented
Apr 17, 2023
- tarballs of versions < 1.2.33 have been removed from https://www.aleksey.com/xmlsec/download/ and only live under https://www.aleksey.com/xmlsec/download/older-releases/
- bump some dependencies, and specially openssl from 1.1.x to 3.x.x
- I've read the contributing guidelines.
- I've used a recent Conan client version close to the currently deployed.
- I've tried at least one configuration locally with the conan-center hook activated.
This comment has been minimized.
This comment has been minimized.
This Some parts of lsh123/xmlsec#342 & lsh123/xmlsec#396 should be backported I guess. |
It's weird. I've pushed another commit, but it doesn't show up 🤔 |
7fe7f43
to
d8de837
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…ffected by traits
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Any chance of adding the latest version?
|
This comment has been minimized.
This comment has been minimized.
Conan v1 pipeline ✔️All green in build 10 (
Conan v2 pipeline ✔️
All green in build 10 ( |
test_type = "explicit" | ||
|
||
def layout(self): | ||
cmake_layout(self) | ||
|
||
def requirements(self): | ||
self.requires(self.tested_reference_str) | ||
self.requires("libxml2/2.10.4") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IT would have been nice to have dc5da99 here since it's out of the norm
* fix url of tarballs * bump dependencies * libxml2 public headers are exposed in xmlsec public headers * add libxml2 to requires of test package for conan v2 since it's directly used in test source code * link to libxml2 and eventually libxslt in test package * openssl headers are also public * typo * add libxml2 to requires of test package since CMakeDeps seems to be affected by traits * use https * use version range for openssl