From 772091cd2d4db0c2ad6bdef97d4a1371f621475fa4356471a4c4f4a3c528b9a4 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Wed, 7 Jul 2021 08:22:38 +0000 Subject: [PATCH] - Update to release 2.8.115 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=216 --- gsoap-2.8.114.tar.xz | 3 --- gsoap-2.8.115.tar.xz | 3 +++ gsoap.changes | 11 +++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 17 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.114.tar.xz create mode 100644 gsoap-2.8.115.tar.xz diff --git a/gsoap-2.8.114.tar.xz b/gsoap-2.8.114.tar.xz deleted file mode 100644 index afd8687..0000000 --- a/gsoap-2.8.114.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:5c54f5d39a2beb8292a272760966386f0e97625dc8588e5522f0373830c391f6 -size 17516600 diff --git a/gsoap-2.8.115.tar.xz b/gsoap-2.8.115.tar.xz new file mode 100644 index 0000000..9903030 --- /dev/null +++ b/gsoap-2.8.115.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d2b5cebe6fb8cbb31791e8b9919290f202c5ae25d1fcf92f26cf247f3c61eba +size 17406544 diff --git a/gsoap.changes b/gsoap.changes index 24c29b6..3dea5ba 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Wed Jul 7 06:42:30 UTC 2021 - Jan Engelhardt + +- Update to release 2.8.115 + * Upgraded Apache module `mod_gsoap` with new features to + simplify support for HTTP PUT, GET, PATCH and DELETE using + the `httpget` and `httppost` plugins. + * Updated `wsaapi` plugin with new registry parameter + `SOAP_WSA_NEW_TRANSFER` to allow `wsaapi` to be used with the + `mod_gsoap` plugin. + ------------------------------------------------------------------- Mon Apr 26 15:33:33 UTC 2021 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 9eefef3..5dde53d 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_114 -Version: 2.8.114 +%define lname libgsoap-2_8_115 +Version: 2.8.115 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 225d878..3a7fcac 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.114" +version="2.8.115" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "https://downloads.sf.net/gsoap2/gsoap_$version.zip"