- Update to release 2.8.95

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=185
This commit is contained in:
Jan Engelhardt 2019-11-19 08:47:52 +00:00 committed by Git OBS Bridge
parent 19da4a1e69
commit 00960e108d
5 changed files with 17 additions and 8 deletions

View File

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

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

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

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Nov 19 08:47:21 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.95
* Upgraded smdevp.c to replace deprecated OpenSSL API function.
* Updated WS-Security WSSE plugin, documentation, and demo.
* Improved soapcpp2 execution speed to generate WSDL and
XSD files.
-------------------------------------------------------------------
Fri Oct 18 21:28:16 UTC 2019 - Jan Engelhardt <jengelh@inai.de>

View File

@ -1,7 +1,7 @@
#
# spec file for package gsoap
#
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
# Copyright (c) 2019 SUSE LLC.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -17,13 +17,13 @@
Name: gsoap
%define lname libgsoap-2_8_94
Version: 2.8.94
%define lname libgsoap-2_8_95
Version: 2.8.95
Release: 0
Summary: Toolkit for SOAP/REST-based 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
URL: http://www.genivia.com/dev.html
Source: gsoap-%version.tar.xz
Source2: sanitize_source.sh

View File

@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1;
fi;
version="2.8.94"
version="2.8.95"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"