Accepting request 1101172 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Update to 8.2.1: * Bugfixes: - cfilters: rename close/connect functions to avoid clashes - ciphers.d: put URL in first column - cmake: add 'libcurlu'/'libcurltool' for unit tests - cmake: update ngtcp2 detection - configure: check for nghttp2_session_get_stream_local_window_size - docs: mark two TLS options for TLS, not SSL - docs: provide more see also for cipher options - hostip: return IPv6 first for localhost resolves - http2: fix regression on upload EOF handling - http: VLH, very large header test and fixes - libcurl-errors.3: add CURLUE_OK - os400: correct EXPECTED_STRING_LASTZEROTERMINATED - quiche: fix lookup of transfer at multi - quiche: fix segfault and other things - rustls: update rustls-ffi 0.10.0 - socks: print ipv6 address within brackets - src/mkhelp: strip off escape sequences - tool: fix tool_seek_cb build when SIZEOF_CURL_OFF_T > SIZEOF_OFF_T - transfer: do not clear the credentials on redirect to absolute URL - unittest: remove unneeded *_LDADD - websocket: rename arguments/variables to match docs OBS-URL: https://build.opensuse.org/request/show/1101172 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=342
This commit is contained in:
parent
4425a855f3
commit
0affaeb7d2
BIN
curl-8.2.0.tar.xz
(Stored with Git LFS)
BIN
curl-8.2.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmS3f48ACgkQXMkI/bce
|
||||
EsLutggAkV3mfshVBQ4K75UFad49V+hpSzhFs3Rn1Eo+jxmKOXlIOcfFKQsD/HsY
|
||||
GjhuRzirCUyYFYS6TosOupXUwUjKDhpQMuZYEeVgQPko3Yhs4ADdhC9vdXYP/Ffy
|
||||
uoLbtBURdHIT4HydNu2hXObCAgyT0A4EV2dotjXiVvjuSqpEaFjR/KBItPx+QbQM
|
||||
1XytThaZXnncV/Frp6qrBaqtsXwviC/i4HKhrF51opEDFD5l0yWl3FHvt38RAL+X
|
||||
pGi/ktVtZPj1dLY29svQUEafGPgomOi1hwRFCqmBsa/Lvy6Ybbp1vAKEzhhepq1t
|
||||
rHW6X/xY2wnczIYWaotBuHCH7NEPDg==
|
||||
=4SoD
|
||||
-----END PGP SIGNATURE-----
|
3
curl-8.2.1.tar.xz
Normal file
3
curl-8.2.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:dd322f6bd0a20e6cebdfd388f69e98c3d183bed792cf4713c8a7ef498cba4894
|
||||
size 2631932
|
11
curl-8.2.1.tar.xz.asc
Normal file
11
curl-8.2.1.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAmTAuTkACgkQXMkI/bce
|
||||
EsKcQggAuOwVxbvwd2ppiLS84k2PelwcEuIB5f7XbZzFE9FsmiQhlwe0jRQ6yuU4
|
||||
HqFZj35PFbJlVZ8or6UE+//QdAjPjS8wFAeMTXr3p7yqrMSmQsF+BNqbzw9Wnp5c
|
||||
g8IzmyOTEV75FvEA8BhItICTimVTQf5o1JrxfNlUMhqu+ATyDQTfnFsPvnbKN5Mo
|
||||
gDIAvB8aDxpKxsmPUKjviBSUvFrdEDUXXhvXXVqat7FX7tEgBeo9AZqOKYxYi6lj
|
||||
JGlDMqBZojd89CGhxcQv2YIkYrUOFwMrigWdCXsSJ73YD3eSWkTsvesIU92XUVKW
|
||||
Ri2+Sqj3R/qBlW6+OPE3YnFeqfG/+A==
|
||||
=b2Q+
|
||||
-----END PGP SIGNATURE-----
|
27
curl.changes
27
curl.changes
@ -1,3 +1,30 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 08:54:52 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
- Update to 8.2.1:
|
||||
* Bugfixes:
|
||||
- cfilters: rename close/connect functions to avoid clashes
|
||||
- ciphers.d: put URL in first column
|
||||
- cmake: add 'libcurlu'/'libcurltool' for unit tests
|
||||
- cmake: update ngtcp2 detection
|
||||
- configure: check for nghttp2_session_get_stream_local_window_size
|
||||
- docs: mark two TLS options for TLS, not SSL
|
||||
- docs: provide more see also for cipher options
|
||||
- hostip: return IPv6 first for localhost resolves
|
||||
- http2: fix regression on upload EOF handling
|
||||
- http: VLH, very large header test and fixes
|
||||
- libcurl-errors.3: add CURLUE_OK
|
||||
- os400: correct EXPECTED_STRING_LASTZEROTERMINATED
|
||||
- quiche: fix lookup of transfer at multi
|
||||
- quiche: fix segfault and other things
|
||||
- rustls: update rustls-ffi 0.10.0
|
||||
- socks: print ipv6 address within brackets
|
||||
- src/mkhelp: strip off escape sequences
|
||||
- tool: fix tool_seek_cb build when SIZEOF_CURL_OFF_T > SIZEOF_OFF_T
|
||||
- transfer: do not clear the credentials on redirect to absolute URL
|
||||
- unittest: remove unneeded *_LDADD
|
||||
- websocket: rename arguments/variables to match docs
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Jul 19 06:22:14 UTC 2023 - Pedro Monreal <pmonreal@suse.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user