-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
julia build problems with libgit2 1.4.2 or 1.5.0 #44811
Comments
I think there is relevant discussion here: #42311, where we have been waiting for libssh2 to make a security-critical release for several months |
I'm building julia 1.9.0 DEV normally with: libssh2-1.10.0 mbedtls-2.28.0 curl-7.82.0 libgit2-1.3.0 I think it's not about libssh2. Otherwise julia wouldn't be building fine with libgit2-1.3.0. |
I believe we are already vendoring the libssh2 security patch ourselves. Maybe someone just needs to provide a PR to bump libgit2 (and work through the issues that show up)? |
From the libgit2 release notes for 1.4.0:
From a quick check of the julia codebase, I think the |
I've opened a PR to fix the issue: #45411 |
Even julia 1.9.0-DEV supports libgit2 v 1.3.0 from Sep 27, 2021.
Is it possible to support libgit2 v 1.4.2 from Feb 26, 2022 ?
Or maybe even libgit2 v 1.5.0 from Feb 26, 2022 commit:db4461d556ddb7915349d094ba74ef01d7a2d701.
Otherwise, the julia + libgit2 v 1.4.2 or v 1.5.0 build never completes.
The text was updated successfully, but these errors were encountered: