Skip to content

Switch to using LibCURL_jll / MozillaCACerts_jll#75

Merged
omus merged 6 commits intomasterfrom
cv/libcurl_jll
May 21, 2020
Merged

Switch to using LibCURL_jll / MozillaCACerts_jll#75
omus merged 6 commits intomasterfrom
cv/libcurl_jll

Conversation

@omus
Copy link
Copy Markdown
Collaborator

@omus omus commented Feb 14, 2020

I used FTPClient.jl with these changes and the tests there did pass

@omus
Copy link
Copy Markdown
Collaborator Author

omus commented Feb 14, 2020

CI failure on Linux is returning CURLE_SSL_CACERT. This failure was previously expected on FreeBSD, macOS, and Windows but it is now also happening on Linux.

cc: @staticfloat

@omus
Copy link
Copy Markdown
Collaborator Author

omus commented Feb 14, 2020

Related to: #57

@staticfloat
Copy link
Copy Markdown
Contributor

Can you re-run CI and see if it fails with the latest LibCURL jll?

@omus omus force-pushed the cv/libcurl_jll branch from 69094f9 to 3726c42 Compare April 3, 2020 13:35
@ViralBShah
Copy link
Copy Markdown
Contributor

Does the Julia build pull libcurl from this jll? Just like openblas_jll, can we have packages that need libcurl_jll to simply use the one that ships with Julia itself?

@staticfloat
Copy link
Copy Markdown
Contributor

That's part of what JuliaLang/julia#35193 will provide

@aviks
Copy link
Copy Markdown
Member

aviks commented May 1, 2020

I submitted a change to LibCURL_jll to store the mozilla ca bundle. It'll require some change here which I'll do once the jll update is pushed and registered, but hopefully that'll solve the cert issues here (and at many other places)

@omus omus force-pushed the cv/libcurl_jll branch from 85c7a85 to 7351587 Compare May 20, 2020 20:07
@omus omus force-pushed the cv/libcurl_jll branch from 7351587 to 5e09571 Compare May 20, 2020 20:29
@omus
Copy link
Copy Markdown
Collaborator Author

omus commented May 20, 2020

I've pulled in the commits from #78 to get this PR to pass (I don't have access to update the branch for #78)

@omus omus changed the title Switch to using LibCURL_jll Switch to using LibCURL_jll / MozillaCACerts_jll May 20, 2020
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 20, 2020

Codecov Report

Merging #75 into master will decrease coverage by 0.70%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##           master     #75      +/-   ##
=========================================
- Coverage    7.51%   6.81%   -0.71%     
=========================================
  Files           2       2              
  Lines         133     132       -1     
=========================================
- Hits           10       9       -1     
  Misses        123     123              
Impacted Files Coverage Δ
src/LibCURL.jl 36.36% <ø> (-5.31%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7282455...5439cbe. Read the comment docs.

@omus
Copy link
Copy Markdown
Collaborator Author

omus commented May 20, 2020

Everything looks good now. I want to validate these changes with FTPClient.jl but I'll need to do that tomorrow.

Comment thread Project.toml Outdated
@aviks
Copy link
Copy Markdown
Member

aviks commented May 21, 2020

I want to validate these changes with FTPClient.jl

Yeah, it's worth checking that the jll binary does ftp correctly. (BTW, it should also do http2 now)

I tested these changes with SMTPClient.jl (which also had numerous reports of certificate problems), and they are all fixed with this change, waiting for a tag here.

Comment thread Project.toml Outdated
@omus omus force-pushed the cv/libcurl_jll branch from 5e09571 to 5439cbe Compare May 21, 2020 14:57
@omus
Copy link
Copy Markdown
Collaborator Author

omus commented May 21, 2020

I want to validate these changes with FTPClient.jl

Changes work fine with FTPClient.jl. I did notice a failure but I can reproduce the failure without this PR.

@omus omus merged commit 979c346 into master May 21, 2020
@omus omus deleted the cv/libcurl_jll branch May 21, 2020 15:37
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.

7 participants