gsoap-2.8.53
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=107
This commit is contained in:
parent
b7360675bf
commit
843a0da14a
@ -18,10 +18,10 @@ build: always use shared libraries
|
||||
gsoap/samples/databinding/Makefile.am | 2 -
|
||||
12 files changed, 42 insertions(+), 20 deletions(-)
|
||||
|
||||
Index: gsoap-2.8.50/configure.ac
|
||||
Index: gsoap-2.8.53/configure.ac
|
||||
===================================================================
|
||||
--- gsoap-2.8.50.orig/configure.ac
|
||||
+++ gsoap-2.8.50/configure.ac
|
||||
--- gsoap-2.8.53.orig/configure.ac
|
||||
+++ gsoap-2.8.53/configure.ac
|
||||
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O
|
||||
AM_PROG_LEX
|
||||
AC_PROG_YACC
|
||||
@ -42,8 +42,8 @@ Index: gsoap-2.8.50/configure.ac
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||
@@ -267,7 +267,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} ../plugin/httpda.c ../plugin/smdevp.c ../plugin/threads.c -lssl -lcrypto -lz"
|
||||
@@ -266,7 +266,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lssl -lcrypto -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||
@ -51,22 +51,22 @@ Index: gsoap-2.8.50/configure.ac
|
||||
fi
|
||||
if test -n "$ZLIB"; then
|
||||
WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||
@@ -286,7 +286,7 @@ else
|
||||
@@ -285,7 +285,7 @@ else
|
||||
WSDL2H_EXTRA_FLAGS=
|
||||
SAMPLE_SSL_LIBS=
|
||||
SAMPLE_INCLUDES=
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoap++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoap++.la"
|
||||
fi
|
||||
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
||||
AC_SUBST(WSDL2H_EXTRA_LIBS)
|
||||
Index: gsoap-2.8.50/gsoap/Makefile.am
|
||||
AM_CONDITIONAL(WITH_OPENSSL, test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes")
|
||||
AC_SUBST(WITH_OPENSSL)
|
||||
Index: gsoap-2.8.53/gsoap/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.50.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.50/gsoap/Makefile.am
|
||||
--- gsoap-2.8.53.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.53/gsoap/Makefile.am
|
||||
@@ -34,20 +34,34 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
||||
dom_cpp.cpp: dom.cpp
|
||||
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
|
||||
$(LN_S) -f $(top_srcdir)/gsoap/dom.cpp dom_cpp.cpp
|
||||
|
||||
-lib_LIBRARIES = libgsoap.a libgsoap++.a libgsoapck.a libgsoapck++.a libgsoapssl.a libgsoapssl++.a
|
||||
+lib_LTLIBRARIES = libgsoap.la libgsoap++.la libgsoapck.la libgsoapck++.la libgsoapssl.la libgsoapssl++.la
|
||||
@ -112,74 +112,74 @@ Index: gsoap-2.8.50/gsoap/Makefile.am
|
||||
|
||||
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp stdsoap2_ck.c stdsoap2_ck_cpp.cpp stdsoap2_ssl.c stdsoap2_ssl_cpp.cpp
|
||||
|
||||
Index: gsoap-2.8.50/gsoap/gsoap++.sym
|
||||
Index: gsoap-2.8.53/gsoap/gsoap++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.50/gsoap/gsoap++.sym
|
||||
+++ gsoap-2.8.53/gsoap/gsoap++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPXX { global: *; };
|
||||
Index: gsoap-2.8.50/gsoap/gsoap.sym
|
||||
Index: gsoap-2.8.53/gsoap/gsoap.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.50/gsoap/gsoap.sym
|
||||
+++ gsoap-2.8.53/gsoap/gsoap.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAP { global: *; };
|
||||
Index: gsoap-2.8.50/gsoap/gsoapck++.sym
|
||||
Index: gsoap-2.8.53/gsoap/gsoapck++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.50/gsoap/gsoapck++.sym
|
||||
+++ gsoap-2.8.53/gsoap/gsoapck++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKXX { global: *; };
|
||||
Index: gsoap-2.8.50/gsoap/gsoapck.sym
|
||||
Index: gsoap-2.8.53/gsoap/gsoapck.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.50/gsoap/gsoapck.sym
|
||||
+++ gsoap-2.8.53/gsoap/gsoapck.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCK { global: *; };
|
||||
Index: gsoap-2.8.50/gsoap/gsoapckssl++.sym
|
||||
Index: gsoap-2.8.53/gsoap/gsoapckssl++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.50/gsoap/gsoapckssl++.sym
|
||||
+++ gsoap-2.8.53/gsoap/gsoapckssl++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKSSLXX { global: *; };
|
||||
Index: gsoap-2.8.50/gsoap/gsoapckssl.sym
|
||||
Index: gsoap-2.8.53/gsoap/gsoapckssl.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.50/gsoap/gsoapckssl.sym
|
||||
+++ gsoap-2.8.53/gsoap/gsoapckssl.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKSSL { global: *; };
|
||||
Index: gsoap-2.8.50/gsoap/gsoapssl++.sym
|
||||
Index: gsoap-2.8.53/gsoap/gsoapssl++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.50/gsoap/gsoapssl++.sym
|
||||
+++ gsoap-2.8.53/gsoap/gsoapssl++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPSSLXX { global: *; };
|
||||
Index: gsoap-2.8.50/gsoap/gsoapssl.sym
|
||||
Index: gsoap-2.8.53/gsoap/gsoapssl.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.50/gsoap/gsoapssl.sym
|
||||
+++ gsoap-2.8.53/gsoap/gsoapssl.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPSSL { global: *; };
|
||||
Index: gsoap-2.8.50/gsoap/samples/autotest/Makefile.am
|
||||
Index: gsoap-2.8.53/gsoap/samples/autotest/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.50.orig/gsoap/samples/autotest/Makefile.am
|
||||
+++ gsoap-2.8.50/gsoap/samples/autotest/Makefile.am
|
||||
--- gsoap-2.8.53.orig/gsoap/samples/autotest/Makefile.am
|
||||
+++ gsoap-2.8.53/gsoap/samples/autotest/Makefile.am
|
||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-SL -T -I$(top_srcdir)/gsoap/
|
||||
WSDLINPUT=$(srcdir)/examples.wsdl
|
||||
SOAPHEADER=$(srcdir)/examples.h
|
||||
WSDLINPUT=$(top_srcdir)/gsoap/samples/autotest/examples.wsdl
|
||||
SOAPHEADER=$(top_srcdir)/gsoap/samples/autotest/examples.h
|
||||
SOAP_CPP_SRC=soapC.cpp soapServer.cpp
|
||||
-SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a
|
||||
+SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la
|
||||
|
||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
||||
Index: gsoap-2.8.50/gsoap/samples/databinding/Makefile.am
|
||||
Index: gsoap-2.8.53/gsoap/samples/databinding/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.50.orig/gsoap/samples/databinding/Makefile.am
|
||||
+++ gsoap-2.8.50/gsoap/samples/databinding/Makefile.am
|
||||
--- gsoap-2.8.53.orig/gsoap/samples/databinding/Makefile.am
|
||||
+++ gsoap-2.8.53/gsoap/samples/databinding/Makefile.am
|
||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-0 -CS -p address -I$(top_src
|
||||
WSDLINPUT=$(srcdir)/address.xsd
|
||||
SOAPHEADER=$(srcdir)/address.h
|
||||
WSDLINPUT=$(top_srcdir)/gsoap/samples/databinding/address.xsd
|
||||
SOAPHEADER=$(top_srcdir)/gsoap/samples/databinding/address.h
|
||||
SOAP_CPP_SRC=addressC.cpp
|
||||
-SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.a
|
||||
+SOAP_CPP_LIB=$(top_builddir)/gsoap/libgsoap++.la
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e5ef6bee517a6ae7bfa2c77ce46ef4e175020c6816146d1623e4d10778d605a6
|
||||
size 20200580
|
3
gsoap-2.8.53.tar.xz
Normal file
3
gsoap-2.8.53.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:51b203dd9a2848b20e49d87287ee84415235ab42f04c249130c814e45cd7c81b
|
||||
size 19284452
|
@ -1,7 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 1 18:07:07 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 2.8.52
|
||||
* Fixed 2.8.51 issue in parsing HTTP empty lines
|
||||
* Fixed WS-RM plugin blocking issue on fatal errors.
|
||||
- Update to new upstream release 2.8.53
|
||||
* Fixed DIME receiver looping on specific malformed DIME headers.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jul 28 18:58:15 UTC 2017 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream 2.8.51
|
||||
- Update to new upstream release 2.8.51
|
||||
* Additional checks added to source code for its own robustness.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_51
|
||||
Version: 2.8.51
|
||||
%define lname libgsoap-2_8_53
|
||||
Version: 2.8.53
|
||||
Release: 0
|
||||
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
|
||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
||||
exit 1;
|
||||
fi;
|
||||
|
||||
version="2.8.51"
|
||||
version="2.8.53"
|
||||
shortver="2.8" # agh...
|
||||
if [ ! -e "gsoap_$version.zip" ]; then
|
||||
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"
|
||||
|
Loading…
Reference in New Issue
Block a user