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

libarchive: add version 3.7.5 #25333

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

toge
Copy link
Contributor

@toge toge commented Sep 19, 2024

Summary

Changes to recipe: libarchive/3.7.5

Motivation

There are several bugfixes and security fixes in 3.7.5.

Details

libarchive/libarchive@v3.7.4...v3.7.5


@conan-center-bot
Copy link
Collaborator

Conan v1 pipeline ✔️

All green in build 3 (001b77109cc6071b2b98ddc6a51d4a33be0eaad6):

  • libarchive/3.7.3:
    Built 20 packages out of 22 (All logs)

  • libarchive/3.7.5:
    Built 20 packages out of 22 (All logs)

  • libarchive/3.7.4:
    Built 20 packages out of 22 (All logs)

  • libarchive/3.7.1:
    Built 20 packages out of 22 (All logs)

  • libarchive/3.7.2:
    Built 20 packages out of 22 (All logs)


Conan v2 pipeline ✔️

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

All green in build 3 (001b77109cc6071b2b98ddc6a51d4a33be0eaad6):

  • libarchive/3.7.5:
    All packages built successfully! (All logs)

  • libarchive/3.7.3:
    All packages built successfully! (All logs)

  • libarchive/3.7.4:
    All packages built successfully! (All logs)

  • libarchive/3.7.1:
    All packages built successfully! (All logs)

  • libarchive/3.7.2:
    All packages built successfully! (All logs)

Comment on lines +18 to +20
- INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR})
+ LIST(APPEND ADDITIONAL_LIBS ZLIB::ZLIB)
LIST(APPEND ADDITIONAL_LIBS ${ZLIB_LIBRARIES})
Copy link
Contributor

Choose a reason for hiding this comment

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

The previous patch was like

Suggested change
- INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR})
+ LIST(APPEND ADDITIONAL_LIBS ZLIB::ZLIB)
LIST(APPEND ADDITIONAL_LIBS ${ZLIB_LIBRARIES})
INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR})
- LIST(APPEND ADDITIONAL_LIBS ${ZLIB_LIBRARIES})
+ LIST(APPEND ADDITIONAL_LIBS ZLIB::ZLIB)

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.

3 participants