gsoap-2.8.17
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=30
This commit is contained in:
parent
2009a8a48e
commit
21a2e924a4
@ -10,11 +10,11 @@ build: always use shared libraries
|
|||||||
gsoap/samples/databinding/Makefile.am | 2 +-
|
gsoap/samples/databinding/Makefile.am | 2 +-
|
||||||
4 files changed, 25 insertions(+), 20 deletions(-)
|
4 files changed, 25 insertions(+), 20 deletions(-)
|
||||||
|
|
||||||
Index: gsoap-2.8.14/configure.in
|
Index: gsoap-2.8.17/configure.in
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.14.orig/configure.in
|
--- gsoap-2.8.17.orig/configure.in
|
||||||
+++ gsoap-2.8.14/configure.in
|
+++ gsoap-2.8.17/configure.in
|
||||||
@@ -16,8 +16,7 @@ AM_PROG_CC_C_O
|
@@ -15,8 +15,7 @@ AM_PROG_CC_C_O
|
||||||
AM_PROG_LEX
|
AM_PROG_LEX
|
||||||
AC_PROG_YACC
|
AC_PROG_YACC
|
||||||
AC_PROG_CPP
|
AC_PROG_CPP
|
||||||
@ -24,7 +24,7 @@ Index: gsoap-2.8.14/configure.in
|
|||||||
AC_PROG_LN_S
|
AC_PROG_LN_S
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
AC_PROG_INSTALL
|
AC_PROG_INSTALL
|
||||||
@@ -226,13 +225,13 @@ if test "x$with_openssl" = "xyes"; then
|
@@ -234,7 +233,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||||
WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP"
|
WSDL2H_EXTRA_FLAGS="-DWITH_GNUTLS -DWITH_GZIP"
|
||||||
WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
WSDL2H_EXTRA_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||||
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||||
@ -33,14 +33,16 @@ Index: gsoap-2.8.14/configure.in
|
|||||||
else
|
else
|
||||||
AC_MSG_RESULT(no)
|
AC_MSG_RESULT(no)
|
||||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||||
WSDL2H_EXTRA_LIBS="-lssl -lcrypto -lz"
|
@@ -242,7 +241,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||||
|
# compile with wsdl2h when OPENSSL is available
|
||||||
|
WSDL2H_EXTRA_LIBS="../plugin/httpda.c ../plugin/md5evp.c -lssl -lcrypto -lz"
|
||||||
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
|
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
|
||||||
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
- WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a"
|
||||||
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
+ WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la"
|
||||||
fi
|
fi
|
||||||
if test -n "$OPENSSL"; then
|
if test -n "$OPENSSL"; then
|
||||||
WSDL2H_EXTRA_FLAGS="-I${OPENSSL}/include ${WSDL2H_EXTRA_FLAGS}"
|
WSDL2H_EXTRA_FLAGS="-I${OPENSSL}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||||
@@ -244,7 +243,7 @@ else
|
@@ -254,7 +253,7 @@ else
|
||||||
WSDL2H_EXTRA_FLAGS=
|
WSDL2H_EXTRA_FLAGS=
|
||||||
WSDL2H_EXTRA_LIBS=
|
WSDL2H_EXTRA_LIBS=
|
||||||
SAMPLE_SSL_LIBS=
|
SAMPLE_SSL_LIBS=
|
||||||
@ -49,10 +51,10 @@ Index: gsoap-2.8.14/configure.in
|
|||||||
fi
|
fi
|
||||||
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
||||||
AC_SUBST(WSDL2H_EXTRA_LIBS)
|
AC_SUBST(WSDL2H_EXTRA_LIBS)
|
||||||
Index: gsoap-2.8.14/gsoap/Makefile.am
|
Index: gsoap-2.8.17/gsoap/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.14.orig/gsoap/Makefile.am
|
--- gsoap-2.8.17.orig/gsoap/Makefile.am
|
||||||
+++ gsoap-2.8.14/gsoap/Makefile.am
|
+++ gsoap-2.8.17/gsoap/Makefile.am
|
||||||
@@ -34,20 +34,26 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
@@ -34,20 +34,26 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
|
||||||
dom_cpp.cpp: dom.cpp
|
dom_cpp.cpp: dom.cpp
|
||||||
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
|
$(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp
|
||||||
@ -93,10 +95,10 @@ Index: gsoap-2.8.14/gsoap/Makefile.am
|
|||||||
|
|
||||||
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES)
|
BUILT_SOURCES = stdsoap2_cpp.cpp dom_cpp.cpp $(lib_LIBRARIES)
|
||||||
|
|
||||||
Index: gsoap-2.8.14/gsoap/samples/autotest/Makefile.am
|
Index: gsoap-2.8.17/gsoap/samples/autotest/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.14.orig/gsoap/samples/autotest/Makefile.am
|
--- gsoap-2.8.17.orig/gsoap/samples/autotest/Makefile.am
|
||||||
+++ gsoap-2.8.14/gsoap/samples/autotest/Makefile.am
|
+++ gsoap-2.8.17/gsoap/samples/autotest/Makefile.am
|
||||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-SL -T -I$(top_srcdir)/gsoap/
|
@@ -14,7 +14,7 @@ SOAP_FLAGS=-SL -T -I$(top_srcdir)/gsoap/
|
||||||
WSDLINPUT=$(srcdir)/examples.wsdl
|
WSDLINPUT=$(srcdir)/examples.wsdl
|
||||||
SOAPHEADER=$(srcdir)/examples.h
|
SOAPHEADER=$(srcdir)/examples.h
|
||||||
@ -106,10 +108,10 @@ Index: gsoap-2.8.14/gsoap/samples/autotest/Makefile.am
|
|||||||
|
|
||||||
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
$(SOAP_CPP_SRC) : $(WSDLINPUT)
|
||||||
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
$(WSDL) $(WSDL_FLAGS) $(WSDLINPUT)
|
||||||
Index: gsoap-2.8.14/gsoap/samples/databinding/Makefile.am
|
Index: gsoap-2.8.17/gsoap/samples/databinding/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.14.orig/gsoap/samples/databinding/Makefile.am
|
--- gsoap-2.8.17.orig/gsoap/samples/databinding/Makefile.am
|
||||||
+++ gsoap-2.8.14/gsoap/samples/databinding/Makefile.am
|
+++ gsoap-2.8.17/gsoap/samples/databinding/Makefile.am
|
||||||
@@ -14,7 +14,7 @@ SOAP_FLAGS=-0 -CS -p address -I$(top_src
|
@@ -14,7 +14,7 @@ SOAP_FLAGS=-0 -CS -p address -I$(top_src
|
||||||
WSDLINPUT=$(srcdir)/address.xsd
|
WSDLINPUT=$(srcdir)/address.xsd
|
||||||
SOAPHEADER=$(srcdir)/address.h
|
SOAPHEADER=$(srcdir)/address.h
|
||||||
|
@ -1,29 +0,0 @@
|
|||||||
From: Jan Engelhardt <jengelh@medozas.de>
|
|
||||||
Date: 2011-11-10 12:19:12.730015880 +0100
|
|
||||||
Upstream: tbd
|
|
||||||
|
|
||||||
When GNU_SOURCE is defined -- which happens to be the case in the
|
|
||||||
default G++ environment -- strerror_r behaves differently: it may
|
|
||||||
not actually fill in the buffer if there is no need to. The error
|
|
||||||
string pointer is returned in any case.
|
|
||||||
|
|
||||||
---
|
|
||||||
gsoap/stdsoap2.cpp | 4 ++++
|
|
||||||
1 file changed, 4 insertions(+)
|
|
||||||
|
|
||||||
Index: gsoap-2.8.4/gsoap/stdsoap2.cpp
|
|
||||||
===================================================================
|
|
||||||
--- gsoap-2.8.4.orig/gsoap/stdsoap2.cpp
|
|
||||||
+++ gsoap-2.8.4/gsoap/stdsoap2.cpp
|
|
||||||
@@ -15905,7 +15905,11 @@ soap_strerror(struct soap *soap)
|
|
||||||
{
|
|
||||||
#ifndef WIN32
|
|
||||||
# ifdef HAVE_STRERROR_R
|
|
||||||
+# ifdef _GNU_SOURCE
|
|
||||||
+ return strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf));
|
|
||||||
+# else
|
|
||||||
strerror_r(err, soap->msgbuf, sizeof(soap->msgbuf));
|
|
||||||
+# endif
|
|
||||||
# else
|
|
||||||
return strerror(err);
|
|
||||||
# endif
|
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:9ac05a0dde1981301885c2bb8d7a8182ad27292434248ced8816442e7deec2e5
|
|
||||||
size 5778572
|
|
3
gsoap-2.8.17.tar.xz
Normal file
3
gsoap-2.8.17.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:278b37d87fd368c1104d1b5da61ff9ebb29cf462987f3301600799a70ed42ef2
|
||||||
|
size 5793624
|
@ -1,3 +1,19 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jan 15 19:35:58 UTC 2014 - jengelh@inai.de
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.17
|
||||||
|
* Improved WCF interop duplex messaging requiring ChannelInstances.
|
||||||
|
* Fixed complexType restriction of schema types with redefined
|
||||||
|
attributes in wsdl2h output.
|
||||||
|
* Fixed wcf/WS/DualHttp example (wrong use of send_X() replaced by X()
|
||||||
|
for client-side operations X, to allow HTTP keep-alive to be used).
|
||||||
|
* Fixed use of sprintf's that trigger Valgrind and Fortify warnings.
|
||||||
|
* Fixed parsing character strings from CDATA sections ending in ']'.
|
||||||
|
* Fixed DOM output for SOAP_XML_CANONICAL c14n normalization of
|
||||||
|
xmlns namespace bindings.
|
||||||
|
* Added WS-RM message queueing option for WS-RM NoDiscard.
|
||||||
|
* Added wsdl2h option -r for authorized web access and proxy access.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Thu Jun 27 06:44:56 UTC 2013 - jengelh@inai.de
|
Thu Jun 27 06:44:56 UTC 2013 - jengelh@inai.de
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsoap
|
# spec file for package gsoap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -21,17 +21,16 @@ Name: gsoap
|
|||||||
Summary: Toolkit for C/C++ server and client web service applications
|
Summary: Toolkit for C/C++ server and client web service applications
|
||||||
License: SUSE-GPL-2.0+-with-openssl-exception
|
License: SUSE-GPL-2.0+-with-openssl-exception
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
Version: 2.8.15
|
Version: 2.8.17
|
||||||
Release: 0
|
Release: 0
|
||||||
Url: http://gsoap2.sf.net/
|
Url: http://gsoap2.sf.net/
|
||||||
|
|
||||||
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.15.zip
|
#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.17.zip
|
||||||
Source: gsoap-%version.tar.xz
|
Source: gsoap-%version.tar.xz
|
||||||
Source2: sanitize_source.sh
|
Source2: sanitize_source.sh
|
||||||
Patch0: gsoap-automake1_13.diff
|
Patch0: gsoap-automake1_13.diff
|
||||||
Patch1: gsoap-01-sharedlibs.diff
|
Patch1: gsoap-01-sharedlibs.diff
|
||||||
Patch2: gsoap-02-typepuns.diff
|
Patch2: gsoap-02-typepuns.diff
|
||||||
Patch4: gsoap-04-strerror.diff
|
|
||||||
Patch5: gsoap-05-ipv6.diff
|
Patch5: gsoap-05-ipv6.diff
|
||||||
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
BuildRoot: %{_tmppath}/%{name}-%{version}-build
|
||||||
BuildRequires: autoconf
|
BuildRequires: autoconf
|
||||||
@ -111,7 +110,7 @@ symlinks for libgsoap.
|
|||||||
tar -xf "%{S:0}" --use=xz;
|
tar -xf "%{S:0}" --use=xz;
|
||||||
%setup -DTq
|
%setup -DTq
|
||||||
%endif
|
%endif
|
||||||
%patch -P 0 -P 1 -P 2 -P 4 -P 5 -p1
|
%patch -P 0 -P 1 -P 2 -P 5 -p1
|
||||||
|
|
||||||
%build
|
%build
|
||||||
# Rebuild configure - fix that utterly long mktime test.
|
# Rebuild configure - fix that utterly long mktime test.
|
||||||
|
@ -13,7 +13,7 @@ if ! which fduphl >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.15";
|
version="2.8.17";
|
||||||
shortver="2.8"; # agh...
|
shortver="2.8"; # agh...
|
||||||
|
|
||||||
rm -Rf "gsoap-$shortver" "gsoap-$version";
|
rm -Rf "gsoap-$shortver" "gsoap-$version";
|
||||||
|
Loading…
Reference in New Issue
Block a user