gsoap-2.8.10
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=19
This commit is contained in:
parent
573d77614b
commit
662e2ad621
3
gsoap-2.8.10.tar.xz
Normal file
3
gsoap-2.8.10.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:aef91e58a39b6dea4dd596b8e70b810fb6de11b70554e79e8621719c875823b5
|
||||
size 6969960
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3f14742f34e80e8f83f62f28999008bce258617479d816c6471d33ad01f57a42
|
||||
size 4933428
|
@ -1,3 +1,27 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Sep 4 03:58:01 UTC 2012 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.8.9
|
||||
* Added examples to interoperate with WCF basicHttp,
|
||||
basicTransportSecurity, basicMessageSecurity, and wsDualHttp.
|
||||
* Added soapcpp2 option -A for service dispatching based on Action
|
||||
values only.
|
||||
* Added wsdl2h option -z3.
|
||||
* Added wsse support for WS-SecureConversation.
|
||||
* Added wsrm5 WS-ReliableMessaging 1.0 2005.
|
||||
* Added iOS plugin with examples.
|
||||
* Improved WS-Policy analysis and reporting.
|
||||
* Fixed and improved wsse plugin for WS-Security interoperability
|
||||
with WCF and other implementations (required a small API change).
|
||||
* Fixed HTTP headers for NTLM.
|
||||
* Fixed httpda plugin OpenSSL init crash in md5evp.c.
|
||||
- Update to new upstream release 2.8.10
|
||||
* Added soapcpp2 -Q option (C++ namespaces).
|
||||
* Added wsdl2h -b option (bi-directional operations for duplex
|
||||
services).
|
||||
* Updated WS-Addressing and WS-ReliableMessaging plugins,
|
||||
documentation, and examples.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Mar 9 10:03:18 UTC 2012 - cfarrell@suse.com
|
||||
|
||||
|
@ -21,10 +21,11 @@ Name: gsoap
|
||||
Summary: Toolkit for C/C++ server and client web service applications
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
Group: Development/Libraries/C and C++
|
||||
Version: 2.8.7
|
||||
Version: 2.8.10
|
||||
Release: 0
|
||||
Url: http://gsoap2.sf.net/
|
||||
|
||||
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.10.zip
|
||||
Source: gsoap-%version.tar.xz
|
||||
Source2: sanitize_source.sh
|
||||
Patch1: gsoap-01-sharedlibs.diff
|
||||
|
3
gsoap_2.8.10.zip
Normal file
3
gsoap_2.8.10.zip
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:fddfd59ba9b0236daa59d1ced9149cb827d446e0a24b85395ed23c10858cabfb
|
||||
size 19156778
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh -x
|
||||
#
|
||||
# Shrink the gsoap archive from 11 MB -> 3 MB.
|
||||
# Shrink the gsoap archive from 18 MB -> 7 MB.
|
||||
#
|
||||
# Requires: fdupes hxtools
|
||||
|
||||
@ -13,7 +13,7 @@ if ! which fduphl >/dev/null; then
|
||||
exit 1;
|
||||
fi;
|
||||
|
||||
version="2.8.7";
|
||||
version="2.8.10";
|
||||
shortver="2.8"; # agh...
|
||||
|
||||
rm -Rf "gsoap-$shortver" "gsoap-$version";
|
||||
|
Loading…
Reference in New Issue
Block a user