gsoap-2.8.50
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=103
This commit is contained in:
BIN
gsoap-2.8.49.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.49.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.50.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.50.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,16 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 24 08:30:47 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.50
|
||||||
|
* Added `soap->recv_maxlength` to change the limit on the
|
||||||
|
length of messages received. Default is 2GB max. Greater
|
||||||
|
lengths are possible.
|
||||||
|
* Removed client-side `SOAP_PURE_VIRTUAL` from `copy()` in the
|
||||||
|
code generated by soapcpp2 for options `-i` and `-j`.
|
||||||
|
* Updated memory deallocation of `soap_del_xsd__anyAttribute`.
|
||||||
|
* Updated the callback function signatures of `fpost` and
|
||||||
|
`fresponse`.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jul 13 11:39:49 UTC 2017 - olaf@aepfle.de
|
Thu Jul 13 11:39:49 UTC 2017 - olaf@aepfle.de
|
||||||
|
|
||||||
|
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_49
|
%define lname libgsoap-2_8_50
|
||||||
Version: 2.8.49
|
Version: 2.8.50
|
||||||
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.49"
|
version="2.8.50"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
Reference in New Issue
Block a user