diff --git a/gsoap-2.8.36.tar.xz b/gsoap-2.8.36.tar.xz deleted file mode 100644 index e7c22b3..0000000 --- a/gsoap-2.8.36.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:9ec7252cb87def0c6b3aac659ca7f60b36a6a9b0283e00a961e1c1d55fbfd324 -size 19681492 diff --git a/gsoap-2.8.37.tar.xz b/gsoap-2.8.37.tar.xz new file mode 100644 index 0000000..22dcb16 --- /dev/null +++ b/gsoap-2.8.37.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873a2e7b2d3670951274cf065472519dbee673625e995ac8ef65e5567b38a9be +size 19693260 diff --git a/gsoap.changes b/gsoap.changes index c7ddbc6..27fd5cd 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,13 @@ +------------------------------------------------------------------- +Wed Oct 26 13:24:28 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 2.8.37 +* Added server-side HTTP cross-origin resource sharing (CORS) + access control using HTTP OPTIONS `fopt()` callback. +* Fixed an issue causing UDP message fragmentation. +* Fixed `soap_mq` message queue plugin dropping connections. +* Fixed missing nested [] in arrayType value in SOAP 1.1 encoding. + ------------------------------------------------------------------- Mon Sep 26 23:56:23 UTC 2016 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 582aaff..3f0129f 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_36 -Version: 2.8.36 +%define lname libgsoap-2_8_37 +Version: 2.8.37 Release: 0 Summary: Toolkit for C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception @@ -108,7 +108,7 @@ b="%buildroot" make install DESTDIR="$b" rm -f "$b/%_libdir"/*.la %if 0%{?fdupes:1} -%fdupes %buildroot +%fdupes %buildroot/%_prefix %endif %post -n %lname -p /sbin/ldconfig diff --git a/sanitize_source.sh b/sanitize_source.sh index 1e8e33a..11d5ec8 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.36" +version="2.8.37" shortver="2.8" # agh... wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"