From 5cd2c2a9b1fb7fb14641da450f42aa810fe7d80a344196d62d0bf57173535e87 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Sun, 24 May 2020 20:24:42 +0000 Subject: [PATCH 1/2] - Update to release 2.8.103 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=203 --- gsoap-2.8.102.tar.xz | 3 --- gsoap-2.8.103.tar.xz | 3 +++ gsoap.changes | 6 ++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.102.tar.xz create mode 100644 gsoap-2.8.103.tar.xz diff --git a/gsoap-2.8.102.tar.xz b/gsoap-2.8.102.tar.xz deleted file mode 100644 index 3a43e07..0000000 --- a/gsoap-2.8.102.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:0740064d74457207eb31f47ed6fb2f26343520df7942aa3d3b436f52d94e095f -size 16981668 diff --git a/gsoap-2.8.103.tar.xz b/gsoap-2.8.103.tar.xz new file mode 100644 index 0000000..392b0e4 --- /dev/null +++ b/gsoap-2.8.103.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0a629f8511b300cb0288ddbc287832fe0246d1e56a8ef6c375d0bb3c2fb26ca +size 16849736 diff --git a/gsoap.changes b/gsoap.changes index 71a5436..9405ce0 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Sun May 24 20:21:36 UTC 2020 - Jan Engelhardt + +- Update to release 2.8.103 + * Minor changes for enhanced platform portability. + ------------------------------------------------------------------- Fri May 15 09:35:07 UTC 2020 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 1c03db5..2a87843 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_102 -Version: 2.8.102 +%define lname libgsoap-2_8_103 +Version: 2.8.103 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 bfcdd6c..b69cec6 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.102" +version="2.8.103" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip" From cd2d96f4f98c66b79af0842d2602f5ab1af4a8fb0621100ecd6816e866637161 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 24 Aug 2020 07:17:48 +0000 Subject: [PATCH 2/2] - Update to release 2.8.106 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=204 --- gsoap-2.8.103.tar.xz | 3 --- gsoap-2.8.106.tar.xz | 3 +++ gsoap.changes | 17 +++++++++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 6 +++--- 5 files changed, 25 insertions(+), 8 deletions(-) delete mode 100644 gsoap-2.8.103.tar.xz create mode 100644 gsoap-2.8.106.tar.xz diff --git a/gsoap-2.8.103.tar.xz b/gsoap-2.8.103.tar.xz deleted file mode 100644 index 392b0e4..0000000 --- a/gsoap-2.8.103.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:c0a629f8511b300cb0288ddbc287832fe0246d1e56a8ef6c375d0bb3c2fb26ca -size 16849736 diff --git a/gsoap-2.8.106.tar.xz b/gsoap-2.8.106.tar.xz new file mode 100644 index 0000000..7ab622f --- /dev/null +++ b/gsoap-2.8.106.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f1b859eeaa4871a6f55541be5fc24982cc78745df165b0ed3fbc3d6b39d5c42 +size 16985076 diff --git a/gsoap.changes b/gsoap.changes index 9405ce0..2e0526d 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Aug 24 07:12:05 UTC 2020 - Jan Engelhardt + +- Update to release 2.8.106 + * Improved WSSE plugin to correct a digest verification issue + when the signed XML parts use default `xmlns` bindings in + elements that are not qualified. + * Minor update for struct/class `char *` and `wchar_t *` + members declared with explicit default/fixed values: if the + corresponding XML element value is absent in the XML payload + then their deserialized value will be NULL (instead of the + default value as in prior versions). Note that empty XML + element values in the XML payload always produce default + values. + * New soapcpp2 option `-z4` to revert to the old behavior + concerning char/wchar. + ------------------------------------------------------------------- Sun May 24 20:21:36 UTC 2020 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 2a87843..dad41e6 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_103 -Version: 2.8.103 +%define lname libgsoap-2_8_106 +Version: 2.8.106 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 b69cec6..4b28b96 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -13,14 +13,14 @@ if ! which hardlink >/dev/null; then exit 1; fi; -version="2.8.103" +version="2.8.106" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip" fi rm -Rf "gsoap-$shortver" "gsoap-$version" -unzip "gsoap_$version.zip" +unzip -q "gsoap_$version.zip" # Someone failed at sane version number tagging. mv "gsoap-$shortver" "gsoap-$version" @@ -42,4 +42,4 @@ rm -Rf "gsoap-$version/gsoap/VisualStudio2005" hardlink "gsoap-$version" find "gsoap-$version" -print0 | sort -z | \ tar --no-recur --null -T- --owner=root --group=root --use=xz \ - -cvf "gsoap-$version.tar.xz" + -cf "gsoap-$version.tar.xz"