SHA256
1
0
forked from pool/gsoap

Accepting request 778839 from devel:libraries:c_c++

- Update to release 2.8.98

OBS-URL: https://build.opensuse.org/request/show/778839
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=64
This commit is contained in:
2020-02-29 20:18:21 +00:00
committed by Git OBS Bridge
5 changed files with 23 additions and 6 deletions

BIN
gsoap-2.8.97.tar.xz (Stored with Git LFS)

Binary file not shown.

BIN
gsoap-2.8.98.tar.xz (Stored with Git LFS) Normal file

Binary file not shown.

View File

@@ -1,3 +1,20 @@
-------------------------------------------------------------------
Sun Feb 23 22:21:44 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.98
* Updated the WS-Security and WS-Trust APIs that use SAML with
higher precision timestamps in microseconds, using the
`custom/struct_timeval.h` serializer for `xsd__dateTime`. The
WS-Security and WS-Trust updates require compiling and
linking with `custom/struct_timeval.c`.
* Fixed an issue with soapcpp2 code generation of `wchar_t*`
serializers when combined with a custom serializer with base
type `wchar_t*`, i.e. when `extern typedef wchar_t* name` is
declared.
* Fixed an issue with soapcpp2 code generation when an element
tag names starts with an underscore and the element is
namespace qualified.
-------------------------------------------------------------------
Sun Jan 12 22:44:42 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

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