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

change PCRE download link #26757

Merged
merged 1 commit into from
Apr 17, 2018
Merged

change PCRE download link #26757

merged 1 commit into from
Apr 17, 2018

Conversation

simonbyrne
Copy link
Contributor

@simonbyrne simonbyrne commented Apr 9, 2018

https://ftp.csx.cam.ac.uk is down at the moment.

Ideally we should have backup links, or use caching.

@ararslan ararslan added the external dependencies Involves LLVM, OpenBLAS, or other linked libraries label Apr 9, 2018
@ararslan
Copy link
Member

ararslan commented Apr 9, 2018

Unlikely to be related, but x86-64 Linux on Travis segfaulted on a ccall test.

@ararslan
Copy link
Member

Good to go or should the Travis failure be investigated in more depth?

@bribroder
Copy link
Contributor

Hey folks,

Just wanted to mention that downloading the ftp.csx.cam.ac.uk link with the ftp:// protocol instead of https:// works, like:

ftp://ftp.csx.cam.ac.uk/pub/software/programming/pcre/pcre2-10.23.tar.bz2

@StefanKarpinski
Copy link
Member

StefanKarpinski commented Apr 16, 2018

Plain FTP is insecure, however. We check the hash of the file afterwards but it’s better to apply defense in depth.

@ViralBShah
Copy link
Member

People have ftp ports blocked and such. We used to do this and moved, IIRC.

bribroder added a commit to bribroder/julia that referenced this pull request Apr 17, 2018
Similarly to JuliaLang#26757, update the url scheme for this download to use https instead of http (which has started to 301 redirect)
bribroder added a commit to bribroder/julia that referenced this pull request Apr 17, 2018
Similarly to JuliaLang#26757, update the url scheme for this download to use https instead of http (which has started to 301 redirect)
@vchuravy vchuravy merged commit 033b722 into master Apr 17, 2018
@StefanKarpinski StefanKarpinski deleted the sb/pcre-link branch April 17, 2018 19:07
ararslan pushed a commit that referenced this pull request Apr 18, 2018
(cherry picked from commit ba8342a, PR #26757)
ViralBShah pushed a commit that referenced this pull request Apr 19, 2018
Similarly to #26757, update the url scheme for this download to use https instead of http (which has started to 301 redirect)
iht added a commit to iht/julia that referenced this pull request May 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external dependencies Involves LLVM, OpenBLAS, or other linked libraries
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants