forked from pool/gsoap
- Update to release 2.8.134
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=238
This commit is contained in:
BIN
gsoap-2.8.133.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.133.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.134.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.134.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Apr 25 13:39:53 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 2.8.134
|
||||||
|
* Added MTOM referencing `href` attribute to `xop:Include`
|
||||||
|
element that was missing when XML is canonicalized with
|
||||||
|
`SOAP_XML_CANONICAL` and when the `xop:Include` element is not
|
||||||
|
actually explicitly defined in a WSDL or schema but is produced
|
||||||
|
on demand in the XML output. The `href` attribute in this
|
||||||
|
specific scenario was not recognized by XML
|
||||||
|
(re)canonicalization.
|
||||||
|
* Updated server-side XML (non-SOAP) REST handling such that the
|
||||||
|
POST plugin is not required to directly serve HTTP POST XML
|
||||||
|
REST requests just like serving SOAP/XML requests, see
|
||||||
|
samples/rest/calcrest.c for a client-server example.
|
||||||
|
* Updated HTTP digest plugin.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Apr 11 19:46:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
Thu Apr 11 19:46:29 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_133
|
%define lname libgsoap-2_8_134
|
||||||
Version: 2.8.133
|
Version: 2.8.134
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
|
@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.133"
|
version="2.8.134"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Reference in New Issue
Block a user