From 36dc5432e1158abfb81e58dce412b0a6eb530ae8a29d5391dc7f62b496e416b3 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 24 Apr 2017 14:37:41 +0000 Subject: [PATCH] gsoap-2.8.45 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=92 --- gsoap-2.8.44.tar.xz | 3 --- gsoap-2.8.45.tar.xz | 3 +++ gsoap.changes | 8 ++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.44.tar.xz create mode 100644 gsoap-2.8.45.tar.xz diff --git a/gsoap-2.8.44.tar.xz b/gsoap-2.8.44.tar.xz deleted file mode 100644 index 41aeb90..0000000 --- a/gsoap-2.8.44.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3f009d816641397d3cbaedf834f93f52d3babaf25a9791ea38cd0e512d7ff29f -size 20995468 diff --git a/gsoap-2.8.45.tar.xz b/gsoap-2.8.45.tar.xz new file mode 100644 index 0000000..6709719 --- /dev/null +++ b/gsoap-2.8.45.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe4793ea75011a7a4a39ef9df788b662f40cf436cab403aa864b775d9396d2d2 +size 18939420 diff --git a/gsoap.changes b/gsoap.changes index 38e8860..25fd55e 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,11 @@ +------------------------------------------------------------------- +Mon Apr 24 14:33:49 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.8.45 + * Fixed an issue with the WSSE plugin that caused WS-Security + SignedInfo/Reference/Transforms/Transform/InclusiveNamespaces/@PrefixList + ending up being ignored by the canonicalizer. + ------------------------------------------------------------------- Wed Mar 15 16:11:44 UTC 2017 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 11653fa..7033c67 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_44 -Version: 2.8.44 +%define lname libgsoap-2_8_45 +Version: 2.8.45 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 4c226f1..025e8aa 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.44" +version="2.8.45" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"