From f5d01c51924fca514c2b701d73ccba5fc07acbbaabd9f73870b8f2751bb53f9b Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 20 Jun 2016 21:31:00 +0000 Subject: [PATCH] gsoap-2.8.33 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=67 --- gsoap-2.8.32.tar.xz | 3 --- gsoap-2.8.33.tar.xz | 3 +++ gsoap.changes | 27 +++++++++++++++++++++++++++ gsoap.spec | 6 +++--- sanitize_source.sh | 2 +- 5 files changed, 34 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.32.tar.xz create mode 100644 gsoap-2.8.33.tar.xz diff --git a/gsoap-2.8.32.tar.xz b/gsoap-2.8.32.tar.xz deleted file mode 100644 index 05afd33..0000000 --- a/gsoap-2.8.32.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b653d024d3f96faddcafb7e55cf6002f36d90178d98d385ab0f91430336afecd -size 8127576 diff --git a/gsoap-2.8.33.tar.xz b/gsoap-2.8.33.tar.xz new file mode 100644 index 0000000..89da9cc --- /dev/null +++ b/gsoap-2.8.33.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b893c9ccbab45a9441ad105fd0ba2a9e5bc4bfdf03f4ba7b2f59fb61dc3f42c7 +size 8115588 diff --git a/gsoap.changes b/gsoap.changes index 15cd29a..77fedc7 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,30 @@ +------------------------------------------------------------------- +Mon Jun 20 17:15:13 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 2.8.33 +* Updated WS-Trust gsoap/import/wstx.h + `__wst__RequestSecurityToken` response message parameter to + `wst__RequestSecurityTokenResponseCollection` +* Updated WS-Security gsoap/import/wsse.h with optional SAML + assertions in the Security header. +* Updated response processing for empty HTTP body with HTTP code + 200 to 202: no longer forces socket close when HTTP keep-alive + is enabled. +* Updated `_XML` literal string XML serialization for qualified + tag names, no longer uses default namespace (as in + `xmlns="URI"`) but a prefixed tag name only. +* Updated wsdl2h options `-p` and `-d`, now generates + `xsd__anyType*` (i.e. with pointer) data members without + requiring the user to define a typemap.dat rule to do so. This + change reinstates some of the old behavior of 2.8.23 and + earlier versions. +* Fixed wsddapi.c compilation issue on Windows (`usleep` + replaced). +* Fixed validation of `simpleType/restriction/length` when + restriction base is a list that is mapped to a string. +* Fixed validation of `simpleType/restriction` with base type + string length bounds restrictions. + ------------------------------------------------------------------- Mon May 23 14:29:47 UTC 2016 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 864b0fc..bdf655b 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,15 +17,15 @@ Name: gsoap -%define lname libgsoap-2_8_32 -Version: 2.8.32 +%define lname libgsoap-2_8_33 +Version: 2.8.33 Release: 0 Summary: Toolkit for C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception Group: Development/Libraries/C and C++ Url: http://www.genivia.com/dev.html -#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.32.zip +#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.33.zip Source: gsoap-%version.tar.xz Source2: sanitize_source.sh Patch0: gsoap-automake1_13.diff diff --git a/sanitize_source.sh b/sanitize_source.sh index 0b5ff23..c4070af 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.32" +version="2.8.33" shortver="2.8" # agh... wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"