diff --git a/gsoap-2.8.53.tar.xz b/gsoap-2.8.53.tar.xz deleted file mode 100644 index 565e24c..0000000 --- a/gsoap-2.8.53.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:51b203dd9a2848b20e49d87287ee84415235ab42f04c249130c814e45cd7c81b -size 19284452 diff --git a/gsoap-2.8.54.tar.xz b/gsoap-2.8.54.tar.xz new file mode 100644 index 0000000..32d5782 --- /dev/null +++ b/gsoap-2.8.54.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b8e3d5db1b4b304b9ea59e833de857e4680cf13476d26454a486632ed269fda +size 20299756 diff --git a/gsoap.changes b/gsoap.changes index 19f79c3..18288b4 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -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 diff --git a/gsoap.spec b/gsoap.spec index 5012e56..199f568 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -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 diff --git a/sanitize_source.sh b/sanitize_source.sh index d26b9bb..9340057 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.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"