diff --git a/gsoap-2.8.101.tar.xz b/gsoap-2.8.101.tar.xz new file mode 100644 index 0000000..1b1ab5d --- /dev/null +++ b/gsoap-2.8.101.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a86ff2dc69d685ecb8ce4570ce3658f25bd83c0e62b71e2913f965e30967427 +size 16819120 diff --git a/gsoap-2.8.99.tar.xz b/gsoap-2.8.99.tar.xz deleted file mode 100644 index 1cc5423..0000000 --- a/gsoap-2.8.99.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:d3fb5bf573105fb06fbceca149c41c5c52e27c9b4d99acecb045009de404988c -size 16962564 diff --git a/gsoap.changes b/gsoap.changes index 3e740f7..85fa7c7 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Apr 9 22:15:20 UTC 2020 - Jan Engelhardt + +- Update to release 2.8.101 + * Fix read beyond end-of-buffer in soap_accept + * Other unspecified improvements +- Drop gs99-overrun.diff + +------------------------------------------------------------------- +Wed Apr 8 09:23:37 UTC 2020 - Jan Engelhardt + +- Update to release 2.8.100 + * Improved proxy connectivity on the client side to handle bearer + authentication. + * Improved soapcpp2 handling of the `#module` directive. + * Fixed an MTOM flag clearing issue hampering MTOM usability. +- Add gs99-overrun.diff + ------------------------------------------------------------------- Wed Mar 18 12:17:15 UTC 2020 - Jan Engelhardt diff --git a/gsoap.spec b/gsoap.spec index c447b6a..4a09f8b 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_99 -Version: 2.8.99 +%define lname libgsoap-2_8_101 +Version: 2.8.101 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 41eb009..5c89a5e 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.99" +version="2.8.101" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"