Jan Engelhardt 2016-06-20 21:31:00 +00:00 committed by Git OBS Bridge
parent e0dbcc5542
commit f5d01c5192
5 changed files with 34 additions and 7 deletions

View File

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

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

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

View File

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

View File

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

View File

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