Accepting request 1088598 from devel:libraries:c_c++
OBS-URL: https://build.opensuse.org/request/show/1088598 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=185
This commit is contained in:
commit
4b4820c272
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6bd80ad4f07187015911216ee7185b90d285ac5162aed1bded144f9f93232a3c
|
|
||||||
size 2612568
|
|
@ -1,11 +0,0 @@
|
|||||||
-----BEGIN PGP SIGNATURE-----
|
|
||||||
|
|
||||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmRkb2YACgkQXMkI/bce
|
|
||||||
EsIbNQgAo0VwmDj8VDpSRtjM+dHQ/9CO7MrK9IHT4PyQENrq8SkrX8bbrVaKoqs3
|
|
||||||
NUhcqnE2AZugjpUg3Az7LjZcPKt/5wjS1TmFAJ5es+PM89F67icCgW1vy50gjrM1
|
|
||||||
YlhgFMcCURBGu0w4D3CQyKlMuUoeaThcPiq6gkF+52NN1Z7z3S3O5qLPkDr34ALU
|
|
||||||
2i4hEvIC1TjU/aFrocjICWcp3GAVtOFTN56JBEF/uhBePH7jMCz35WzlxzZ/KYVs
|
|
||||||
qdjvP9fEa/PfeNDOkabXFxmz5pOaTfrnODvF32lk6lrOfAZa83QFN0s47iCS6NBR
|
|
||||||
/5U6lZXAL3frmCEfLyft1Rql139wtg==
|
|
||||||
=if2A
|
|
||||||
-----END PGP SIGNATURE-----
|
|
3
curl-8.1.1.tar.xz
Normal file
3
curl-8.1.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:08a948e061929645597c1ef7194e07b308b22084ff03fa7400b465e6c05149e5
|
||||||
|
size 2613348
|
11
curl-8.1.1.tar.xz.asc
Normal file
11
curl-8.1.1.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
-----BEGIN PGP SIGNATURE-----
|
||||||
|
|
||||||
|
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmRsWaUACgkQXMkI/bce
|
||||||
|
EsJeaAf/b3Ff+AB1UlflL05RYMl9RwiMEhSqAlm9yY7RQHUuvtAgkoI4HvDAlRbJ
|
||||||
|
FKDVHBpR/kD1B8Ct6DtFsPIsK4zNwXW6OC4mLuwuwZqjhpinhNCSa724vds2Fubd
|
||||||
|
eEbHH24Gigx3SE9TOHuJEWSIAhRrAoHyUWdOCHsGOcZ52HO4rsUq9Q/y7tZp3pY4
|
||||||
|
deWxC9O0Tytm44OoMQwnR49ln/Si4IeZocq26G8POtl3Wzqad4NEiv1V/dTG4iiO
|
||||||
|
okq2uXX+zGgvmkoo1MgONCBLGg9r51Tahhqd802E60wILauMFFLj8XrPxvpEAb7j
|
||||||
|
/b/6dAQAwCN8sUa9rohgkOdqDXAgaQ==
|
||||||
|
=ZjKH
|
||||||
|
-----END PGP SIGNATURE-----
|
20
curl.changes
20
curl.changes
@ -1,3 +1,23 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue May 23 10:14:39 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||||
|
|
||||||
|
- Update to 8.1.1:
|
||||||
|
* Bugfixes:
|
||||||
|
- cf-socket: completely remove the disabled
|
||||||
|
USE_RECV_BEFORE_SEND_WORKAROUND
|
||||||
|
- checksrc: disallow spaces before labels
|
||||||
|
- curl_easy_getinfo: clarify on return data types
|
||||||
|
- docs: document that curl_url_cleanup(NULL) is a safe no-op
|
||||||
|
- hostip: move easy_lock.h include above curl_memory.h
|
||||||
|
- http2: double http request parser max line length
|
||||||
|
- http2: increase stream window size to 10 MB
|
||||||
|
- lib: rename struct 'http_req' to 'httpreq'
|
||||||
|
- ngtcp2: proper handling of uint64_t when adjusting send buffer
|
||||||
|
- sectransp.c: make the code c89 compatible
|
||||||
|
- select: avoid returning an error on EINTR from select() or poll()
|
||||||
|
- url: provide better error message when URLs fail to parse
|
||||||
|
- urlapi: allow numerical parts in the host name
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 17 08:13:32 UTC 2023 - David Anes <david.anes@suse.com>
|
Wed May 17 08:13:32 UTC 2023 - David Anes <david.anes@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: 8.1.0
|
Version: 8.1.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