Accepting request 798838 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/798838 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=157
This commit is contained in:
commit
9222c98fcd
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:03c7d5e6697f7b7e40ada1b2256e565a555657398e6c1fcfa4cb251ccd819d4f
|
|
||||||
size 2467272
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAl5oh44ACgkQXMkI/bce
|
|
||||||
EsL/5QgAlK2oYZTG3OQziHD8RtvjcRZyVfSPgH+UCEe12o+pqrWncWG5kVbFPjoX
|
|
||||||
USq8EEmRLaTdPPVY+lLZjrll0LgAHa5fyOYV5IFeKHHlRtGUsurMx+IW7NXg1kWn
|
|
||||||
lZXV/xzcogVeaqTZtJS1QQeyBxV55BEzwbO7WI7U3dQHKspE2724IqaGwHAj7BaL
|
|
||||||
K3hmHpBHuuGNpP5wsmnA0GXVLYSfqTJhc2itcupG8ZveNeEjCXPoRxGq/aewqUCH
|
|
||||||
UoT0tLu/LJ/D4FW1zGYdQXkli4MHKzTP9l2Tp/6ounEc+WpEirIRJLWRE8Wn/bmH
|
|
||||||
JjmSkls5sMCsmLl5DNoSUEw4Jco0oQ==
|
|
||||||
=+Rw4
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
curl-7.70.0.tar.xz
Normal file
3
curl-7.70.0.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:032f43f2674008c761af19bf536374128c16241fb234699a55f9fb603fcfbae7
|
||||||
|
size 2348780
|
11
curl-7.70.0.tar.xz.asc
Normal file
11
curl-7.70.0.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAl6pGOwACgkQXMkI/bce
|
||||||
|
EsJJvggAoWbMdK1FfuTzNORxiW/UoJmT2HCjuN5nLzlObJbhYQWnKWRfE09c2j3C
|
||||||
|
g1GQJ6vUq452DFAYiWFnml4u1E9UVjmLVrsOzsBZD1EvbVaFQF9cP1UoURU7h9n/
|
||||||
|
uTcNZ4oxuvnxYX0oDStEx9mVw63Gw+CtyUJoDNmzmVAk0sBfcCa3mRBZwhNnYPXU
|
||||||
|
dUxb6bpelcdTDJZGCJIzcmoidbS214GAGomLYrLhKlcYwU4aSKpERAnXK4TbiZjR
|
||||||
|
l30qG0HkrP1vQ1UKkUKLbuC4Fy27WgSqYBq/dY9ljmwAXb1txrsbHqA1RE3L4NyA
|
||||||
|
7uE/as3hskrUuVFidsTPwoAOPljJpw==
|
||||||
|
=g8R9
|
||||||
|
-----END PGP SIGNATURE-----
|
18
curl.changes
18
curl.changes
@ -1,3 +1,21 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Apr 29 07:45:48 UTC 2020 - Paolo Stivanin <info@paolostivanin.com>
|
||||||
|
|
||||||
|
- Update to 7.70.0
|
||||||
|
* Changes:
|
||||||
|
- curl: add --ssl-revoke-best-effort to allow a "best effort" revocation check
|
||||||
|
- mqtt: add new experimental protocol
|
||||||
|
- schannel: add "best effort" revocation check option: CURLSSLOPT_REVOKE_BEST_EFFORT
|
||||||
|
- writeout: support to generate JSON output with '%{json}'
|
||||||
|
* Bugfixes:
|
||||||
|
- gnutls: Don't skip really long certificate fields
|
||||||
|
- gnutls: ensure TLS 1.3 when SRP isn't requested
|
||||||
|
- lib: never define CURL_CA_BUNDLE with a getenv
|
||||||
|
- libcurl-multi.3: added missing full stop
|
||||||
|
- libssh: avoid options override by configuration files
|
||||||
|
- libssh: Use new ECDSA key types to check known hosts
|
||||||
|
- tons of other fixes
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Mar 12 22:07:26 UTC 2020 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
Thu Mar 12 22:07:26 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.69.1
|
Version: 7.70.0
|
||||||
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