conda-forge / curl-feedstock

A conda-smithy repository for curl.
BSD 3-Clause "New" or "Revised" License
3 stars 43 forks source link

Update curl to >= 7.50 on win #22

Closed nehaljwani closed 6 years ago

nehaljwani commented 6 years ago

On Windows 7, the current version of curl 7.49, is buggy, and needs this fix: https://github.com/curl/curl/commit/34855fe , which was released in 7.50

jakirkham commented 6 years ago

Unfortunately don't have time to address it myself. Would happily review a PR though.

nehaljwani commented 6 years ago

The recipe right now is on 7.54.1, but for windows, it doesn't build correctly. I had sent a PR to fix this at https://github.com/conda-forge/curl-feedstock/pull/21 (hack to break the dependency cycle)

nehaljwani commented 6 years ago

This has been fixed by https://github.com/conda-forge/curl-feedstock/pull/21