diff --git a/gsoap-2.8.106.tar.xz b/gsoap-2.8.106.tar.xz deleted file mode 100644 index 7ab622f..0000000 --- a/gsoap-2.8.106.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:6f1b859eeaa4871a6f55541be5fc24982cc78745df165b0ed3fbc3d6b39d5c42 -size 16985076 diff --git a/gsoap-2.8.109.tar.xz b/gsoap-2.8.109.tar.xz new file mode 100644 index 0000000..77b67c3 --- /dev/null +++ b/gsoap-2.8.109.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52c1ef6ef6b028b062a2d1481df134056e41b0c0169edb60261096f0015355d3 +size 16745200 diff --git a/gsoap.changes b/gsoap.changes index 2e0526d..508bfe9 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Nov 25 00:54:08 UTC 2020 - Jan Engelhardt + +- Update to release 2.8.109 + * Faster `soap_http_get_body()` to extract a HTTP message body + to a string. + * Fixed wsdl2h output for a special case when schemas have + no namespaces. + * Improved streaming MIME/MTOM attachment output. + ------------------------------------------------------------------- Mon Aug 24 07:12:05 UTC 2020 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index dad41e6..e35311c 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_106 -Version: 2.8.106 +%define lname libgsoap-2_8_109 +Version: 2.8.109 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 4b28b96..041b081 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.106" +version="2.8.109" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"