Accepting request 437940 from devel:libraries:c_c++
- Update to new upstream release 2.8.37 OBS-URL: https://build.opensuse.org/request/show/437940 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=23
This commit is contained in:
BIN
gsoap-2.8.36.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.36.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.37.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.37.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -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
|
||||
|
||||
|
@@ -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
|
||||
|
@@ -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"
|
||||
|
||||
|
Reference in New Issue
Block a user