From 41429e53e796b688ce10036f29419dab290ce399095975aa4c0534f5209204fb Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 19 Jan 2017 09:59:31 +0000 Subject: [PATCH] gsoap-2.8.41 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=80 --- gsoap-2.8.40.tar.xz | 3 --- gsoap-2.8.41.tar.xz | 3 +++ gsoap.changes | 12 ++++++++++++ gsoap.spec | 6 +++--- sanitize_source.sh | 2 +- 5 files changed, 19 insertions(+), 7 deletions(-) delete mode 100644 gsoap-2.8.40.tar.xz create mode 100644 gsoap-2.8.41.tar.xz diff --git a/gsoap-2.8.40.tar.xz b/gsoap-2.8.40.tar.xz deleted file mode 100644 index 701ddd7..0000000 --- a/gsoap-2.8.40.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a5fe64a0cb0aa57e4dc96d08e6305e7b49f9894035477608b318fa549d695485 -size 21216588 diff --git a/gsoap-2.8.41.tar.xz b/gsoap-2.8.41.tar.xz new file mode 100644 index 0000000..583cb04 --- /dev/null +++ b/gsoap-2.8.41.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:049d50bae75b4cf31408c3bf19a3d34af185ac6e50fc1cff831e6b90e41fcfdd +size 97087772 diff --git a/gsoap.changes b/gsoap.changes index 07dc9a7..e2bb9c7 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Thu Jan 19 09:06:14 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.8.41 + * Added updates to support OpenSSL 1.1.0. + * Added HTTP header `Accept: + multipart/related,application/xop+xml,*/*;q=0.8` when MTOM is + expected (i.e. when the input mode flag is set to + `SOAP_ENC_MTOM`). + * Improved CORS internals and compatibility. + * Fixed minor issues with `WITH_NOIO` and `WITH_NO_C_LOCALE`. + ------------------------------------------------------------------- Tue Dec 13 09:34:31 UTC 2016 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index a3dd30a..e158d17 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -1,7 +1,7 @@ # # spec file for package gsoap # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_40 -Version: 2.8.40 +%define lname libgsoap-2_8_41 +Version: 2.8.41 Release: 0 Summary: Toolkit for 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 2e17661..9c60f48 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.40" +version="2.8.41" shortver="2.8" # agh... wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"