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

Upgraded libzip dependency to new version available in ConanCenter #615

Merged
merged 1 commit into from
Sep 22, 2020

Conversation

hplatou
Copy link
Contributor

@hplatou hplatou commented Sep 21, 2020

Upgraded the libzip conan dependency to 1.7.3, that is now available through ConanCenter. The previoius version 1.5.2 available through bincrafters is now marked obsolete. The transitive dependencies of the new version is compatible with the rest of our dependencies and I could remove the dependency conflict resolution as well. This also resolves some runtime issues when linking an executable with both libcosim and Poco(with transitive openssl) from ConanCenter.

…This means we can also remove the conflict resolution as the new version of libzip has compatible versions of transitive dependencies.
@hplatou hplatou added enhancement New feature or request conan This issue or PR is related to the conan package manager labels Sep 21, 2020
@hplatou hplatou self-assigned this Sep 21, 2020
Copy link
Member

@kyllingstad kyllingstad left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Awesome that we get rid of the conflict-resolving explicit dependencies!

@hplatou hplatou merged commit 90fd66d into master Sep 22, 2020
@hplatou hplatou deleted the feature/614-upgrade-libzip-version branch September 22, 2020 16:28
@hplatou hplatou linked an issue Sep 22, 2020 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
conan This issue or PR is related to the conan package manager enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Upgrade libzip conan dependency
3 participants