2017-01-19 09:59:31 +00:00
committed by Git OBS Bridge
parent 59c6535b2c
commit 41429e53e7
5 changed files with 19 additions and 7 deletions

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

Binary file not shown.

View File

@@ -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

View File

@@ -1,7 +1,7 @@
#
# 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
# remain the property of their copyright owners, unless otherwise agreed
@@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_40
Version: 2.8.40
%define lname libgsoap-2_8_41
Version: 2.8.41
Release: 0
Summary: Toolkit for C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception

View File

@@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1;
fi;
version="2.8.40"
version="2.8.41"
shortver="2.8" # agh...
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"