diff --git a/gsoap-2.8.94.tar.xz b/gsoap-2.8.94.tar.xz deleted file mode 100644 index 02c0102..0000000 --- a/gsoap-2.8.94.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:fff43c96c9f19556e85f60fe283f58d4ce7c660b2e4f378bfb6947e913f9174b -size 16081400 diff --git a/gsoap-2.8.95.tar.xz b/gsoap-2.8.95.tar.xz new file mode 100644 index 0000000..b7da8eb --- /dev/null +++ b/gsoap-2.8.95.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ae4e926d6c4adc8dc7caa3b9c43e6e0101e2a9c88791bf902836c450f3a41b1 +size 16005832 diff --git a/gsoap.changes b/gsoap.changes index f74d44b..34c3098 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Tue Nov 19 08:47:21 UTC 2019 - Jan Engelhardt + +- 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 diff --git a/gsoap.spec b/gsoap.spec index 9ff4065..f27ec82 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -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 diff --git a/sanitize_source.sh b/sanitize_source.sh index 893d456..e423b63 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -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"