From 075e53de1d9b13587c0809b084cfea61a2c72be4ef149945cd0e1baca97568a6 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 19 Dec 2018 10:21:18 +0000 Subject: [PATCH] - 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 --- gsconfig.patch | 2 +- gsoap-2.8.73.tar.xz | 3 --- gsoap-2.8.74.tar.xz | 3 +++ gsoap.changes | 9 +++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 6 files changed, 16 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.73.tar.xz create mode 100644 gsoap-2.8.74.tar.xz diff --git a/gsconfig.patch b/gsconfig.patch index 193b556..7e016ed 100644 --- a/gsconfig.patch +++ b/gsconfig.patch @@ -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 diff --git a/gsoap-2.8.73.tar.xz b/gsoap-2.8.73.tar.xz deleted file mode 100644 index 40d8d70..0000000 --- a/gsoap-2.8.73.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c3dbca7d3c49a1d906c2734bc52430682567fa6bb4e547cdab63d52c8babc4d9 -size 15876980 diff --git a/gsoap-2.8.74.tar.xz b/gsoap-2.8.74.tar.xz new file mode 100644 index 0000000..4435b30 --- /dev/null +++ b/gsoap-2.8.74.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:068bb2bdc73089826b13afd025275211089387559a79dfa1e4e6c9dce2e4446a +size 16121864 diff --git a/gsoap.changes b/gsoap.changes index 4c17e44..3f34a03 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Wed Dec 19 10:14:23 UTC 2018 - Jan Engelhardt + +- 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 diff --git a/gsoap.spec b/gsoap.spec index c694105..ab9182d 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -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 diff --git a/sanitize_source.sh b/sanitize_source.sh index 3449abb..4ba9166 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.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"