forked from pool/gsoap
- Update to release 2.8.102
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=201
This commit is contained in:
parent
d7010deeb7
commit
703d6e33f5
@ -16,10 +16,10 @@ build: always use shared libraries
|
||||
gsoap/gsoapssl.sym | 1 +
|
||||
10 files changed, 40 insertions(+), 18 deletions(-)
|
||||
|
||||
Index: gsoap-2.8.79/configure.ac
|
||||
Index: gsoap-2.8.102/configure.ac
|
||||
===================================================================
|
||||
--- gsoap-2.8.79.orig/configure.ac
|
||||
+++ gsoap-2.8.79/configure.ac
|
||||
--- gsoap-2.8.102.orig/configure.ac
|
||||
+++ gsoap-2.8.102/configure.ac
|
||||
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O
|
||||
AM_PROG_LEX
|
||||
AC_PROG_YACC
|
||||
@ -31,7 +31,7 @@ Index: gsoap-2.8.79/configure.ac
|
||||
AC_PROG_LN_S
|
||||
AC_PROG_AWK
|
||||
AC_PROG_INSTALL
|
||||
@@ -294,7 +294,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
@@ -306,7 +306,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lgnutls -lgcrypt -lgpg-error -lz"
|
||||
SAMPLE_INCLUDES=
|
||||
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
|
||||
@ -40,7 +40,7 @@ Index: gsoap-2.8.79/configure.ac
|
||||
else
|
||||
AC_MSG_RESULT(no)
|
||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||
@@ -302,7 +302,7 @@ if test "x$with_openssl" = "xyes"; then
|
||||
@@ -314,7 +314,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"
|
||||
@ -49,19 +49,19 @@ Index: gsoap-2.8.79/configure.ac
|
||||
fi
|
||||
if test -n "$ZLIB"; then
|
||||
WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}"
|
||||
@@ -321,7 +321,7 @@ else
|
||||
@@ -333,7 +333,7 @@ else
|
||||
WSDL2H_EXTRA_FLAGS=
|
||||
SAMPLE_SSL_LIBS=
|
||||
SAMPLE_INCLUDES=
|
||||
- WSDL2H_SOAP_CPP_LIB="libgsoap++.a"
|
||||
+ WSDL2H_SOAP_CPP_LIB="libgsoap++.la"
|
||||
fi
|
||||
AM_CONDITIONAL(WITH_OPENSSL, test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes")
|
||||
AC_SUBST(WITH_OPENSSL)
|
||||
Index: gsoap-2.8.79/gsoap/Makefile.am
|
||||
AM_CONDITIONAL([WITH_OPENSSL], [test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes"])
|
||||
AC_SUBST(WSDL2H_EXTRA_FLAGS)
|
||||
Index: gsoap-2.8.102/gsoap/Makefile.am
|
||||
===================================================================
|
||||
--- gsoap-2.8.79.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.79/gsoap/Makefile.am
|
||||
--- gsoap-2.8.102.orig/gsoap/Makefile.am
|
||||
+++ gsoap-2.8.102/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
|
||||
@ -110,51 +110,51 @@ Index: gsoap-2.8.79/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.79/gsoap/gsoap++.sym
|
||||
Index: gsoap-2.8.102/gsoap/gsoap++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.79/gsoap/gsoap++.sym
|
||||
+++ gsoap-2.8.102/gsoap/gsoap++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPXX { global: *; };
|
||||
Index: gsoap-2.8.79/gsoap/gsoap.sym
|
||||
Index: gsoap-2.8.102/gsoap/gsoap.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.79/gsoap/gsoap.sym
|
||||
+++ gsoap-2.8.102/gsoap/gsoap.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAP { global: *; };
|
||||
Index: gsoap-2.8.79/gsoap/gsoapck++.sym
|
||||
Index: gsoap-2.8.102/gsoap/gsoapck++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.79/gsoap/gsoapck++.sym
|
||||
+++ gsoap-2.8.102/gsoap/gsoapck++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKXX { global: *; };
|
||||
Index: gsoap-2.8.79/gsoap/gsoapck.sym
|
||||
Index: gsoap-2.8.102/gsoap/gsoapck.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.79/gsoap/gsoapck.sym
|
||||
+++ gsoap-2.8.102/gsoap/gsoapck.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCK { global: *; };
|
||||
Index: gsoap-2.8.79/gsoap/gsoapckssl++.sym
|
||||
Index: gsoap-2.8.102/gsoap/gsoapckssl++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.79/gsoap/gsoapckssl++.sym
|
||||
+++ gsoap-2.8.102/gsoap/gsoapckssl++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKSSLXX { global: *; };
|
||||
Index: gsoap-2.8.79/gsoap/gsoapckssl.sym
|
||||
Index: gsoap-2.8.102/gsoap/gsoapckssl.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.79/gsoap/gsoapckssl.sym
|
||||
+++ gsoap-2.8.102/gsoap/gsoapckssl.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPCKSSL { global: *; };
|
||||
Index: gsoap-2.8.79/gsoap/gsoapssl++.sym
|
||||
Index: gsoap-2.8.102/gsoap/gsoapssl++.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.79/gsoap/gsoapssl++.sym
|
||||
+++ gsoap-2.8.102/gsoap/gsoapssl++.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPSSLXX { global: *; };
|
||||
Index: gsoap-2.8.79/gsoap/gsoapssl.sym
|
||||
Index: gsoap-2.8.102/gsoap/gsoapssl.sym
|
||||
===================================================================
|
||||
--- /dev/null
|
||||
+++ gsoap-2.8.79/gsoap/gsoapssl.sym
|
||||
+++ gsoap-2.8.102/gsoap/gsoapssl.sym
|
||||
@@ -0,0 +1 @@
|
||||
+GSOAPSSL { global: *; };
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5a86ff2dc69d685ecb8ce4570ce3658f25bd83c0e62b71e2913f965e30967427
|
||||
size 16819120
|
3
gsoap-2.8.102.tar.xz
Normal file
3
gsoap-2.8.102.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0740064d74457207eb31f47ed6fb2f26343520df7942aa3d3b436f52d94e095f
|
||||
size 16981668
|
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri May 15 09:35:07 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
- Update to release 2.8.102
|
||||
* Improved HTTP digest authentication plugin to cover
|
||||
additional HTTP methods.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Apr 9 22:15:20 UTC 2020 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -17,8 +17,8 @@
|
||||
|
||||
|
||||
Name: gsoap
|
||||
%define lname libgsoap-2_8_101
|
||||
Version: 2.8.101
|
||||
%define lname libgsoap-2_8_102
|
||||
Version: 2.8.102
|
||||
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.101"
|
||||
version="2.8.102"
|
||||
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