Commit Graph

7 Commits

Author SHA1 Message Date
Alexey Pavlov
538d13eb95 curl: Update to 7.62.0 2018-10-31 13:31:36 +03:00
Alexey Pavlov
9dd0960479 curl: Update to 7.61.0 2018-07-26 15:10:03 +03:00
Johannes Schindelin
5a77159a52 Teach cURL to find the certificate bundle also when validating the certificates of proxies (#3592)
* curl: ensure that the correct ca-bundle.crt is used for HTTPS proxies

There are actually two separate settings for the ca-bundle.crt file: one
to validate HTTPS servers, and one to validate HTTPS proxies. We forgot
the proxies.

This is a port of the fix for
https://github.com/git-for-windows/git/issues/1493

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

* curl: increase pkgrel

We just fixed the long-standing issue where cURL would not find the
certificate bundle when trying to validate HTTPS *proxies*'
certificates.

Let's increase the pkgrel in preparation for a new build.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2018-04-12 10:05:33 +03:00
J. Peter Mugaas
ed422d45a3 mingw-w64-brotli - 1.0.3 - New package (#3499)
* mingw-w64-brotli - 1.0.3 - New package
nubgw-w64-curl - 7.59.0, update to latest versionm, add brotli as dependency, rekey patch
mingw-w64-nghttp2 - 1.31.0 - Update to latest version

* Add libwinpthreads to python-bindings.

* mingw-w64-brotli - 1.0.3 - New package
nubgw-w64-curl - 7.59.0, update to latest versionm, add brotli as dependency, rekey patch
mingw-w64-nghttp2 - 1.31.0 - Update to latest version
2018-03-27 08:35:57 +03:00
Johannes Schindelin
8bad21c073 Update cURL to v7.57.0 (#3179)
* curl: modify patches in preparation for cURL v7.57.0

While at it, squash them into one, because there is really no good
reason to apply a patch that uses the executable path for anchoring the
relocation first, only to immediately modify it to use the dll path
instead.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>

* curl: new version v7.57.0

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-11-29 14:20:19 +03:00
Christoph Reiter
7fe9b27d0c curl: Update to 7.56.0 (#3015) 2017-10-09 10:32:21 +03:00
Johannes Schindelin
c59b0afb23 mingw-w64-curl: new version (#2201)
This required a backport of a fix that already made it into cURL's
master branch for a build error discovered only after 7.53.0 was
released.

While at it, I just regenerated the patch files for easier future
adjustments (of course, the easiest would be to just maintain these
patches in a long-running Git branch instead of patch files, but that
is too much to hope for).

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
2017-02-22 18:58:21 +03:00