* 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>
* 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>
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>