diff --git a/curl-7.65.0.tar.xz b/curl-7.65.0.tar.xz deleted file mode 100644 index 2dddbfb..0000000 --- a/curl-7.65.0.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7766d263929404f693905b5e5222aa0f2bdf8c66ab4b8758f0c0820a42b966cd -size 2392324 diff --git a/curl-7.65.0.tar.xz.asc b/curl-7.65.0.tar.xz.asc deleted file mode 100644 index fe0b24d..0000000 --- a/curl-7.65.0.tar.xz.asc +++ /dev/null @@ -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----- diff --git a/curl-7.65.1.tar.xz b/curl-7.65.1.tar.xz new file mode 100644 index 0000000..4fb14f1 --- /dev/null +++ b/curl-7.65.1.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c22074877f235aebc7c53057dbc7ee82358f8ae58bfb767e955c18c859a77a +size 2392672 diff --git a/curl-7.65.1.tar.xz.asc b/curl-7.65.1.tar.xz.asc new file mode 100644 index 0000000..57de4cb --- /dev/null +++ b/curl-7.65.1.tar.xz.asc @@ -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----- diff --git a/curl-mini.changes b/curl-mini.changes index a37aee9..6f14fed 100644 --- a/curl-mini.changes +++ b/curl-mini.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Jun 5 15:34:01 UTC 2019 - Pedro Monreal Gonzalez + +- 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 diff --git a/curl-mini.spec b/curl-mini.spec index c3d8b31..66c27b9 100644 --- a/curl-mini.spec +++ b/curl-mini.spec @@ -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 diff --git a/curl.changes b/curl.changes index a37aee9..6f14fed 100644 --- a/curl.changes +++ b/curl.changes @@ -1,3 +1,37 @@ +------------------------------------------------------------------- +Wed Jun 5 15:34:01 UTC 2019 - Pedro Monreal Gonzalez + +- 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 diff --git a/curl.spec b/curl.spec index 48fe775..13a9344 100644 --- a/curl.spec +++ b/curl.spec @@ -27,7 +27,7 @@ # need ssl always for python-pycurl %bcond_without openssl Name: curl -Version: 7.65.0 +Version: 7.65.1 Release: 0 Summary: A Tool for Transferring Data from URLs License: curl