- Update to 7.48.0

* configure: --with-ca-fallback: use built-in TLS CA fallback
  * TFTP: add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS
  * getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION
  * Lots of bugfixes, see https://curl.haxx.se/changes.html#7_48_0
- Drop curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff,
  superseded by --with-ca-fallback configure option.

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/curl?expand=0&rev=160
This commit is contained in:
Ismail Dönmez
2016-03-31 17:36:23 +00:00
committed by Git OBS Bridge
parent 4284e84a5d
commit 15d9fc8ebf
7 changed files with 23 additions and 43 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Thu Mar 31 17:25:29 UTC 2016 - idonmez@suse.com
- Update to 7.48.0
* configure: --with-ca-fallback: use built-in TLS CA fallback
* TFTP: add --tftp-no-options to expose CURLOPT_TFTP_NO_OPTIONS
* getinfo: CURLINFO_TLS_SSL_PTR supersedes CURLINFO_TLS_SESSION
* Lots of bugfixes, see https://curl.haxx.se/changes.html#7_48_0
- Drop curl-7.41.0-use-openssl-s-built-in-verify-path-as-fallback.diff,
superseded by --with-ca-fallback configure option.
-------------------------------------------------------------------
Thu Mar 17 10:58:24 UTC 2016 - astieger@suse.com