SHA256
1
0
forked from pool/gsoap

- 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:
Jan Engelhardt 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

View File

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

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

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

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"