- 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:
Jan Engelhardt 2020-05-15 09:42:45 +00:00 committed by Git OBS Bridge
parent d7010deeb7
commit 703d6e33f5
6 changed files with 40 additions and 33 deletions

View File

@ -16,10 +16,10 @@ build: always use shared libraries
gsoap/gsoapssl.sym | 1 + gsoap/gsoapssl.sym | 1 +
10 files changed, 40 insertions(+), 18 deletions(-) 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.102.orig/configure.ac
+++ gsoap-2.8.79/configure.ac +++ gsoap-2.8.102/configure.ac
@@ -15,8 +15,8 @@ AM_PROG_CC_C_O @@ -15,8 +15,8 @@ AM_PROG_CC_C_O
AM_PROG_LEX AM_PROG_LEX
AC_PROG_YACC AC_PROG_YACC
@ -31,7 +31,7 @@ Index: gsoap-2.8.79/configure.ac
AC_PROG_LN_S AC_PROG_LN_S
AC_PROG_AWK AC_PROG_AWK
AC_PROG_INSTALL 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" WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lgnutls -lgcrypt -lgpg-error -lz"
SAMPLE_INCLUDES= SAMPLE_INCLUDES=
SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz" SAMPLE_SSL_LIBS="-lgnutls -lgcrypt -lgpg-error -lz"
@ -40,7 +40,7 @@ Index: gsoap-2.8.79/configure.ac
else else
AC_MSG_RESULT(no) AC_MSG_RESULT(no)
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP" 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" WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lssl -lcrypto -lz"
SAMPLE_INCLUDES= SAMPLE_INCLUDES=
SAMPLE_SSL_LIBS="-lssl -lcrypto -lz" SAMPLE_SSL_LIBS="-lssl -lcrypto -lz"
@ -49,19 +49,19 @@ Index: gsoap-2.8.79/configure.ac
fi fi
if test -n "$ZLIB"; then if test -n "$ZLIB"; then
WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}" WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}"
@@ -321,7 +321,7 @@ else @@ -333,7 +333,7 @@ else
WSDL2H_EXTRA_FLAGS= WSDL2H_EXTRA_FLAGS=
SAMPLE_SSL_LIBS= SAMPLE_SSL_LIBS=
SAMPLE_INCLUDES= SAMPLE_INCLUDES=
- WSDL2H_SOAP_CPP_LIB="libgsoap++.a" - WSDL2H_SOAP_CPP_LIB="libgsoap++.a"
+ WSDL2H_SOAP_CPP_LIB="libgsoap++.la" + WSDL2H_SOAP_CPP_LIB="libgsoap++.la"
fi fi
AM_CONDITIONAL(WITH_OPENSSL, test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes") AM_CONDITIONAL([WITH_OPENSSL], [test "x$with_openssl" = "xyes" -a "x$with_gnutls" != "xyes"])
AC_SUBST(WITH_OPENSSL) AC_SUBST(WSDL2H_EXTRA_FLAGS)
Index: gsoap-2.8.79/gsoap/Makefile.am Index: gsoap-2.8.102/gsoap/Makefile.am
=================================================================== ===================================================================
--- gsoap-2.8.79.orig/gsoap/Makefile.am --- gsoap-2.8.102.orig/gsoap/Makefile.am
+++ gsoap-2.8.79/gsoap/Makefile.am +++ gsoap-2.8.102/gsoap/Makefile.am
@@ -34,20 +34,34 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp @@ -34,20 +34,34 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp
dom_cpp.cpp: dom.cpp dom_cpp.cpp: dom.cpp
$(LN_S) -f $(top_srcdir)/gsoap/dom.cpp dom_cpp.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 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 --- /dev/null
+++ gsoap-2.8.79/gsoap/gsoap++.sym +++ gsoap-2.8.102/gsoap/gsoap++.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPXX { global: *; }; +GSOAPXX { global: *; };
Index: gsoap-2.8.79/gsoap/gsoap.sym Index: gsoap-2.8.102/gsoap/gsoap.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ gsoap-2.8.79/gsoap/gsoap.sym +++ gsoap-2.8.102/gsoap/gsoap.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAP { global: *; }; +GSOAP { global: *; };
Index: gsoap-2.8.79/gsoap/gsoapck++.sym Index: gsoap-2.8.102/gsoap/gsoapck++.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ gsoap-2.8.79/gsoap/gsoapck++.sym +++ gsoap-2.8.102/gsoap/gsoapck++.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPCKXX { global: *; }; +GSOAPCKXX { global: *; };
Index: gsoap-2.8.79/gsoap/gsoapck.sym Index: gsoap-2.8.102/gsoap/gsoapck.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ gsoap-2.8.79/gsoap/gsoapck.sym +++ gsoap-2.8.102/gsoap/gsoapck.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPCK { global: *; }; +GSOAPCK { global: *; };
Index: gsoap-2.8.79/gsoap/gsoapckssl++.sym Index: gsoap-2.8.102/gsoap/gsoapckssl++.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ gsoap-2.8.79/gsoap/gsoapckssl++.sym +++ gsoap-2.8.102/gsoap/gsoapckssl++.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPCKSSLXX { global: *; }; +GSOAPCKSSLXX { global: *; };
Index: gsoap-2.8.79/gsoap/gsoapckssl.sym Index: gsoap-2.8.102/gsoap/gsoapckssl.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ gsoap-2.8.79/gsoap/gsoapckssl.sym +++ gsoap-2.8.102/gsoap/gsoapckssl.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPCKSSL { global: *; }; +GSOAPCKSSL { global: *; };
Index: gsoap-2.8.79/gsoap/gsoapssl++.sym Index: gsoap-2.8.102/gsoap/gsoapssl++.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ gsoap-2.8.79/gsoap/gsoapssl++.sym +++ gsoap-2.8.102/gsoap/gsoapssl++.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPSSLXX { global: *; }; +GSOAPSSLXX { global: *; };
Index: gsoap-2.8.79/gsoap/gsoapssl.sym Index: gsoap-2.8.102/gsoap/gsoapssl.sym
=================================================================== ===================================================================
--- /dev/null --- /dev/null
+++ gsoap-2.8.79/gsoap/gsoapssl.sym +++ gsoap-2.8.102/gsoap/gsoapssl.sym
@@ -0,0 +1 @@ @@ -0,0 +1 @@
+GSOAPSSL { global: *; }; +GSOAPSSL { global: *; };

View File

@ -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
View File

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

View File

@ -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> Thu Apr 9 22:15:20 UTC 2020 - Jan Engelhardt <jengelh@inai.de>

View File

@ -17,8 +17,8 @@
Name: gsoap Name: gsoap
%define lname libgsoap-2_8_101 %define lname libgsoap-2_8_102
Version: 2.8.101 Version: 2.8.102
Release: 0 Release: 0
Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications
License: SUSE-GPL-2.0+-with-openssl-exception License: SUSE-GPL-2.0+-with-openssl-exception

View File

@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
exit 1; exit 1;
fi; fi;
version="2.8.101" version="2.8.102"
shortver="2.8" # agh... shortver="2.8" # agh...
if [ ! -e "gsoap_$version.zip" ]; then if [ ! -e "gsoap_$version.zip" ]; then
wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip" wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"