Jan Engelhardt 2017-07-24 08:50:19 +00:00 committed by Git OBS Bridge
parent 80871dcf45
commit 2a60fc03c6
5 changed files with 19 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:b322c029674d8f5cf1f88eb3d4a63e15edb539569cfca1cb6bcc850b6505374c
size 19328196

3
gsoap-2.8.50.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:00a0f9668c03cac781b7b1985edf04c0bd332b20b694fcc5d46fb36a7262370a
size 19450764

View File

@ -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

View File

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