- Update to new upstream release 2.8.74

OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=149
This commit is contained in:
2018-12-19 10:21:18 +00:00
committed by Git OBS Bridge
parent 93468bce4f
commit 075e53de1d
6 changed files with 16 additions and 7 deletions

View File

@@ -110,7 +110,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
+++ gsoap-2.8.73/gsoap/stdsoap2.h
@@ -54,6 +54,7 @@ A commercial use license is available fr
#define GSOAP_VERSION 20873
#define GSOAP_VERSION 20874
+#include "gsoap_config.h"
#ifdef WITH_SOAPDEFS_H

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

Binary file not shown.

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

Binary file not shown.

View File

@@ -1,3 +1,12 @@
-------------------------------------------------------------------
Wed Dec 19 10:14:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Update to new upstream release 2.8.74
* Fixed an issue with MIME/MTOM attachment sending when the
HTTP-digest plugin is used or when compression is enabled,
returning incorrect `SOAP_EOM` error (i.e. not caused by
out-of-memory). The problem had been introduced in 2.8.70.
-------------------------------------------------------------------
Thu Dec 6 11:23:31 UTC 2018 - Jan Engelhardt <jengelh@inai.de>

View File

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