Jan Engelhardt 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

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:a5fe64a0cb0aa57e4dc96d08e6305e7b49f9894035477608b318fa549d695485
size 21216588

3
gsoap-2.8.41.tar.xz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:049d50bae75b4cf31408c3bf19a3d34af185ac6e50fc1cff831e6b90e41fcfdd
size 97087772

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"