- 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:
@@ -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)
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
BIN
gsoap-2.8.74.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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>
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
Reference in New Issue
Block a user