Accepting request 818117 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Update to 7.71.1 * Bugfixes: - Curl_inet_ntop: always check the return code - CURLOPT_READFUNCTION.3: provide the upload data size up front - escape: make the URL decode able to reject only %00-bytes - escape: zero length input should return a zero length output - examples/multithread.c: call curl_global_cleanup() - http2: set the correct URL in pushed transfers - http: fix proxy auth with blank password - mbedtls: fix build with disabled proxy support - ngtcp2: sync with current master - Revert "multi: implement wait using winsock events" - sendf: improve the message on client write errors - terminology: call them null-terminated strings - tool_cb_hdr: Fix etag warning output and return code - url: allow user + password to contain "control codes" for HTTP(S) - vtls: compare cert blob when finding a connection to reuse OBS-URL: https://build.opensuse.org/request/show/818117 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=282
This commit is contained in:
parent
1c8143ff31
commit
b3d54ca4de
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:cdf18794393d8bead915312708a9e5d819c6e9919de14b20d5c8e7987abd9772
|
|
||||||
size 2379056
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAl7y9KMACgkQXMkI/bce
|
|
||||||
EsJDYAgAmtxtJ5xPWUQ3zYFzPGVGvAOIzRT0UrdWHR5JH9ED23zXsm8Nw8hgrwX4
|
|
||||||
VS6d0olNYNzEVDf+on/p3SbLBnvG4rc+i3hLMYmwfJMZW/+1Z0iwmT+nKFzBqt3n
|
|
||||||
KCmvokRzRyztasCiagBagv3qbV8v2o72hfMmEH7AWqafrRvsaAjiJDedUHi5W9rH
|
|
||||||
aBFrvuyllA/PfUsM3de4/g2Gs0i882gRmR/BMJNTCYlVRXGDXzO1Vj/jpXWOvV7W
|
|
||||||
llT0W3Y8FbPch0/R05q5Dc4k7+slPYP4eQ95qVU7pyMozHFsCiP0P3guk4LDbgW4
|
|
||||||
ljK090GRc3xBVPHI5+UYYAnt/BEnwg==
|
|
||||||
=ccth
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
curl-7.71.1.tar.xz
Normal file
3
curl-7.71.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:40f83eda27cdbeb25cd4da48cefb639af1b9395d6026d2da1825bf059239658c
|
||||||
|
size 2387660
|
11
curl-7.71.1.tar.xz.asc
Normal file
11
curl-7.71.1.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAl78MUgACgkQXMkI/bce
|
||||||
|
EsJkEgf/ZDR7QKw9aPQoT2dOyqoCTKip1fLCtJBEOmctjS86zF+1caPABYLV1kq6
|
||||||
|
9baz7L2qWOmDdHkxF4poTpPH9CkcG3Krq6lHFjbFQ0GxMC+MEnnFYKfDVrRopaKq
|
||||||
|
ioBUnZrRSIytgwbiwxB+uxxa4ItzV6tZNVKIiIZOuuVSAZ9azA/swpezet8x2kxg
|
||||||
|
yp1Y3oe0R1VCYiCJ2EOB/rMs0ndPHSRuWiCCIBK7uPXA0jJsL4rjhmY5l2qAadfy
|
||||||
|
6iDpk85CJvQcGcC8nZMmpbivniOjIjEefjeXviLvg5dZi7f3M028QyGpkkUVzf27
|
||||||
|
FiWCDZuZkp9ed2eLIBGWo/wy70f2pw==
|
||||||
|
=0YwO
|
||||||
|
-----END PGP SIGNATURE-----
|
21
curl.changes
21
curl.changes
@ -1,3 +1,24 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 1 12:59:25 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
|
- Update to 7.71.1
|
||||||
|
* Bugfixes:
|
||||||
|
- Curl_inet_ntop: always check the return code
|
||||||
|
- CURLOPT_READFUNCTION.3: provide the upload data size up front
|
||||||
|
- escape: make the URL decode able to reject only %00-bytes
|
||||||
|
- escape: zero length input should return a zero length output
|
||||||
|
- examples/multithread.c: call curl_global_cleanup()
|
||||||
|
- http2: set the correct URL in pushed transfers
|
||||||
|
- http: fix proxy auth with blank password
|
||||||
|
- mbedtls: fix build with disabled proxy support
|
||||||
|
- ngtcp2: sync with current master
|
||||||
|
- Revert "multi: implement wait using winsock events"
|
||||||
|
- sendf: improve the message on client write errors
|
||||||
|
- terminology: call them null-terminated strings
|
||||||
|
- tool_cb_hdr: Fix etag warning output and return code
|
||||||
|
- url: allow user + password to contain "control codes" for HTTP(S)
|
||||||
|
- vtls: compare cert blob when finding a connection to reuse
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 24 07:13:22 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
Wed Jun 24 07:13:22 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||||
|
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
# need ssl always for python-pycurl
|
# need ssl always for python-pycurl
|
||||||
%bcond_without openssl
|
%bcond_without openssl
|
||||||
Name: curl
|
Name: curl
|
||||||
Version: 7.71.0
|
Version: 7.71.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: A Tool for Transferring Data from URLs
|
Summary: A Tool for Transferring Data from URLs
|
||||||
License: curl
|
License: curl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user