From e5664760423e86a04f01176d2c404c85f03d65d0c0c6395351e87d3ba36e7149 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 27 Sep 2016 00:05:04 +0000 Subject: [PATCH] gsoap-2.8.36 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=69 --- gsoap-01-sharedlibs.diff | 34 +++++++++++++++++----------------- gsoap-2.8.33.tar.xz | 3 --- gsoap-2.8.36.tar.xz | 3 +++ gsoap.changes | 12 ++++++++++++ gsoap.spec | 6 +++--- sanitize_source.sh | 2 +- 6 files changed, 36 insertions(+), 24 deletions(-) delete mode 100644 gsoap-2.8.33.tar.xz create mode 100644 gsoap-2.8.36.tar.xz diff --git a/gsoap-01-sharedlibs.diff b/gsoap-01-sharedlibs.diff index 89996b1..7665c27 100644 --- a/gsoap-01-sharedlibs.diff +++ b/gsoap-01-sharedlibs.diff @@ -10,10 +10,10 @@ build: always use shared libraries gsoap/samples/databinding/Makefile.am | 2 +- 4 files changed, 28 insertions(+), 20 deletions(-) -Index: gsoap-2.8.29/configure.ac +Index: gsoap-2.8.36/configure.ac =================================================================== ---- gsoap-2.8.29.orig/configure.ac -+++ gsoap-2.8.29/configure.ac +--- gsoap-2.8.36.orig/configure.ac ++++ gsoap-2.8.36/configure.ac @@ -15,8 +15,8 @@ AM_PROG_CC_C_O AM_PROG_LEX AC_PROG_YACC @@ -25,7 +25,7 @@ Index: gsoap-2.8.29/configure.ac AC_PROG_LN_S AC_PROG_AWK AC_PROG_INSTALL -@@ -235,7 +235,7 @@ if test "x$with_openssl" = "xyes"; then +@@ -241,7 +241,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" @@ -34,16 +34,16 @@ Index: gsoap-2.8.29/configure.ac else AC_MSG_RESULT(no) WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP" -@@ -244,7 +244,7 @@ if test "x$with_openssl" = "xyes"; then +@@ -250,7 +250,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" SAMPLE_INCLUDES= SAMPLE_SSL_LIBS="-lssl -lcrypto -lz" - WSDL2H_SOAP_CPP_LIB="libgsoapssl++.a" + WSDL2H_SOAP_CPP_LIB="libgsoapssl++.la" fi - if test -n "$OPENSSL"; then - WSDL2H_EXTRA_FLAGS="-I${OPENSSL}/include ${WSDL2H_EXTRA_FLAGS}" -@@ -257,7 +257,7 @@ else + if test -n "$ZLIB"; then + WSDL2H_EXTRA_FLAGS="-I${ZLIB}/include ${WSDL2H_EXTRA_FLAGS}" +@@ -269,7 +269,7 @@ else WSDL2H_EXTRA_FLAGS= SAMPLE_SSL_LIBS= SAMPLE_INCLUDES= @@ -52,10 +52,10 @@ Index: gsoap-2.8.29/configure.ac fi AC_SUBST(WSDL2H_EXTRA_FLAGS) AC_SUBST(WSDL2H_EXTRA_LIBS) -Index: gsoap-2.8.29/gsoap/Makefile.am +Index: gsoap-2.8.36/gsoap/Makefile.am =================================================================== ---- gsoap-2.8.29.orig/gsoap/Makefile.am -+++ gsoap-2.8.29/gsoap/Makefile.am +--- gsoap-2.8.36.orig/gsoap/Makefile.am ++++ gsoap-2.8.36/gsoap/Makefile.am @@ -34,20 +34,28 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp dom_cpp.cpp: dom.cpp $(LN_S) -f $(srcdir)/dom.cpp dom_cpp.cpp @@ -98,10 +98,10 @@ Index: gsoap-2.8.29/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.29/gsoap/samples/autotest/Makefile.am +Index: gsoap-2.8.36/gsoap/samples/autotest/Makefile.am =================================================================== ---- gsoap-2.8.29.orig/gsoap/samples/autotest/Makefile.am -+++ gsoap-2.8.29/gsoap/samples/autotest/Makefile.am +--- gsoap-2.8.36.orig/gsoap/samples/autotest/Makefile.am ++++ gsoap-2.8.36/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 @@ -111,10 +111,10 @@ Index: gsoap-2.8.29/gsoap/samples/autotest/Makefile.am $(SOAP_CPP_SRC) : $(WSDLINPUT) $(WSDL) $(WSDL_FLAGS) $(WSDLINPUT) -Index: gsoap-2.8.29/gsoap/samples/databinding/Makefile.am +Index: gsoap-2.8.36/gsoap/samples/databinding/Makefile.am =================================================================== ---- gsoap-2.8.29.orig/gsoap/samples/databinding/Makefile.am -+++ gsoap-2.8.29/gsoap/samples/databinding/Makefile.am +--- gsoap-2.8.36.orig/gsoap/samples/databinding/Makefile.am ++++ gsoap-2.8.36/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 diff --git a/gsoap-2.8.33.tar.xz b/gsoap-2.8.33.tar.xz deleted file mode 100644 index 89da9cc..0000000 --- a/gsoap-2.8.33.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b893c9ccbab45a9441ad105fd0ba2a9e5bc4bfdf03f4ba7b2f59fb61dc3f42c7 -size 8115588 diff --git a/gsoap-2.8.36.tar.xz b/gsoap-2.8.36.tar.xz new file mode 100644 index 0000000..e7c22b3 --- /dev/null +++ b/gsoap-2.8.36.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ec7252cb87def0c6b3aac659ca7f60b36a6a9b0283e00a961e1c1d55fbfd324 +size 19681492 diff --git a/gsoap.changes b/gsoap.changes index 77fedc7..c7ddbc6 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,15 @@ +------------------------------------------------------------------- +Mon Sep 26 23:56:23 UTC 2016 - jengelh@inai.de + +- Update to new upstream release 2.8.36 +* New features include C++ QT type serialization in XML, HTTP + session management, WADL support for wsdl2h (REST XML apps), + updated iOS support and more examples, and WS-Security updates + and fixes. +* Also includes WS-Trust extensible framework with SAML 1.0/2.0 + tokens, PSHA1 algorithm, and an example WS-Trust client and + server to request, create, sign, and verify SAML tokens. + ------------------------------------------------------------------- Mon Jun 20 17:15:13 UTC 2016 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index bdf655b..582aaff 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,15 +17,15 @@ Name: gsoap -%define lname libgsoap-2_8_33 -Version: 2.8.33 +%define lname libgsoap-2_8_36 +Version: 2.8.36 Release: 0 Summary: Toolkit for C/C++ server and client web service applications License: SUSE-GPL-2.0+-with-openssl-exception Group: Development/Libraries/C and C++ Url: http://www.genivia.com/dev.html -#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.33.zip +#DL-URL: http://downloads.sf.net/gsoap2/gsoap_2.8.36.zip Source: gsoap-%version.tar.xz Source2: sanitize_source.sh Patch0: gsoap-automake1_13.diff diff --git a/sanitize_source.sh b/sanitize_source.sh index c4070af..1e8e33a 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.33" +version="2.8.36" shortver="2.8" # agh... wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"