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

Update curl to 7.53.1 #738

Merged
merged 2 commits into from Apr 24, 2017
Merged

Update curl to 7.53.1 #738

merged 2 commits into from Apr 24, 2017

Conversation

ghost
Copy link

@ghost ghost commented Apr 11, 2017

Should fix an issue where all HTTPS requests on Windows versions older than Windows 8.1 or Windows Server 2012 R2 were failing with the error message "schannel: failed to retrieve ALPN result" (curl/curl#840). Doesn't look like there are any breaking changes as far as I can tell.

@ghost
Copy link
Author

ghost commented Apr 11, 2017

Looks like Linux and macOS builds are failing. I'll take a look.

@ghost
Copy link
Author

ghost commented Apr 11, 2017

There we go.

@ghost ghost mentioned this pull request Apr 11, 2017
@tritao
Copy link
Contributor

tritao commented Apr 11, 2017

lgtm

PS: We might want to consider submodule'ing curl in the future.

Copy link
Member

@starkos starkos left a comment

Choose a reason for hiding this comment

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

Looks good, will merge once CI tests complete.

@tvandijck
Copy link
Contributor

@tritao I wish we could, but we hand-crafted our curl_config.h to work for the platforms we currently sort of support.... curl itself when build through ./configure, or cmake generates that file through autoconf like tools... Basically we have 'local' changes to curl that have to be integrated into any updates.

@tvandijck tvandijck merged commit 97856fe into premake:master Apr 24, 2017
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.

4 participants