-
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
libarchive: add version 3.7.6 #25333
Conversation
73eae5b
to
001b771
Compare
This comment has been minimized.
This comment has been minimized.
- INCLUDE_DIRECTORIES(${ZLIB_INCLUDE_DIR}) | ||
+ LIST(APPEND ADDITIONAL_LIBS ZLIB::ZLIB) | ||
LIST(APPEND ADDITIONAL_LIBS ${ZLIB_LIBRARIES}) |
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.
The previous patch was like
- 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) | |
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.
@ErniGH
Thank you for your pointing out!
I fixed this.
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline ✔️
All green in build 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.
LGTM Thanks! 😄
Summary
Changes to recipe: libarchive/3.7.6
Motivation
There are several bugfixes and security fixes in 3.7.6.
Details
libarchive/libarchive@v3.7.4...v3.7.6