SHA256
1
0
forked from pool/gsoap

Accepting request 513040 from devel:libraries:c_c++

- Update to new upstream 2.8.51

OBS-URL: https://build.opensuse.org/request/show/513040
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=34
This commit is contained in:
Yuchen Lin 2017-08-04 09:56:57 +00:00 committed by Git OBS Bridge
commit fc7bc5b9e3
6 changed files with 63 additions and 37 deletions

View File

@ -5,7 +5,7 @@ build: always use shared libraries
---
configure.ac | 10 ++++----
gsoap/Makefile.am | 38 ++++++++++++++++++++++------------
gsoap/Makefile.am | 40 ++++++++++++++++++++++------------
gsoap/gsoap++.sym | 1
gsoap/gsoap.sym | 1
gsoap/gsoapck++.sym | 1
@ -16,12 +16,12 @@ build: always use shared libraries
gsoap/gsoapssl.sym | 1
gsoap/samples/autotest/Makefile.am | 2 -
gsoap/samples/databinding/Makefile.am | 2 -
12 files changed, 40 insertions(+), 20 deletions(-)
12 files changed, 42 insertions(+), 20 deletions(-)
Index: gsoap-2.8.49/configure.ac
Index: gsoap-2.8.50/configure.ac
===================================================================
--- gsoap-2.8.49.orig/configure.ac
+++ gsoap-2.8.49/configure.ac
--- gsoap-2.8.50.orig/configure.ac
+++ gsoap-2.8.50/configure.ac
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O
AM_PROG_LEX
AC_PROG_YACC
@ -60,11 +60,11 @@ Index: gsoap-2.8.49/configure.ac
fi
AC_SUBST(WSDL2H_EXTRA_FLAGS)
AC_SUBST(WSDL2H_EXTRA_LIBS)
Index: gsoap-2.8.49/gsoap/Makefile.am
Index: gsoap-2.8.50/gsoap/Makefile.am
===================================================================
--- gsoap-2.8.49.orig/gsoap/Makefile.am
+++ gsoap-2.8.49/gsoap/Makefile.am
@@ -34,20 +34,32 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
--- gsoap-2.8.50.orig/gsoap/Makefile.am
+++ gsoap-2.8.50/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
@ -102,66 +102,68 @@ Index: gsoap-2.8.49/gsoap/Makefile.am
+libgsoapssl_la_SOURCES = stdsoap2_ssl.c dom.c
+libgsoapssl_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES
+libgsoapssl_la_LDFLAGS = -release ${PACKAGE_VERSION} -Wl,--version-script=gsoapssl.sym
+libgsoapssl_la_LIBADD = ${SAMPLE_SSL_LIBS}
+EXTRA_libgsoapssl_la_DEPENDENCIES = gsoapssl.sym
+libgsoapssl___la_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp
+libgsoapssl___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES
+libgsoapssl___la_LDFLAGS = -release ${PACKAGE_VERSION} -Wl,--version-script=gsoapssl++.sym
+libgsoapssl___la_LIBADD = ${libgsoapssl_la_LIBADD}
+EXTRA_libgsoapssl___la_DEPENDENCIES = gsoapssl++.sym
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.49/gsoap/gsoap++.sym
Index: gsoap-2.8.50/gsoap/gsoap++.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.49/gsoap/gsoap++.sym
+++ gsoap-2.8.50/gsoap/gsoap++.sym
@@ -0,0 +1 @@
+GSOAPXX { global: *; };
Index: gsoap-2.8.49/gsoap/gsoap.sym
Index: gsoap-2.8.50/gsoap/gsoap.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.49/gsoap/gsoap.sym
+++ gsoap-2.8.50/gsoap/gsoap.sym
@@ -0,0 +1 @@
+GSOAP { global: *; };
Index: gsoap-2.8.49/gsoap/gsoapck++.sym
Index: gsoap-2.8.50/gsoap/gsoapck++.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.49/gsoap/gsoapck++.sym
+++ gsoap-2.8.50/gsoap/gsoapck++.sym
@@ -0,0 +1 @@
+GSOAPCKXX { global: *; };
Index: gsoap-2.8.49/gsoap/gsoapck.sym
Index: gsoap-2.8.50/gsoap/gsoapck.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.49/gsoap/gsoapck.sym
+++ gsoap-2.8.50/gsoap/gsoapck.sym
@@ -0,0 +1 @@
+GSOAPCK { global: *; };
Index: gsoap-2.8.49/gsoap/gsoapckssl++.sym
Index: gsoap-2.8.50/gsoap/gsoapckssl++.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.49/gsoap/gsoapckssl++.sym
+++ gsoap-2.8.50/gsoap/gsoapckssl++.sym
@@ -0,0 +1 @@
+GSOAPCKSSLXX { global: *; };
Index: gsoap-2.8.49/gsoap/gsoapckssl.sym
Index: gsoap-2.8.50/gsoap/gsoapckssl.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.49/gsoap/gsoapckssl.sym
+++ gsoap-2.8.50/gsoap/gsoapckssl.sym
@@ -0,0 +1 @@
+GSOAPCKSSL { global: *; };
Index: gsoap-2.8.49/gsoap/gsoapssl++.sym
Index: gsoap-2.8.50/gsoap/gsoapssl++.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.49/gsoap/gsoapssl++.sym
+++ gsoap-2.8.50/gsoap/gsoapssl++.sym
@@ -0,0 +1 @@
+GSOAPSSLXX { global: *; };
Index: gsoap-2.8.49/gsoap/gsoapssl.sym
Index: gsoap-2.8.50/gsoap/gsoapssl.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.49/gsoap/gsoapssl.sym
+++ gsoap-2.8.50/gsoap/gsoapssl.sym
@@ -0,0 +1 @@
+GSOAPSSL { global: *; };
Index: gsoap-2.8.49/gsoap/samples/autotest/Makefile.am
Index: gsoap-2.8.50/gsoap/samples/autotest/Makefile.am
===================================================================
--- gsoap-2.8.49.orig/gsoap/samples/autotest/Makefile.am
+++ gsoap-2.8.49/gsoap/samples/autotest/Makefile.am
--- gsoap-2.8.50.orig/gsoap/samples/autotest/Makefile.am
+++ gsoap-2.8.50/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
@ -171,10 +173,10 @@ Index: gsoap-2.8.49/gsoap/samples/autotest/Makefile.am
$(SOAP_CPP_SRC) : $(WSDLINPUT)
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
Index: gsoap-2.8.49/gsoap/samples/databinding/Makefile.am
Index: gsoap-2.8.50/gsoap/samples/databinding/Makefile.am
===================================================================
--- gsoap-2.8.49.orig/gsoap/samples/databinding/Makefile.am
+++ gsoap-2.8.49/gsoap/samples/databinding/Makefile.am
--- gsoap-2.8.50.orig/gsoap/samples/databinding/Makefile.am
+++ gsoap-2.8.50/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

View File

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

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

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

View File

@ -1,3 +1,27 @@
-------------------------------------------------------------------
Fri Jul 28 18:58:15 UTC 2017 - jengelh@inai.de
- Update to new upstream 2.8.51
* Additional checks added to source code for its own robustness.
-------------------------------------------------------------------
Thu Jul 27 13:13:31 UTC 2017 - jengelh@inai.de
- gsoap-01-sharedlibs.diff: add missing libssl link to libgsoapssl
-------------------------------------------------------------------
Mon Jul 24 08:30:47 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.50
* Added `soap->recv_maxlength` to change the limit on the
length of messages received. Default is 2GB max. Greater
lengths are possible.
* Removed client-side `SOAP_PURE_VIRTUAL` from `copy()` in the
code generated by soapcpp2 for options `-i` and `-j`.
* Updated memory deallocation of `soap_del_xsd__anyAttribute`.
* Updated the callback function signatures of `fpost` and
`fresponse`.
-------------------------------------------------------------------
Thu Jul 13 11:39:49 UTC 2017 - olaf@aepfle.de

View File

@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_49
Version: 2.8.49
%define lname libgsoap-2_8_51
Version: 2.8.51
Release: 0
Summary: Toolkit for SOAP/REST-based 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.49"
version="2.8.51"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"