diff --git a/gsoap-2.8.98.tar.xz b/gsoap-2.8.98.tar.xz deleted file mode 100644 index ba0e156..0000000 --- a/gsoap-2.8.98.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1fbdbaf9a22b2d2921b7f8d68cb4078b39028b8da38e9b8f3d03bc366a2ce7d7 -size 16732572 diff --git a/gsoap-2.8.99.tar.xz b/gsoap-2.8.99.tar.xz new file mode 100644 index 0000000..1cc5423 --- /dev/null +++ b/gsoap-2.8.99.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3fb5bf573105fb06fbceca149c41c5c52e27c9b4d99acecb045009de404988c +size 16962564 diff --git a/gsoap.changes b/gsoap.changes index 886c13e..3e740f7 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,18 @@ +------------------------------------------------------------------- +Wed Mar 18 12:17:15 UTC 2020 - Jan Engelhardt + +- Update to release 2.8.99 + * Improved performance of the soapcpp2 tool. + * Improved proxy connectivity on the client side with + `soap::proxy_host`, `soap::proxy_port`, and NTLM, to maintain + HTTP headers, e.g. `soap::http_content` and + `soap::http_extra_header`. + * Fixed a bug in HTTP cookie handling when the optional + `-DWITH_COOKIES` flag is used. Note that cookie support is + disabled by default or has no effect when deploying robust + services with the gSOAP Apache modules and ISAPI extensions + that handle cookies differently. + ------------------------------------------------------------------- Sun Feb 23 22:21:44 UTC 2020 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index 369f197..c447b6a 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_98 -Version: 2.8.98 +%define lname libgsoap-2_8_99 +Version: 2.8.99 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 729a043..41eb009 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.98" +version="2.8.99" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"