SHA256
1
0
forked from pool/gsoap

- Update to release 2.8.115

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=216
This commit is contained in:
2021-07-07 08:22:38 +00:00
committed by Git OBS Bridge
parent f7766e0d8a
commit 772091cd2d
5 changed files with 17 additions and 6 deletions

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,14 @@
-------------------------------------------------------------------
Wed Jul 7 06:42:30 UTC 2021 - Jan Engelhardt <jengelh@inai.de>
- Update to release 2.8.115
* Upgraded Apache module `mod_gsoap` with new features to
simplify support for HTTP PUT, GET, PATCH and DELETE using
the `httpget` and `httppost` plugins.
* Updated `wsaapi` plugin with new registry parameter
`SOAP_WSA_NEW_TRANSFER` to allow `wsaapi` to be used with the
`mod_gsoap` plugin.
-------------------------------------------------------------------
Mon Apr 26 15:33:33 UTC 2021 - Jan Engelhardt <jengelh@inai.de>

View File

@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_114
Version: 2.8.114
%define lname libgsoap-2_8_115
Version: 2.8.115
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.114"
version="2.8.115"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"