- Update to 7.53.1

Bugfixes:
  * url: Improve CURLOPT_PROXY_CAPATH error handling
  * urldata: include curl_sspi.h when Windows SSPI is enabled
  * formdata: check for EOF when reading from stdin
  * tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047
  * url: Default the proxy CA bundle location to CURL_CA_BUNDLE
  * rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=186
This commit is contained in:
Ismail Dönmez 2017-02-24 11:53:47 +00:00 committed by Git OBS Bridge
parent 1856c7c477
commit 667e492a23
6 changed files with 28 additions and 17 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:38bf7820a72ae476a7637d55ec1e794cb3bb78b111521a0c2300ade77b1811cc
size 2076287

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAliszGIACgkQXMkI/bce
EsLC6AgAsRQhShQK1jA8thL7Vmon15i56XRyilzLER8JprzD/BG/M2Up1WESd2zJ
CzqfD9i7EL7kvysfHe/U5hv7UJCgI4PBxXfo2cjwade6DaO9tcFLTJShmXFI/ccU
lVhw69cF/mzniwiNHftfOFrl+d4G4evfWB+Lvr0dg9DRTTT/sSchXsSkVwh/flX1
97kBrv3E6RyloFZ0+2qyKI15ZXvPnwhi+agXqC2SQZ+y7rFTKpgowzVWKDI6/W/M
6gCeiC2TymxdvZkcdvQUO90zIXrOL/Tdc54L78cp8RmJg/5dMdsTU9RjYnwpoaja
Y4d1JCWXeYOx8CIC9vlb1mBotf/WVQ==
=ZmEV
-----END PGP SIGNATURE-----

3
curl-7.53.1.tar.lzma Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4b124ff5984f2b537790a8f50dbf3d44da89e57d0505ba567128535a2426f5e2
size 2076935

11
curl-7.53.1.tar.lzma.asc Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAliv5c0ACgkQXMkI/bce
EsIhQAf+MnT0c/mIi2ADpOgYq4+3Hf8hypkuWkICSWwyH8j2mRJCRDPO3yAOU8U9
RlVEzPm+Tb13zCLWPLgRu1T75YMHPwJ6+q9wnNNGzBFJ5ShWs/JxL1rhj21ZFQoA
3l/as6qm8iXkbZOfePWNbgr7W+NyasxHjf9L6O31oWauY3X9FYLcYr9nzUTFHFSh
gzOAxb7/oYkZTtYccvRSI75Eohqi2kSx6gAkMhcWwbqU1QCU80c+vX2PlptaPNP/
GGpe3IH66q8v/ExfIL/Tu6LfhdV+ulP2c3m++dYiOvT3wUMSuqHt0WzosOHEUjh5
SFi75fQRJLkA0fn/3luoj9B+PO7G8g==
=xg39
-----END PGP SIGNATURE-----

View File

@ -1,3 +1,15 @@
-------------------------------------------------------------------
Fri Feb 24 11:42:10 UTC 2017 - idonmez@suse.com
- Update to 7.53.1
Bugfixes:
* url: Improve CURLOPT_PROXY_CAPATH error handling
* urldata: include curl_sspi.h when Windows SSPI is enabled
* formdata: check for EOF when reading from stdin
* tests: Set CHARSET & LANG to UTF-8 in 1035, 2046 and 2047
* url: Default the proxy CA bundle location to CURL_CA_BUNDLE
* rand: added missing #ifdef HAVE_FCNTL_H around fcntl.h header
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Feb 22 09:49:12 UTC 2017 - idonmez@suse.com Wed Feb 22 09:49:12 UTC 2017 - idonmez@suse.com
@ -8,7 +20,6 @@ Wed Feb 22 09:49:12 UTC 2017 - idonmez@suse.com
* CURLOPT_BUFFERSIZE: support enlarging receive buffer * CURLOPT_BUFFERSIZE: support enlarging receive buffer
Bugfixes: Bugfixes:
* CVE-2017-2629: make SSL_VERIFYSTATUS work again * CVE-2017-2629: make SSL_VERIFYSTATUS work again
* gnutls-random: check return code for failed random * gnutls-random: check return code for failed random
* openssl-random: check return code when asking for random * openssl-random: check return code when asking for random

View File

@ -20,7 +20,7 @@
%bcond_with mozilla_nss %bcond_with mozilla_nss
%bcond_without testsuite %bcond_without testsuite
Name: curl Name: curl
Version: 7.53.0 Version: 7.53.1
Release: 0 Release: 0
Summary: A Tool for Transferring Data from URLs Summary: A Tool for Transferring Data from URLs
License: BSD-3-Clause and MIT License: BSD-3-Clause and MIT
@ -152,7 +152,7 @@ fi
base=$((8990 + $BUILD_INCARNATION * 20)) base=$((8990 + $BUILD_INCARNATION * 20))
# bug940009 do not run flaky tests for any architecture # bug940009 do not run flaky tests for any architecture
# at least test 1510 do fail for i586 and ppc64le # at least test 1510 do fail for i586 and ppc64le
LANG=en_US.UTF-8 perl ./runtests.pl -a -b$base '!flaky' || exit perl ./runtests.pl -a -b$base '!flaky' || exit
popd popd
%endif %endif