Accepting request 489265 from devel:libraries:c_c++
1 OBS-URL: https://build.opensuse.org/request/show/489265 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/curl?expand=0&rev=123
This commit is contained in:
commit
01709de190
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:4b124ff5984f2b537790a8f50dbf3d44da89e57d0505ba567128535a2426f5e2
|
||||
size 2076935
|
@ -1,11 +0,0 @@
|
||||
-----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-----
|
3
curl-7.54.0.tar.lzma
Normal file
3
curl-7.54.0.tar.lzma
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd6aa6039f13e0b06e0a93e1b93754f6dc07f444812bb6c32be75a8f28c4070a
|
||||
size 2084912
|
11
curl-7.54.0.tar.lzma.asc
Normal file
11
curl-7.54.0.tar.lzma.asc
Normal file
@ -0,0 +1,11 @@
|
||||
-----BEGIN PGP SIGNATURE-----
|
||||
|
||||
iQEzBAABCgAdFiEEJ+3q8i86vOtQ25oSXMkI/bceEsIFAlj2+VgACgkQXMkI/bce
|
||||
EsL64ggArqbQBdEOW1mDk2+89N7cvUH3D464INWi+E8ub3UZagOy0819VaHw7Zkn
|
||||
1ijkK5FS/FU97Ep8PHOpgAQgjMBFlolzTgRuv7rQEJLTiD77c85o/c4wMJ5rheXJ
|
||||
I3hReQUUEO7B+g+aC+qca/pelRdvKw84h9YI1me0yL5+M6rqKuY8kvFhISnTm2q8
|
||||
wqGbhTIoeil2nPvTXpKmcNu+3Uvv38luEGxFn+NpiiT1hGWLc82n4aLXISV3sjUu
|
||||
kBwCop+H3I2/KVIMtJ/BjlDEkgqveHfClIVAaw7J89PhuVXgLQhPhTrNhY6xrs65
|
||||
JW0avsaMq7vEkTwY4K4+wfbl07QVJg==
|
||||
=EHd1
|
||||
-----END PGP SIGNATURE-----
|
45
curl.changes
45
curl.changes
@ -1,3 +1,48 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Apr 19 08:17:17 UTC 2017 - idonmez@suse.com
|
||||
|
||||
- Update to 7.54.0
|
||||
Changes:
|
||||
* Add CURL_SSLVERSION_MAX_* constants to CURLOPT_SSLVERSION
|
||||
* Add --max-tls
|
||||
* Add CURLOPT_SUPPRESS_CONNECT_HEADERS
|
||||
* Add --suppress-connect-headers
|
||||
Bugfixes:
|
||||
* CVE-2017-7468: switch off SSL session id when client cert is used
|
||||
* bsc#1033413
|
||||
* tests: use consistent environment variables for setting charset
|
||||
* proxy: fixed a memory leak on OOM
|
||||
* ftp: removed an erroneous free in an OOM path
|
||||
* ftp: fixed a NULL pointer dereference on OOM
|
||||
* gopher: fixed detection of an error condition from Curl_urldecode
|
||||
* url: fix unix-socket support for proxy-disabled builds
|
||||
* fix potential use of uninitialized variables
|
||||
* ares: return error at once if timed out before name resolve starts
|
||||
* URL: return error on malformed URLs with junk after port number
|
||||
* http2: Fix assertion error on redirect with CL=0
|
||||
* --insecure: clarify that this option is for server connections
|
||||
* authneg: clear auth.multi flag at http_done
|
||||
* curl_easy_reset: Also reset the authentication state
|
||||
* proxy: skip SSL initialization for closed connections
|
||||
* http_proxy: ignore TE and CL in CONNECT 2xx responses
|
||||
* multi: fix streamclose() crash in debug mode
|
||||
* openssl: fall back on SSL_ERROR_* string when no error detail
|
||||
* asiohiper: make sure socket is open in event_cb
|
||||
* curl: check for end of input in writeout backslash handling
|
||||
* openssl: exclude DSA code when OPENSSL_NO_DSA is defined
|
||||
* http: Fix proxy connection reuse with basic-auth
|
||||
* pause: handle mixed types of data when paused
|
||||
* http: do not treat FTPS over CONNECT as HTTPS
|
||||
* conncache: make hashkey avoid malloc
|
||||
* multi: fix queueing of pending easy handles
|
||||
* low_speed_limit: improved function for longer time periods
|
||||
* nss: load CA certificates even with --insecure
|
||||
* Curl_expire_latest: ignore already expired timers
|
||||
* http2: fix handle leak in error path
|
||||
* openssl: make SSL_ERROR_to_str more future-proof
|
||||
* openssl: fix thread-safety bugs in error-handling
|
||||
* openssl: don't try to print nonexistant peer private keys
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Feb 24 11:42:10 UTC 2017 - idonmez@suse.com
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user