Accepting request 707886 from home:pmonrealgonzalez:branches:devel:libraries:c_c++
- Update to 7.65.1 * Bugfixes: - CURLOPT_LOW_SPEED_* repaired - NTLM: reset proxy "multipass" state when CONNECT request is done - PolarSSL: deprecate support step 1. Removed from configure - cmake: check for if_nametoindex() - cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables - conncache: Remove the DEBUGASSERT on length check - conncache: make "bundles" per host name when doing proxy tunnels - curl_share_setopt.3: improve wording - dump-header.d: spell out that no headers == empty file - example/http2-download: fix format specifier - examples: cleanups and compiler warning fixes - http2: Stop drain from being permanently set - http: don't parse body-related headers in bodyless responses - md4: build correctly with openssl without MD4 - md4: include the mbedtls config.h to get the MD4 info - multi: track users of a socket better - nss: allow to specify TLS 1.3 ciphers if supported by NSS - parse_proxy: make sure portptr is initialized - parse_proxy: use the IPv6 zone id if given - sectransp: handle errSSLPeerAuthCompleted from SSLRead() - singlesocket: use separate variable for inner loop - ssl: Update outdated "openssl-only" comments for supported backends - tests: add HAProxy keywords - tests: make test 1420 and 1406 work with rtsp-disabled libcurl - tls13-docs: mention it is only for OpenSSL >= 1.1.1 - tool_setopt: for builds with disabled-proxy, skip all proxy setopts() - url: fix bad feature-disable #ifdef - url: use correct port in ConnectionExists() OBS-URL: https://build.opensuse.org/request/show/707886 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=255
This commit is contained in:
parent
2412b5ba50
commit
ffc5057b8e
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd
|
||||
size 2392324
|
@ -1,11 +0,0 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAlzk438ACgkQXMkI/bce
|
||||
EsITWggAgk129Kxp4Br7Nn2+vyygKwv3dDEm87wJVuQka8gT2pZ9ZVQ6rEX9j0sR
|
||||
RETf8KrEbSlOBgl2EJpgToL5kgiMCweTXced3VY2szVVibenBa2Zd9MpSl5Sf7hH
|
||||
axinhdvEPNH+w8WuprEqZh+d/T5grAxChPJz4bLqKQI5fw5T3IuMfYTjZqx8DkOt
|
||||
4FekihWCr6N/nW9BFOz8H19GFtotYSwoPvQJ+RmB7+Zt7ruHjRgyINCgxbWPvs4P
|
||||
eZNWykqQ9FaXLSoJQYjLvEx0smye0bxSu3EIYBeL60fiFWJaSHQPyfBgC3JC+dD6
|
||||
ufxhEk814I4XzPaRFTLjgzjmTqRMPw==
|
||||
=4VIp
|
||||
-----END PGP SIGNATURE-----
|
3
curl-7.65.1.tar.xz
Normal file
3
curl-7.65.1.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f6c22074877f235aebc7c53057dbc7ee82358f8ae58bfb767e955c18c859a77a
|
||||
size 2392672
|
11
curl-7.65.1.tar.xz.asc
Normal file
11
curl-7.65.1.tar.xz.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAlz3WXoACgkQXMkI/bce
|
||||
EsLceAgAg0RTq0HLyI2DtJyR4b60vKXTFizjIxEEBJ9NCjpxwUTg4q3H6tzIOuCR
|
||||
PrPQXMADKtZpWwBDO1LV0CoUykw3vWxkG8uf5v/2GhdMdRGKm1TBgj1XN8SuAYTB
|
||||
Srpus7LtyiIuElpOGUNNTIMcVXjT4ykJbLU61ykNSPc8IxK3KSY0C+dc/IpQQWQe
|
||||
FmkMhuEpI4heu3uTmaj/UDs5LN+pv383XUTbMZvtgzDlquoyECGYX88+K6HC3doy
|
||||
HiulXv99BUckmnCvbzL9Ly/QsbYq41UJLfc8HN4B1VtKTXkZJFyHwd8NMlSl8rQq
|
||||
CLhRgj7IFk6VAEPpF3jJrmuvDxvdng==
|
||||
=hzYt
|
||||
-----END PGP SIGNATURE-----
|
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 15:34:01 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
- Update to 7.65.1
|
||||
* Bugfixes:
|
||||
- CURLOPT_LOW_SPEED_* repaired
|
||||
- NTLM: reset proxy "multipass" state when CONNECT request is done
|
||||
- PolarSSL: deprecate support step 1. Removed from configure
|
||||
- cmake: check for if_nametoindex()
|
||||
- cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables
|
||||
- conncache: Remove the DEBUGASSERT on length check
|
||||
- conncache: make "bundles" per host name when doing proxy tunnels
|
||||
- curl_share_setopt.3: improve wording
|
||||
- dump-header.d: spell out that no headers == empty file
|
||||
- example/http2-download: fix format specifier
|
||||
- examples: cleanups and compiler warning fixes
|
||||
- http2: Stop drain from being permanently set
|
||||
- http: don't parse body-related headers in bodyless responses
|
||||
- md4: build correctly with openssl without MD4
|
||||
- md4: include the mbedtls config.h to get the MD4 info
|
||||
- multi: track users of a socket better
|
||||
- nss: allow to specify TLS 1.3 ciphers if supported by NSS
|
||||
- parse_proxy: make sure portptr is initialized
|
||||
- parse_proxy: use the IPv6 zone id if given
|
||||
- sectransp: handle errSSLPeerAuthCompleted from SSLRead()
|
||||
- singlesocket: use separate variable for inner loop
|
||||
- ssl: Update outdated "openssl-only" comments for supported backends
|
||||
- tests: add HAProxy keywords
|
||||
- tests: make test 1420 and 1406 work with rtsp-disabled libcurl
|
||||
- tls13-docs: mention it is only for OpenSSL >= 1.1.1
|
||||
- tool_setopt: for builds with disabled-proxy, skip all proxy setopts()
|
||||
- url: fix bad feature-disable #ifdef
|
||||
- url: use correct port in ConnectionExists()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 11:41:49 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
# need ssl always for python-pycurl
|
||||
%bcond_without openssl
|
||||
Name: curl-mini
|
||||
Version: 7.65.0
|
||||
Version: 7.65.1
|
||||
Release: 0
|
||||
Summary: A Tool for Transferring Data from URLs
|
||||
License: curl
|
||||
|
34
curl.changes
34
curl.changes
@ -1,3 +1,37 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Jun 5 15:34:01 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
- Update to 7.65.1
|
||||
* Bugfixes:
|
||||
- CURLOPT_LOW_SPEED_* repaired
|
||||
- NTLM: reset proxy "multipass" state when CONNECT request is done
|
||||
- PolarSSL: deprecate support step 1. Removed from configure
|
||||
- cmake: check for if_nametoindex()
|
||||
- cmake: support CMAKE_OSX_ARCHITECTURES when detecting SIZEOF variables
|
||||
- conncache: Remove the DEBUGASSERT on length check
|
||||
- conncache: make "bundles" per host name when doing proxy tunnels
|
||||
- curl_share_setopt.3: improve wording
|
||||
- dump-header.d: spell out that no headers == empty file
|
||||
- example/http2-download: fix format specifier
|
||||
- examples: cleanups and compiler warning fixes
|
||||
- http2: Stop drain from being permanently set
|
||||
- http: don't parse body-related headers in bodyless responses
|
||||
- md4: build correctly with openssl without MD4
|
||||
- md4: include the mbedtls config.h to get the MD4 info
|
||||
- multi: track users of a socket better
|
||||
- nss: allow to specify TLS 1.3 ciphers if supported by NSS
|
||||
- parse_proxy: make sure portptr is initialized
|
||||
- parse_proxy: use the IPv6 zone id if given
|
||||
- sectransp: handle errSSLPeerAuthCompleted from SSLRead()
|
||||
- singlesocket: use separate variable for inner loop
|
||||
- ssl: Update outdated "openssl-only" comments for supported backends
|
||||
- tests: add HAProxy keywords
|
||||
- tests: make test 1420 and 1406 work with rtsp-disabled libcurl
|
||||
- tls13-docs: mention it is only for OpenSSL >= 1.1.1
|
||||
- tool_setopt: for builds with disabled-proxy, skip all proxy setopts()
|
||||
- url: fix bad feature-disable #ifdef
|
||||
- url: use correct port in ConnectionExists()
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed May 22 11:41:49 UTC 2019 - Pedro Monreal Gonzalez <pmonrealgonzalez@suse.com>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user