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

External stdlibs: stop using the unauthenticated git:// protocol in the external stdlib URLs #42906

Merged
merged 1 commit into from
Nov 2, 2021

Conversation

DilumAluthge
Copy link
Member

@DilumAluthge DilumAluthge commented Nov 2, 2021

Fixes JuliaLang/BumpStdlibs.jl#69


GitHub has disabled support for the unauthenticated git:// protocol, so we should stop using it in the URLs for the external stdlibs.

https://github.blog/2021-09-01-improving-git-protocol-security-github/

@DilumAluthge
Copy link
Member Author

We'll need to backport this.

I think it will need to be manually backported though.

@DilumAluthge DilumAluthge added building Build system, or building Julia or its dependencies merge me PR is reviewed. Merge when all tests are passing labels Nov 2, 2021
@staticfloat
Copy link
Member

I also wonder if we can just download these from our PkgServers eventually. :P

@DilumAluthge DilumAluthge merged commit 7eba9c1 into master Nov 2, 2021
@DilumAluthge DilumAluthge deleted the dpa/unauthenticated-git-external-stdlibs branch November 2, 2021 17:54
@DilumAluthge DilumAluthge removed the merge me PR is reviewed. Merge when all tests are passing label Nov 2, 2021
@KristofferC KristofferC mentioned this pull request Nov 19, 2021
29 tasks
@KristofferC KristofferC mentioned this pull request Jan 10, 2022
50 tasks
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Feb 22, 2022
LilithHafner pushed a commit to LilithHafner/julia that referenced this pull request Mar 8, 2022
KristofferC pushed a commit that referenced this pull request Mar 15, 2022
… the external stdlib URLs (#42906)

(cherry picked from commit 7eba9c1)
KristofferC pushed a commit that referenced this pull request Mar 15, 2022
… the external stdlib URLs (#42906)

(cherry picked from commit 7eba9c1)
KristofferC pushed a commit that referenced this pull request Mar 16, 2022
… the external stdlib URLs (#42906)

(cherry picked from commit 7eba9c1)
KristofferC pushed a commit that referenced this pull request Mar 18, 2022
… the external stdlib URLs (#42906)

(cherry picked from commit 7eba9c1)
@KristofferC KristofferC removed the backport 1.6 Change should be backported to release-1.6 label May 16, 2022
staticfloat pushed a commit that referenced this pull request Dec 23, 2022
… the external stdlib URLs (#42906)

(cherry picked from commit 7eba9c1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
building Build system, or building Julia or its dependencies stdlib Julia's standard library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: The unauthenticated git protocol on port 9418 is no longer supported.
3 participants