From fd79f4910bc35bc7796686cb8c96f92ad3606d848354eea3cb0669c16f566e5c Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 3 Jul 2019 11:45:52 +0000 Subject: [PATCH] - 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 --- gsoap-2.8.86.tar.xz | 3 --- gsoap-2.8.87.tar.xz | 3 +++ gsoap.changes | 13 +++++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.86.tar.xz create mode 100644 gsoap-2.8.87.tar.xz diff --git a/gsoap-2.8.86.tar.xz b/gsoap-2.8.86.tar.xz deleted file mode 100644 index ad94899..0000000 --- a/gsoap-2.8.86.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:df829f8519194e91944073ed52e9b7ba482e149b955fcd5743cdfb05a7880105 -size 16078028 diff --git a/gsoap-2.8.87.tar.xz b/gsoap-2.8.87.tar.xz new file mode 100644 index 0000000..92b4b73 --- /dev/null +++ b/gsoap-2.8.87.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f69d62af7ec88b543460739ed74bc381ed01ed5da138fce27a7cb43689779d9d +size 15926356 diff --git a/gsoap.changes b/gsoap.changes index cc05e13..9d23ddf 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,6 +1,19 @@ ------------------------------------------------------------------- Wed Jun 26 07:39:10 UTC 2019 - Jan Engelhardt +- 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 + - 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 diff --git a/gsoap.spec b/gsoap.spec index 34e3ebf..46ea108 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -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 diff --git a/sanitize_source.sh b/sanitize_source.sh index af0b82a..264e271 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -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"