- Update to release 2.8.106
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=204
This commit is contained in:
parent
5cd2c2a9b1
commit
cd2d96f4f9
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:c0a629f8511b300cb0288ddbc287832fe0246d1e56a8ef6c375d0bb3c2fb26ca
|
|
||||||
size 16849736
|
|
3
gsoap-2.8.106.tar.xz
Normal file
3
gsoap-2.8.106.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6f1b859eeaa4871a6f55541be5fc24982cc78745df165b0ed3fbc3d6b39d5c42
|
||||||
|
size 16985076
|
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Aug 24 07:12:05 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- 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 <jengelh@inai.de>
|
Sun May 24 20:21:36 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_103
|
%define lname libgsoap-2_8_106
|
||||||
Version: 2.8.103
|
Version: 2.8.106
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
|
@ -13,14 +13,14 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.103"
|
version="2.8.106"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
rm -Rf "gsoap-$shortver" "gsoap-$version"
|
rm -Rf "gsoap-$shortver" "gsoap-$version"
|
||||||
unzip "gsoap_$version.zip"
|
unzip -q "gsoap_$version.zip"
|
||||||
|
|
||||||
# Someone failed at sane version number tagging.
|
# Someone failed at sane version number tagging.
|
||||||
mv "gsoap-$shortver" "gsoap-$version"
|
mv "gsoap-$shortver" "gsoap-$version"
|
||||||
@ -42,4 +42,4 @@ rm -Rf "gsoap-$version/gsoap/VisualStudio2005"
|
|||||||
hardlink "gsoap-$version"
|
hardlink "gsoap-$version"
|
||||||
find "gsoap-$version" -print0 | sort -z | \
|
find "gsoap-$version" -print0 | sort -z | \
|
||||||
tar --no-recur --null -T- --owner=root --group=root --use=xz \
|
tar --no-recur --null -T- --owner=root --group=root --use=xz \
|
||||||
-cvf "gsoap-$version.tar.xz"
|
-cf "gsoap-$version.tar.xz"
|
||||||
|
Loading…
Reference in New Issue
Block a user