gsoap-2.8.46
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=94
This commit is contained in:
BIN
gsoap-2.8.45.tar.xz
(Stored with Git LFS)
BIN
gsoap-2.8.45.tar.xz
(Stored with Git LFS)
Binary file not shown.
BIN
gsoap-2.8.46.tar.xz
(Stored with Git LFS)
Normal file
BIN
gsoap-2.8.46.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,12 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri May 19 10:23:02 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.46
|
||||||
|
* Improved WS-Trust API, updated import/wst.h, import/saml1.h,
|
||||||
|
import/saml2.h and import/wsdd.h definitions.
|
||||||
|
* Added `soap.client_interface` string to set the client IP
|
||||||
|
address interface with `inet_pton()`
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Apr 24 14:33:49 UTC 2017 - jengelh@inai.de
|
Mon Apr 24 14:33:49 UTC 2017 - jengelh@inai.de
|
||||||
|
|
||||||
|
@@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_45
|
%define lname libgsoap-2_8_46
|
||||||
Version: 2.8.45
|
Version: 2.8.46
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
Summary: Toolkit for SOAP/REST-based 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.45"
|
version="2.8.46"
|
||||||
shortver="2.8" # agh...
|
shortver="2.8" # agh...
|
||||||
if [ ! -e "gsoap_$version.zip" ]; then
|
if [ ! -e "gsoap_$version.zip" ]; then
|
||||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||||
@@ -35,6 +35,10 @@ rm -Rf "gsoap-$version/gsoap/ios_plugin"
|
|||||||
find "gsoap-$version" -type f "(" \
|
find "gsoap-$version" -type f "(" \
|
||||||
-iname "*.exe" -o -iname "*.dll" -o -name "*.o" -o \
|
-iname "*.exe" -o -iname "*.dll" -o -name "*.o" -o \
|
||||||
-name "*~" -o -name .DS_Store ")" -delete
|
-name "*~" -o -name .DS_Store ")" -delete
|
||||||
|
|
||||||
|
# And while we are at it, the VS files won't be needed anyway
|
||||||
|
rm -Rf "gsoap-$version/gsoap/VisualStudio2005"
|
||||||
|
|
||||||
hardlink "gsoap-$version"
|
hardlink "gsoap-$version"
|
||||||
find "gsoap-$version" -print0 | sort -z | \
|
find "gsoap-$version" -print0 | sort -z | \
|
||||||
tar --no-recur -T- --null --owner=root --group=root --use=xz \
|
tar --no-recur -T- --null --owner=root --group=root --use=xz \
|
||||||
|
Reference in New Issue
Block a user