Skip to content

Update libcurl version to latest version 8.8.0 - #13007

Merged
Nir-Az merged 2 commits into
realsenseai:developmentfrom
Nir-Az:update-curl
Jun 9, 2024
Merged

Update libcurl version to latest version 8.8.0#13007
Nir-Az merged 2 commits into
realsenseai:developmentfrom
Nir-Az:update-curl

Conversation

@Nir-Az

@Nir-Az Nir-Az commented Jun 6, 2024

Copy link
Copy Markdown
Collaborator

Verified on Win + Linux
Tracked on [LRS-1112]

@Nir-Az Nir-Az changed the title Update libcurl to version 7.87 Update libcurl version Jun 6, 2024
@Nir-Az Nir-Az changed the title Update libcurl version Update libcurl version to latest version 8.8.0 Jun 9, 2024
@Nir-Az
Nir-Az marked this pull request as ready for review June 9, 2024 08:06
@Nir-Az
Nir-Az requested a review from remibettan June 9, 2024 08:06
# Add SSL library flag
if (WIN32)
set(CURL_FLAGS ${CURL_FLAGS} -DCMAKE_USE_SCHANNEL=ON )
set(CURL_FLAGS ${CURL_FLAGS} -DCURL_USE_SCHANNEL=ON )

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you explain this change please?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

API change on LibCURL Cmake files, parameter name was changed
cmake: private identifiers use CURL_ instead of CMAKE_ prefix](curl/curl#7988)

message(STATUS "Building libcurl enabled")

set(CURL_FLAGS -DBUILD_CURL_EXE=OFF -DBUILD_SHARED_LIBS=OFF -DUSE_WIN32_LDAP=OFF -DHTTP_ONLY=ON -DCURL_ZLIB=OFF -DCURL_DISABLE_CRYPTO_AUTH=ON -DCMAKE_USE_LIBSSH2=OFF -DBUILD_TESTING=OFF )
set(CURL_FLAGS -DBUILD_CURL_EXE=OFF -DBUILD_SHARED_LIBS=OFF -DUSE_WIN32_LDAP=OFF -DHTTP_ONLY=ON -DCURL_ZLIB=OFF -DCURL_DISABLE_CRYPTO_AUTH=ON -DCURL_USE_LIBSSH2=OFF -DCURL_DISABLE_TESTS=ON )

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

can you explain this change please?

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Same

@remibettan remibettan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

please explain

@remibettan
remibettan self-requested a review June 9, 2024 09:47

@remibettan remibettan left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@Nir-Az
Nir-Az merged commit 396ea6f into realsenseai:development Jun 9, 2024
@Nir-Az
Nir-Az deleted the update-curl branch September 30, 2024 11:40
@sebastianserna30

Copy link
Copy Markdown

Hi,

Im unable to build from source because of a missing libcurl documentation. Please see #13709

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