Accepting request 356290 from home:vitezslav_cizek:branches:devel:libraries:c_c++

- update to 7.47.0
  * fixes CVE-2016-0755 (bsc#962983)
    (NTLM credentials not-checked for proxy connection re-use)
  * drop curl-fix-zsh-completion.patch (upstream)
  Changes:
  * version: Add flag CURL_VERSION_PSL for libpsl
  * http: added CURL_HTTP_VERSION_2TLS to do HTTP/2 for HTTPS only
  * curl: use 2TLS by default
  * curl --expect100-timeout: added
  * Add .dir-locals and set c-basic-offset to 2 (for emacs)

OBS-URL: https://build.opensuse.org/request/show/356290
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=154
This commit is contained in:
Ismail Dönmez
2016-01-27 14:02:04 +00:00
committed by Git OBS Bridge
parent 8b97e80fe9
commit 2e307bfe03
7 changed files with 25 additions and 26 deletions

View File

@@ -1,3 +1,17 @@
-------------------------------------------------------------------
Wed Jan 27 13:10:50 UTC 2016 - vcizek@suse.com
- update to 7.47.0
* fixes CVE-2016-0755 (bsc#962983)
(NTLM credentials not-checked for proxy connection re-use)
* drop curl-fix-zsh-completion.patch (upstream)
Changes:
* version: Add flag CURL_VERSION_PSL for libpsl
* http: added CURL_HTTP_VERSION_2TLS to do HTTP/2 for HTTPS only
* curl: use 2TLS by default
* curl --expect100-timeout: added
* Add .dir-locals and set c-basic-offset to 2 (for emacs)
-------------------------------------------------------------------
Wed Jan 6 13:18:33 UTC 2016 - idonmez@suse.com