SHA256
1
0
forked from pool/gsoap
2017-06-27 14:11:07 +00:00
committed by Git OBS Bridge
parent b606201f1a
commit 6ed569214a
6 changed files with 18 additions and 37 deletions

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Tue Jun 27 14:03:51 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.48
* Added CURL plugin to use libcurl for gSOAP client applications.
* Added `soap->transfer_timeout` max transfer timeout, to use in
combination with `soap->send_timeout` and `soap->recv_timeout`.
* Fixed a potential vulnerability that may be exposed with large
and specific XML messages over 2 GB in size.
- Remove gsoap-sslverify.diff (merged upstream)
-------------------------------------------------------------------
Fri May 19 10:23:02 UTC 2017 - jengelh@inai.de