Accepting request 405100 from devel:libraries:c_c++
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/405100 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=21
This commit is contained in:
commit
19930d222c
@ -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
3
gsoap-2.8.33.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b893c9ccbab45a9441ad105fd0ba2a9e5bc4bfdf03f4ba7b2f59fb61dc3f42c7
|
||||
size 8115588
|
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user