SHA256
1
0
forked from pool/gsoap

Accepting request 559852 from devel:libraries:c_c++

- Update to new upstream release 2.8.58

OBS-URL: https://build.opensuse.org/request/show/559852
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/gsoap?expand=0&rev=37
This commit is contained in:
Dominique Leuenberger 2017-12-29 17:47:42 +00:00 committed by Git OBS Bridge
commit 23d4bcb604
7 changed files with 69 additions and 71 deletions

View File

@ -4,24 +4,22 @@ Date: 2011-07-01 17:19:00 +0200
build: always use shared libraries
---
configure.ac | 10 ++++----
gsoap/Makefile.am | 40 ++++++++++++++++++++++------------
gsoap/gsoap++.sym | 1
gsoap/gsoap.sym | 1
gsoap/gsoapck++.sym | 1
gsoap/gsoapck.sym | 1
gsoap/gsoapckssl++.sym | 1
gsoap/gsoapckssl.sym | 1
gsoap/gsoapssl++.sym | 1
gsoap/gsoapssl.sym | 1
gsoap/samples/autotest/Makefile.am | 2 -
gsoap/samples/databinding/Makefile.am | 2 -
12 files changed, 42 insertions(+), 20 deletions(-)
configure.ac | 10 +++++-----
gsoap/Makefile.am | 40 +++++++++++++++++++++++++++-------------
gsoap/gsoap++.sym | 1 +
gsoap/gsoap.sym | 1 +
gsoap/gsoapck++.sym | 1 +
gsoap/gsoapck.sym | 1 +
gsoap/gsoapckssl++.sym | 1 +
gsoap/gsoapckssl.sym | 1 +
gsoap/gsoapssl++.sym | 1 +
gsoap/gsoapssl.sym | 1 +
10 files changed, 40 insertions(+), 18 deletions(-)
Index: gsoap-2.8.53/configure.ac
Index: gsoap-2.8.57/configure.ac
===================================================================
--- gsoap-2.8.53.orig/configure.ac
+++ gsoap-2.8.53/configure.ac
--- gsoap-2.8.57.orig/configure.ac
+++ gsoap-2.8.57/configure.ac
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O
AM_PROG_LEX
AC_PROG_YACC
@ -60,10 +58,10 @@ Index: gsoap-2.8.53/configure.ac
fi
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
Index: gsoap-2.8.57/gsoap/Makefile.am
===================================================================
--- gsoap-2.8.53.orig/gsoap/Makefile.am
+++ gsoap-2.8.53/gsoap/Makefile.am
--- gsoap-2.8.57.orig/gsoap/Makefile.am
+++ gsoap-2.8.57/gsoap/Makefile.am
@@ -34,20 +34,34 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
dom_cpp.cpp: dom.cpp
$(LN_S) -f $(top_srcdir)/gsoap/dom.cpp dom_cpp.cpp
@ -112,77 +110,51 @@ Index: gsoap-2.8.53/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.53/gsoap/gsoap++.sym
Index: gsoap-2.8.57/gsoap/gsoap++.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.53/gsoap/gsoap++.sym
+++ gsoap-2.8.57/gsoap/gsoap++.sym
@@ -0,0 +1 @@
+GSOAPXX { global: *; };
Index: gsoap-2.8.53/gsoap/gsoap.sym
Index: gsoap-2.8.57/gsoap/gsoap.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.53/gsoap/gsoap.sym
+++ gsoap-2.8.57/gsoap/gsoap.sym
@@ -0,0 +1 @@
+GSOAP { global: *; };
Index: gsoap-2.8.53/gsoap/gsoapck++.sym
Index: gsoap-2.8.57/gsoap/gsoapck++.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.53/gsoap/gsoapck++.sym
+++ gsoap-2.8.57/gsoap/gsoapck++.sym
@@ -0,0 +1 @@
+GSOAPCKXX { global: *; };
Index: gsoap-2.8.53/gsoap/gsoapck.sym
Index: gsoap-2.8.57/gsoap/gsoapck.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.53/gsoap/gsoapck.sym
+++ gsoap-2.8.57/gsoap/gsoapck.sym
@@ -0,0 +1 @@
+GSOAPCK { global: *; };
Index: gsoap-2.8.53/gsoap/gsoapckssl++.sym
Index: gsoap-2.8.57/gsoap/gsoapckssl++.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.53/gsoap/gsoapckssl++.sym
+++ gsoap-2.8.57/gsoap/gsoapckssl++.sym
@@ -0,0 +1 @@
+GSOAPCKSSLXX { global: *; };
Index: gsoap-2.8.53/gsoap/gsoapckssl.sym
Index: gsoap-2.8.57/gsoap/gsoapckssl.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.53/gsoap/gsoapckssl.sym
+++ gsoap-2.8.57/gsoap/gsoapckssl.sym
@@ -0,0 +1 @@
+GSOAPCKSSL { global: *; };
Index: gsoap-2.8.53/gsoap/gsoapssl++.sym
Index: gsoap-2.8.57/gsoap/gsoapssl++.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.53/gsoap/gsoapssl++.sym
+++ gsoap-2.8.57/gsoap/gsoapssl++.sym
@@ -0,0 +1 @@
+GSOAPSSLXX { global: *; };
Index: gsoap-2.8.53/gsoap/gsoapssl.sym
Index: gsoap-2.8.57/gsoap/gsoapssl.sym
===================================================================
--- /dev/null
+++ gsoap-2.8.53/gsoap/gsoapssl.sym
+++ gsoap-2.8.57/gsoap/gsoapssl.sym
@@ -0,0 +1 @@
+GSOAPSSL { global: *; };
Index: gsoap-2.8.53/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=$(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.53/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=$(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
$(SOAP_CPP_SRC) : $(WSDLINPUT)
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)

View File

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

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

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

View File

@ -7,11 +7,11 @@ automake-1.13 has finally removed AM_CONFIG_HEADER.
configure.ac | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: gsoap-2.8.14/configure.ac
Index: gsoap-2.8.57/configure.ac
===================================================================
--- gsoap-2.8.14.orig/configure.ac
+++ gsoap-2.8.14/configure.ac
@@ -4,8 +4,7 @@ AM_INIT_AUTOMAKE(gsoap, 2.8)
--- gsoap-2.8.57.orig/configure.ac
+++ gsoap-2.8.57/configure.ac
@@ -4,8 +4,7 @@ AM_INIT_AUTOMAKE([foreign])
AC_CONFIG_SRCDIR([gsoap/stdsoap2.cpp])
AC_CANONICAL_HOST

View File

@ -1,3 +1,29 @@
-------------------------------------------------------------------
Mon Dec 25 14:03:40 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.58
* Improvements to prevent macro `USE_32BIT_TIME_T` to cause
misaligned `soap` contexts, due to inconsistent size of
`time_t`.
* Improvements to support obsolete HTTP cookie formats.
-------------------------------------------------------------------
Wed Dec 13 09:46:00 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.57
* `struct soap::bind_v6only` field had no effect; this was fixed.
-------------------------------------------------------------------
Fri Dec 8 21:22:27 UTC 2017 - jengelh@inai.de
- Update to new upstream release 2.8.56
* Added new `soap::bind_v6only` context flag, replacing
compile-time flag `WITH_IPV6_V6ONLY` (`soap->bind_v6only=1`)
and `WITH_NO_IPV6_V6ONLY` (`soap->bind_v6only=0`).
* Fixed missing C++ custom serializer type object allocators
(e.g. `gsoap/custom/qstring.cpp`), when pointers to custom
serialized C++ types are used.
-------------------------------------------------------------------
Wed Nov 1 16:14:45 UTC 2017 - jengelh@inai.de

View File

@ -17,8 +17,8 @@
Name: gsoap
%define lname libgsoap-2_8_55
Version: 2.8.55
%define lname libgsoap-2_8_58
Version: 2.8.58
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.55"
version="2.8.58"
shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"