Hello community, here is the log from the commit of package gsoap for openSUSE:Factory checked in at 2020-08-28 21:13:00 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/gsoap (Old) and /work/SRC/openSUSE:Factory/.gsoap.new.3399 (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gsoap" Fri Aug 28 21:13:00 2020 rev:68 rq:829026 version:2.8.106 Changes: -------- --- /work/SRC/openSUSE:Factory/gsoap/gsoap.changes 2020-05-16 22:26:40.409314886 +0200 +++ /work/SRC/openSUSE:Factory/.gsoap.new.3399/gsoap.changes 2020-08-28 21:13:04.852083045 +0200 @@ -1,0 +2,23 @@ +Mon Aug 24 07:12:05 UTC 2020 - Jan Engelhardt <[email protected]> + +- 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 <[email protected]> + +- Update to release 2.8.103 + * Minor changes for enhanced platform portability. + +------------------------------------------------------------------- Old: ---- gsoap-2.8.102.tar.xz New: ---- gsoap-2.8.106.tar.xz ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ gsoap.spec ++++++ --- /var/tmp/diff_new_pack.oVe29W/_old 2020-08-28 21:13:06.068083636 +0200 +++ /var/tmp/diff_new_pack.oVe29W/_new 2020-08-28 21:13:06.072083638 +0200 @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_102 -Version: 2.8.102 +%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 ++++++ gsoap-2.8.102.tar.xz -> gsoap-2.8.106.tar.xz ++++++ /work/SRC/openSUSE:Factory/gsoap/gsoap-2.8.102.tar.xz /work/SRC/openSUSE:Factory/.gsoap.new.3399/gsoap-2.8.106.tar.xz differ: char 27, line 1 ++++++ sanitize_source.sh ++++++ --- /var/tmp/diff_new_pack.oVe29W/_old 2020-08-28 21:13:06.120083661 +0200 +++ /var/tmp/diff_new_pack.oVe29W/_new 2020-08-28 21:13:06.120083661 +0200 @@ -13,14 +13,14 @@ exit 1; fi; -version="2.8.102" +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 @@ 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"
