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

libvips: security, use libpng version range, bump deps #23130

Merged
merged 11 commits into from
Apr 17, 2024

Conversation

mayeut
Copy link
Contributor

@mayeut mayeut commented Mar 17, 2024

Specify library name and version: libvips/all

fix use of vulnerable version of expat: #23277


@ericLemanissierBot
Copy link

ericLemanissierBot commented Mar 17, 2024

I detected other pull requests that are modifying libvips/all recipe:

This message is automatically generated by https://github.com/ericLemanissier/conan-center-conflicting-prs so don't hesitate to report issues/improvements there.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@mayeut mayeut changed the title libvips: use libpng version range, bump deps libvips: security, use libpng version range, bump deps Apr 13, 2024
@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

@conan-center-bot

This comment has been minimized.

if self.options.with_heif:
self.requires("libheif/1.16.2")
if self.options.get_safe("with_highway"):
self.requires("highway/1.0.7")
if self.options.with_jpeg == "libjpeg":
self.requires("libjpeg/9e")
elif self.options.with_jpeg == "libjpeg-turbo":
self.requires("libjpeg-turbo/3.0.1")
self.requires("libjpeg-turbo/3.0.2")
Copy link
Contributor Author

@mayeut mayeut Apr 17, 2024

Choose a reason for hiding this comment

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

needs bump: conflicts with libtiff, opencv, jasper, openimageio

if self.options.with_openjpeg:
self.requires("openjpeg/2.5.0")
self.requires("openjpeg/2.5.2")
Copy link
Contributor Author

@mayeut mayeut Apr 17, 2024

Choose a reason for hiding this comment

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

needs bump: conflicts with opencv

@@ -159,15 +159,15 @@ def requirements(self):
if self.options.with_matio:
self.requires("matio/1.5.24")
if self.options.with_openexr:
self.requires("openexr/3.2.1")
self.requires("openexr/3.2.3")
Copy link
Contributor Author

Choose a reason for hiding this comment

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

needs bump: conflicts with opencv + known security issues #23277

Copy link
Member

Choose a reason for hiding this comment

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

Thanks!

@conan-center-bot

This comment has been minimized.

@RubenRBS RubenRBS self-assigned this Apr 17, 2024
@conan-center-bot conan-center-bot added Bump dependencies Only bumping dependencies versions in the recipe and removed Waiting for CI labels Apr 17, 2024
@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 12 (7cd91d755e2fcb0d173c39df62681e4ea02cf37e):

  • libvips/8.15.2:
    All packages built successfully! (All logs)

  • libvips/8.14.2:
    All packages built successfully! (All logs)

  • libvips/8.15.1:
    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 12 (7cd91d755e2fcb0d173c39df62681e4ea02cf37e):

  • libvips/8.15.2:
    All packages built successfully! (All logs)

  • libvips/8.15.1:
    All packages built successfully! (All logs)

  • libvips/8.14.2:
    All packages built successfully! (All logs)

@conan-center-bot conan-center-bot merged commit 959b718 into conan-io:master Apr 17, 2024
23 checks passed
@conan-center-bot
Copy link
Collaborator

This PR has been automatically merged due to Bump version or Bump dependencies label.
Read https://github.com/conan-io/conan-center-index/blob/master/docs/labels.md#bump-version to obtain more information.

@mayeut mayeut deleted the libvips-bump-deps branch April 17, 2024 20:31
franramirez688 pushed a commit to toge/conan-center-index that referenced this pull request Apr 23, 2024
* libvips: use libpng version range, bump deps

* bump deps

* bump expat

* bump openexr

* use version range for expat

---------

Co-authored-by: Uilian Ries <uilianries@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bump dependencies Only bumping dependencies versions in the recipe
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

6 participants