SHA256
1
0
forked from pool/gsoap
2017-09-22 10:42:33 +00:00
committed by Git OBS Bridge
parent 843a0da14a
commit a6af1c3b9a
5 changed files with 17 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Fri Sep 22 10:18:25 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.54
* Added wsdl2h option `-S` to specify a name for the soap
context member variable of generated classes (C++ only), use
`-S ''` to remove the `soap` member variable.
* Improved handling of empty SOAP Body responses by client
applications using doc/lit style messaging, returns `SOAP_OK`
instead of HTTP 200 error code.
-------------------------------------------------------------------
Fri Sep 1 18:07:07 UTC 2017 - jengelh@inai.de

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_53
Version: 2.8.53
%define lname libgsoap-2_8_54
Version: 2.8.54
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.53"
version="2.8.54"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"