SHA256
1
0
forked from pool/gsoap

- Update to new upstream release 2.8.87

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=170
This commit is contained in:
2019-07-03 11:45:52 +00:00
committed by Git OBS Bridge
parent dcdb4dd82e
commit fd79f4910b
5 changed files with 19 additions and 6 deletions

BIN
gsoap-2.8.86.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsoap-2.8.87.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,6 +1,19 @@
-------------------------------------------------------------------
Wed Jun 26 07:39:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.8.87
* Added `soap::connect_retry` to specify a number of retries at
the client side when connecting to a server fails, with
exponential backoff of 2^n seconds between retries.
Zero by default, meaning no retries.
* Added `soap::client_addr_ipv6` to optionally specify a IPv6 or
host address to bind to at the client side, when the
destination is a IPv6 server. Otherwise uses
`soap::client_addr` to bind.
-------------------------------------------------------------------
Wed Jun 26 07:39:10 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.8.86
* Added `soap::client_addr` string to specify a IPv4 or IPv6 or
a host address to bind to before connecting. This can be used

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_86
Version: 2.8.86
%define lname libgsoap-2_8_87
Version: 2.8.87
Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception

View File

@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1;
fi;
version="2.8.86"
version="2.8.87"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"