From 843a0da14a8b2f49bd8973a7b868d6c7619e0e8afeb3be62274114bb2629229e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 1 Sep 2017 23:46:01 +0000 Subject: [PATCH] gsoap-2.8.53 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=107 --- gsoap-01-sharedlibs.diff | 76 ++++++++++++++++++++-------------------- gsoap-2.8.51.tar.xz | 3 -- gsoap-2.8.53.tar.xz | 3 ++ gsoap.changes | 11 +++++- gsoap.spec | 4 +-- sanitize_source.sh | 2 +- 6 files changed, 54 insertions(+), 45 deletions(-) delete mode 100644 gsoap-2.8.51.tar.xz create mode 100644 gsoap-2.8.53.tar.xz diff --git a/gsoap-01-sharedlibs.diff b/gsoap-01-sharedlibs.diff index 88ac491..9c98832 100644 --- a/gsoap-01-sharedlibs.diff +++ b/gsoap-01-sharedlibs.diff @@ -18,10 +18,10 @@ build: always use shared libraries gsoap/samples/databinding/Makefile.am | 2 - 12 files changed, 42 insertions(+), 20 deletions(-) -Index: gsoap-2.8.50/configure.ac +Index: gsoap-2.8.53/configure.ac =================================================================== ---- gsoap-2.8.50.orig/configure.ac -+++ gsoap-2.8.50/configure.ac +--- gsoap-2.8.53.orig/configure.ac ++++ gsoap-2.8.53/configure.ac @@ -15,8 +15,8 @@ AM_PROG_CC_C_O AM_PROG_LEX AC_PROG_YACC @@ -42,8 +42,8 @@ Index: gsoap-2.8.50/configure.ac else AC_MSG_RESULT(no) WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP" -@@ -267,7 +267,7 @@ if test "x$with_openssl" = "xyes"; then - WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} ../plugin/httpda.c ../plugin/smdevp.c ../plugin/threads.c -lssl -lcrypto -lz" +@@ -266,7 +266,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" - WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a" @@ -51,22 +51,22 @@ Index: gsoap-2.8.50/configure.ac fi if test -n "$ZLIB"; then WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}" -@@ -286,7 +286,7 @@ else +@@ -285,7 +285,7 @@ else WSDL2H_EXTRA_FLAGS= SAMPLE_SSL_LIBS= SAMPLE_INCLUDES= - WSDL2H_SOAP_CPP_LIB="libgsoap++.a" + WSDL2H_SOAP_CPP_LIB="libgsoap++.la" fi - AC_SUBST(WSDL2H_EXTRA_FLAGS) - AC_SUBST(WSDL2H_EXTRA_LIBS) -Index: gsoap-2.8.50/gsoap/Makefile.am + 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 =================================================================== ---- gsoap-2.8.50.orig/gsoap/Makefile.am -+++ gsoap-2.8.50/gsoap/Makefile.am +--- gsoap-2.8.53.orig/gsoap/Makefile.am ++++ gsoap-2.8.53/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 + $(LN_S) -f $(top_srcdir)/gsoap/dom.cpp dom_cpp.cpp -lib_LIBRARIES = libgsoap.a libgsoap++.a libgsoapck.a libgsoapck++.a libgsoapssl.a libgsoapssl++.a +lib_LTLIBRARIES = libgsoap.la libgsoap++.la libgsoapck.la libgsoapck++.la libgsoapssl.la libgsoapssl++.la @@ -112,74 +112,74 @@ Index: gsoap-2.8.50/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.50/gsoap/gsoap++.sym +Index: gsoap-2.8.53/gsoap/gsoap++.sym =================================================================== --- /dev/null -+++ gsoap-2.8.50/gsoap/gsoap++.sym ++++ gsoap-2.8.53/gsoap/gsoap++.sym @@ -0,0 +1 @@ +GSOAPXX { global: *; }; -Index: gsoap-2.8.50/gsoap/gsoap.sym +Index: gsoap-2.8.53/gsoap/gsoap.sym =================================================================== --- /dev/null -+++ gsoap-2.8.50/gsoap/gsoap.sym ++++ gsoap-2.8.53/gsoap/gsoap.sym @@ -0,0 +1 @@ +GSOAP { global: *; }; -Index: gsoap-2.8.50/gsoap/gsoapck++.sym +Index: gsoap-2.8.53/gsoap/gsoapck++.sym =================================================================== --- /dev/null -+++ gsoap-2.8.50/gsoap/gsoapck++.sym ++++ gsoap-2.8.53/gsoap/gsoapck++.sym @@ -0,0 +1 @@ +GSOAPCKXX { global: *; }; -Index: gsoap-2.8.50/gsoap/gsoapck.sym +Index: gsoap-2.8.53/gsoap/gsoapck.sym =================================================================== --- /dev/null -+++ gsoap-2.8.50/gsoap/gsoapck.sym ++++ gsoap-2.8.53/gsoap/gsoapck.sym @@ -0,0 +1 @@ +GSOAPCK { global: *; }; -Index: gsoap-2.8.50/gsoap/gsoapckssl++.sym +Index: gsoap-2.8.53/gsoap/gsoapckssl++.sym =================================================================== --- /dev/null -+++ gsoap-2.8.50/gsoap/gsoapckssl++.sym ++++ gsoap-2.8.53/gsoap/gsoapckssl++.sym @@ -0,0 +1 @@ +GSOAPCKSSLXX { global: *; }; -Index: gsoap-2.8.50/gsoap/gsoapckssl.sym +Index: gsoap-2.8.53/gsoap/gsoapckssl.sym =================================================================== --- /dev/null -+++ gsoap-2.8.50/gsoap/gsoapckssl.sym ++++ gsoap-2.8.53/gsoap/gsoapckssl.sym @@ -0,0 +1 @@ +GSOAPCKSSL { global: *; }; -Index: gsoap-2.8.50/gsoap/gsoapssl++.sym +Index: gsoap-2.8.53/gsoap/gsoapssl++.sym =================================================================== --- /dev/null -+++ gsoap-2.8.50/gsoap/gsoapssl++.sym ++++ gsoap-2.8.53/gsoap/gsoapssl++.sym @@ -0,0 +1 @@ +GSOAPSSLXX { global: *; }; -Index: gsoap-2.8.50/gsoap/gsoapssl.sym +Index: gsoap-2.8.53/gsoap/gsoapssl.sym =================================================================== --- /dev/null -+++ gsoap-2.8.50/gsoap/gsoapssl.sym ++++ gsoap-2.8.53/gsoap/gsoapssl.sym @@ -0,0 +1 @@ +GSOAPSSL { global: *; }; -Index: gsoap-2.8.50/gsoap/samples/autotest/Makefile.am +Index: gsoap-2.8.53/gsoap/samples/autotest/Makefile.am =================================================================== ---- gsoap-2.8.50.orig/gsoap/samples/autotest/Makefile.am -+++ gsoap-2.8.50/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=$(srcdir)/examples.wsdl - SOAPHEADER=$(srcdir)/examples.h + 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.50/gsoap/samples/databinding/Makefile.am +Index: gsoap-2.8.53/gsoap/samples/databinding/Makefile.am =================================================================== ---- gsoap-2.8.50.orig/gsoap/samples/databinding/Makefile.am -+++ gsoap-2.8.50/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=$(srcdir)/address.xsd - SOAPHEADER=$(srcdir)/address.h + 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 diff --git a/gsoap-2.8.51.tar.xz b/gsoap-2.8.51.tar.xz deleted file mode 100644 index 2234b2c..0000000 --- a/gsoap-2.8.51.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e5ef6bee517a6ae7bfa2c77ce46ef4e175020c6816146d1623e4d10778d605a6 -size 20200580 diff --git a/gsoap-2.8.53.tar.xz b/gsoap-2.8.53.tar.xz new file mode 100644 index 0000000..565e24c --- /dev/null +++ b/gsoap-2.8.53.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51b203dd9a2848b20e49d87287ee84415235ab42f04c249130c814e45cd7c81b +size 19284452 diff --git a/gsoap.changes b/gsoap.changes index 777c25e..19f79c3 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,7 +1,16 @@ +------------------------------------------------------------------- +Fri Sep 1 18:07:07 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.8.52 + * Fixed 2.8.51 issue in parsing HTTP empty lines + * Fixed WS-RM plugin blocking issue on fatal errors. +- Update to new upstream release 2.8.53 + * Fixed DIME receiver looping on specific malformed DIME headers. + ------------------------------------------------------------------- Fri Jul 28 18:58:15 UTC 2017 - jengelh@inai.de -- Update to new upstream 2.8.51 +- Update to new upstream release 2.8.51 * Additional checks added to source code for its own robustness. ------------------------------------------------------------------- diff --git a/gsoap.spec b/gsoap.spec index 5045336..5012e56 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_51 -Version: 2.8.51 +%define lname libgsoap-2_8_53 +Version: 2.8.53 Release: 0 Summary: Toolkit for SOAP/REST-based C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception diff --git a/sanitize_source.sh b/sanitize_source.sh index 6f3a6a1..d26b9bb 100644 --- a/sanitize_source.sh +++ b/sanitize_source.sh @@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then exit 1; fi; -version="2.8.51" +version="2.8.53" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"