gsoap-2.8.41
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=80
This commit is contained in:
BIN
gsoap-2.8.40.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.40.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.41.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.41.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,15 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Jan 19 09:06:14 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.41
|
||||||
|
* Added updates to support OpenSSL 1.1.0.
|
||||||
|
* Added HTTP header `Accept:
|
||||||
|
multipart/related,application/xop+xml,*/*;q=0.8` when MTOM is
|
||||||
|
expected (i.e. when the input mode flag is set to
|
||||||
|
`SOAP_ENC_MTOM`).
|
||||||
|
* Improved CORS internals and compatibility.
|
||||||
|
* Fixed minor issues with `WITH_NOIO` and `WITH_NO_C_LOCALE`.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Tue Dec 13 09:34:31 UTC 2016 - jengelh@inai.de
|
Tue Dec 13 09:34:31 UTC 2016 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsoap
|
# spec file for package gsoap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_40
|
%define lname libgsoap-2_8_41
|
||||||
Version: 2.8.40
|
Version: 2.8.41
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for C/C++ server and client web service applications
|
Summary: Toolkit for C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
|
@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.40"
|
version="2.8.41"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user