From b8b3dd2e7672ca1caadae374ee2bc00eaf112aca5bbd225dbc1e6bdf579401e9 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 25 Dec 2017 14:08:51 +0000 Subject: [PATCH] gsoap-2.8.58 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=116 --- gsoap-2.8.57.tar.xz | 3 --- gsoap-2.8.58.tar.xz | 3 +++ gsoap.changes | 9 +++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 15 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.57.tar.xz create mode 100644 gsoap-2.8.58.tar.xz diff --git a/gsoap-2.8.57.tar.xz b/gsoap-2.8.57.tar.xz deleted file mode 100644 index 1def797..0000000 --- a/gsoap-2.8.57.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:8574dc610ad572f1bea7e7d776515bbcf09d4fea3f184a7ef13b66febef85a35 -size 17220356 diff --git a/gsoap-2.8.58.tar.xz b/gsoap-2.8.58.tar.xz new file mode 100644 index 0000000..7845818 --- /dev/null +++ b/gsoap-2.8.58.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba1555ef672b8cb4c2f8bd723507872c47c28156f492a485f35a532430598636 +size 18155144 diff --git a/gsoap.changes b/gsoap.changes index 691e293..17734d8 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,12 @@ +------------------------------------------------------------------- +Mon Dec 25 14:03:40 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.8.58 + * Improvements to prevent macro `USE_32BIT_TIME_T` to cause + misaligned `soap` contexts, due to inconsistent size of + `time_t`. + * Improvements to support obsolete HTTP cookie formats. + ------------------------------------------------------------------- Wed Dec 13 09:46:00 UTC 2017 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 83983d4..b3efcb3 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_57 -Version: 2.8.57 +%define lname libgsoap-2_8_58 +Version: 2.8.58 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 5004aa0..b7fafd7 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.57" +version="2.8.58" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"