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

aravis: use version range for libxml2, remove old version #23669

Merged
merged 2 commits into from
Jul 2, 2024

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Apr 20, 2024

Specify library name and version: aravis/all

libxml2<2.12.5 has known security issues. We can now use version range: c.f. #23277


@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 1 (46f902d852ed1b6bff6780712a37498150b04922):

  • aravis/0.8.29:
    All packages built successfully! (All logs)

  • aravis/0.8.30:
    All packages built successfully! (All logs)

  • aravis/0.8.25:
    All packages built successfully! (All logs)


Conan v2 pipeline ✔️

Note: Conan v2 builds are now mandatory. Please read our discussion about it.

All green in build 1 (46f902d852ed1b6bff6780712a37498150b04922):

  • aravis/0.8.25:
    All packages built successfully! (All logs)

  • aravis/0.8.30:
    All packages built successfully! (All logs)

  • aravis/0.8.29:
    All packages built successfully! (All logs)

@@ -72,8 +66,8 @@ def layout(self):

def requirements(self):
# glib-object.h and gio/gio.h are used in several public headers
self.requires("glib/2.78.1", transitive_headers=True)
self.requires("libxml2/2.12.3")
self.requires("glib/2.78.3", transitive_headers=True)
Copy link
Member

Choose a reason for hiding this comment

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

We're looking into version ranges for glib, as right now half its dependants conflict with eachother, and is looking promising for now, sorry for the delay on getting this one thru while we review that :)

Copy link
Member

Choose a reason for hiding this comment

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

There are now 12 recipes using 2.78.3 and 7 using 2.78.1, so even if not using version ranges yet for glib, it looks we can move forward this PR

@AbrilRBS AbrilRBS self-assigned this Apr 22, 2024
@@ -72,8 +66,8 @@ def layout(self):

def requirements(self):
# glib-object.h and gio/gio.h are used in several public headers
self.requires("glib/2.78.1", transitive_headers=True)
self.requires("libxml2/2.12.3")
self.requires("glib/2.78.3", transitive_headers=True)
Copy link
Member

Choose a reason for hiding this comment

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

There are now 12 recipes using 2.78.3 and 7 using 2.78.1, so even if not using version ranges yet for glib, it looks we can move forward this PR

@memsharded memsharded self-assigned this Jun 11, 2024
@eudoxos
Copy link

eudoxos commented Jul 1, 2024

Could we move forward with this? I already almost created a new PR :) Your efforts are appreciated.

@AbrilRBS
Copy link
Member

AbrilRBS commented Jul 1, 2024

Hi @eudoxos thanks for the ping, I've now approved this PR to get merged, sorry for the delay :)

@conan-center-bot conan-center-bot merged commit ff0fa9d into conan-io:master Jul 2, 2024
24 checks passed
@mayeut mayeut deleted the aravis-libxml2-vr branch July 2, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants