From 2a60fc03c63b1ead2d68f11ce51004656fdda4d3f6dad5d76f0cb9e01d942c48 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Mon, 24 Jul 2017 08:50:19 +0000 Subject: [PATCH 1/3] gsoap-2.8.50 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=103 --- gsoap-2.8.49.tar.xz | 3 --- gsoap-2.8.50.tar.xz | 3 +++ gsoap.changes | 13 +++++++++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 19 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.49.tar.xz create mode 100644 gsoap-2.8.50.tar.xz diff --git a/gsoap-2.8.49.tar.xz b/gsoap-2.8.49.tar.xz deleted file mode 100644 index 38337d8..0000000 --- a/gsoap-2.8.49.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:b322c029674d8f5cf1f88eb3d4a63e15edb539569cfca1cb6bcc850b6505374c -size 19328196 diff --git a/gsoap-2.8.50.tar.xz b/gsoap-2.8.50.tar.xz new file mode 100644 index 0000000..d442f75 --- /dev/null +++ b/gsoap-2.8.50.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00a0f9668c03cac781b7b1985edf04c0bd332b20b694fcc5d46fb36a7262370a +size 19450764 diff --git a/gsoap.changes b/gsoap.changes index fb97e2a..67ee57d 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jul 24 08:30:47 UTC 2017 - jengelh@inai.de + +- Update to new upstream release 2.8.50 + * Added `soap->recv_maxlength` to change the limit on the + length of messages received. Default is 2GB max. Greater + lengths are possible. + * Removed client-side `SOAP_PURE_VIRTUAL` from `copy()` in the + code generated by soapcpp2 for options `-i` and `-j`. + * Updated memory deallocation of `soap_del_xsd__anyAttribute`. + * Updated the callback function signatures of `fpost` and + `fresponse`. + ------------------------------------------------------------------- Thu Jul 13 11:39:49 UTC 2017 - olaf@aepfle.de diff --git a/gsoap.spec b/gsoap.spec index 4fc30a1..9e1b6a8 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_49 -Version: 2.8.49 +%define lname libgsoap-2_8_50 +Version: 2.8.50 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 da207df..bb224be 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.49" +version="2.8.50" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip" From b6df058c37945a38ecc27d54ceba5137f43a77fef5182057323db8d1a4fefbca Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Thu, 27 Jul 2017 13:17:59 +0000 Subject: [PATCH 2/3] - gsoap-01-sharedlibs.diff: add missing libssl link to libgsoapssl OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=104 --- gsoap-01-sharedlibs.diff | 64 +++++++++++++++++++++------------------- gsoap.changes | 5 ++++ 2 files changed, 38 insertions(+), 31 deletions(-) diff --git a/gsoap-01-sharedlibs.diff b/gsoap-01-sharedlibs.diff index 303a9ce..88ac491 100644 --- a/gsoap-01-sharedlibs.diff +++ b/gsoap-01-sharedlibs.diff @@ -5,7 +5,7 @@ build: always use shared libraries --- configure.ac | 10 ++++---- - gsoap/Makefile.am | 38 ++++++++++++++++++++++------------ + gsoap/Makefile.am | 40 ++++++++++++++++++++++------------ gsoap/gsoap++.sym | 1 gsoap/gsoap.sym | 1 gsoap/gsoapck++.sym | 1 @@ -16,12 +16,12 @@ build: always use shared libraries gsoap/gsoapssl.sym | 1 gsoap/samples/autotest/Makefile.am | 2 - gsoap/samples/databinding/Makefile.am | 2 - - 12 files changed, 40 insertions(+), 20 deletions(-) + 12 files changed, 42 insertions(+), 20 deletions(-) -Index: gsoap-2.8.49/configure.ac +Index: gsoap-2.8.50/configure.ac =================================================================== ---- gsoap-2.8.49.orig/configure.ac -+++ gsoap-2.8.49/configure.ac +--- gsoap-2.8.50.orig/configure.ac ++++ gsoap-2.8.50/configure.ac @@ -15,8 +15,8 @@ AM_PROG_CC_C_O AM_PROG_LEX AC_PROG_YACC @@ -60,11 +60,11 @@ Index: gsoap-2.8.49/configure.ac fi AC_SUBST(WSDL2H_EXTRA_FLAGS) AC_SUBST(WSDL2H_EXTRA_LIBS) -Index: gsoap-2.8.49/gsoap/Makefile.am +Index: gsoap-2.8.50/gsoap/Makefile.am =================================================================== ---- gsoap-2.8.49.orig/gsoap/Makefile.am -+++ gsoap-2.8.49/gsoap/Makefile.am -@@ -34,20 +34,32 @@ stdsoap2_ssl_cpp.cpp: stdsoap2.cpp +--- gsoap-2.8.50.orig/gsoap/Makefile.am ++++ gsoap-2.8.50/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 @@ -102,66 +102,68 @@ Index: gsoap-2.8.49/gsoap/Makefile.am +libgsoapssl_la_SOURCES = stdsoap2_ssl.c dom.c +libgsoapssl_la_CFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES +libgsoapssl_la_LDFLAGS = -release ${PACKAGE_VERSION} -Wl,--version-script=gsoapssl.sym ++libgsoapssl_la_LIBADD = ${SAMPLE_SSL_LIBS} +EXTRA_libgsoapssl_la_DEPENDENCIES = gsoapssl.sym +libgsoapssl___la_SOURCES = stdsoap2_ssl_cpp.cpp dom_cpp.cpp +libgsoapssl___la_CXXFLAGS = $(SOAPCPP2_DEBUG) $(SOAPCPP2_NONAMESPACES) $(SOAPCPP2_NO_C_LOCALE) $(SOAPCPP2_IPV6) -D$(platform) $(WSDL2H_EXTRA_FLAGS) -DWITH_DOM -DWITH_COOKIES +libgsoapssl___la_LDFLAGS = -release ${PACKAGE_VERSION} -Wl,--version-script=gsoapssl++.sym ++libgsoapssl___la_LIBADD = ${libgsoapssl_la_LIBADD} +EXTRA_libgsoapssl___la_DEPENDENCIES = gsoapssl++.sym 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.49/gsoap/gsoap++.sym +Index: gsoap-2.8.50/gsoap/gsoap++.sym =================================================================== --- /dev/null -+++ gsoap-2.8.49/gsoap/gsoap++.sym ++++ gsoap-2.8.50/gsoap/gsoap++.sym @@ -0,0 +1 @@ +GSOAPXX { global: *; }; -Index: gsoap-2.8.49/gsoap/gsoap.sym +Index: gsoap-2.8.50/gsoap/gsoap.sym =================================================================== --- /dev/null -+++ gsoap-2.8.49/gsoap/gsoap.sym ++++ gsoap-2.8.50/gsoap/gsoap.sym @@ -0,0 +1 @@ +GSOAP { global: *; }; -Index: gsoap-2.8.49/gsoap/gsoapck++.sym +Index: gsoap-2.8.50/gsoap/gsoapck++.sym =================================================================== --- /dev/null -+++ gsoap-2.8.49/gsoap/gsoapck++.sym ++++ gsoap-2.8.50/gsoap/gsoapck++.sym @@ -0,0 +1 @@ +GSOAPCKXX { global: *; }; -Index: gsoap-2.8.49/gsoap/gsoapck.sym +Index: gsoap-2.8.50/gsoap/gsoapck.sym =================================================================== --- /dev/null -+++ gsoap-2.8.49/gsoap/gsoapck.sym ++++ gsoap-2.8.50/gsoap/gsoapck.sym @@ -0,0 +1 @@ +GSOAPCK { global: *; }; -Index: gsoap-2.8.49/gsoap/gsoapckssl++.sym +Index: gsoap-2.8.50/gsoap/gsoapckssl++.sym =================================================================== --- /dev/null -+++ gsoap-2.8.49/gsoap/gsoapckssl++.sym ++++ gsoap-2.8.50/gsoap/gsoapckssl++.sym @@ -0,0 +1 @@ +GSOAPCKSSLXX { global: *; }; -Index: gsoap-2.8.49/gsoap/gsoapckssl.sym +Index: gsoap-2.8.50/gsoap/gsoapckssl.sym =================================================================== --- /dev/null -+++ gsoap-2.8.49/gsoap/gsoapckssl.sym ++++ gsoap-2.8.50/gsoap/gsoapckssl.sym @@ -0,0 +1 @@ +GSOAPCKSSL { global: *; }; -Index: gsoap-2.8.49/gsoap/gsoapssl++.sym +Index: gsoap-2.8.50/gsoap/gsoapssl++.sym =================================================================== --- /dev/null -+++ gsoap-2.8.49/gsoap/gsoapssl++.sym ++++ gsoap-2.8.50/gsoap/gsoapssl++.sym @@ -0,0 +1 @@ +GSOAPSSLXX { global: *; }; -Index: gsoap-2.8.49/gsoap/gsoapssl.sym +Index: gsoap-2.8.50/gsoap/gsoapssl.sym =================================================================== --- /dev/null -+++ gsoap-2.8.49/gsoap/gsoapssl.sym ++++ gsoap-2.8.50/gsoap/gsoapssl.sym @@ -0,0 +1 @@ +GSOAPSSL { global: *; }; -Index: gsoap-2.8.49/gsoap/samples/autotest/Makefile.am +Index: gsoap-2.8.50/gsoap/samples/autotest/Makefile.am =================================================================== ---- gsoap-2.8.49.orig/gsoap/samples/autotest/Makefile.am -+++ gsoap-2.8.49/gsoap/samples/autotest/Makefile.am +--- gsoap-2.8.50.orig/gsoap/samples/autotest/Makefile.am ++++ gsoap-2.8.50/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 @@ -171,10 +173,10 @@ Index: gsoap-2.8.49/gsoap/samples/autotest/Makefile.am $(SOAP_CPP_SRC) : $(WSDLINPUT) $(WSDL) $(WSDL_FLAGS) $(WSDLINPUT) -Index: gsoap-2.8.49/gsoap/samples/databinding/Makefile.am +Index: gsoap-2.8.50/gsoap/samples/databinding/Makefile.am =================================================================== ---- gsoap-2.8.49.orig/gsoap/samples/databinding/Makefile.am -+++ gsoap-2.8.49/gsoap/samples/databinding/Makefile.am +--- gsoap-2.8.50.orig/gsoap/samples/databinding/Makefile.am ++++ gsoap-2.8.50/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.changes b/gsoap.changes index 67ee57d..8544111 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Jul 27 13:13:31 UTC 2017 - jengelh@inai.de + +- gsoap-01-sharedlibs.diff: add missing libssl link to libgsoapssl + ------------------------------------------------------------------- Mon Jul 24 08:30:47 UTC 2017 - jengelh@inai.de From b7360675bfe827d684e5c0fd92b17724f883f46d36570f3a62ea27df0886219e Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Fri, 28 Jul 2017 19:06:38 +0000 Subject: [PATCH 3/3] gsoap-2.8.51 OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=105 --- gsoap-2.8.50.tar.xz | 3 --- gsoap-2.8.51.tar.xz | 3 +++ gsoap.changes | 6 ++++++ gsoap.spec | 4 ++-- sanitize_source.sh | 2 +- 5 files changed, 12 insertions(+), 6 deletions(-) delete mode 100644 gsoap-2.8.50.tar.xz create mode 100644 gsoap-2.8.51.tar.xz diff --git a/gsoap-2.8.50.tar.xz b/gsoap-2.8.50.tar.xz deleted file mode 100644 index d442f75..0000000 --- a/gsoap-2.8.50.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:00a0f9668c03cac781b7b1985edf04c0bd332b20b694fcc5d46fb36a7262370a -size 19450764 diff --git a/gsoap-2.8.51.tar.xz b/gsoap-2.8.51.tar.xz new file mode 100644 index 0000000..2234b2c --- /dev/null +++ b/gsoap-2.8.51.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5ef6bee517a6ae7bfa2c77ce46ef4e175020c6816146d1623e4d10778d605a6 +size 20200580 diff --git a/gsoap.changes b/gsoap.changes index 8544111..777c25e 100644 --- a/gsoap.changes +++ b/gsoap.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jul 28 18:58:15 UTC 2017 - jengelh@inai.de + +- Update to new upstream 2.8.51 + * Additional checks added to source code for its own robustness. + ------------------------------------------------------------------- Thu Jul 27 13:13:31 UTC 2017 - jengelh@inai.de diff --git a/gsoap.spec b/gsoap.spec index 9e1b6a8..5045336 100644 --- a/gsoap.spec +++ b/gsoap.spec @@ -17,8 +17,8 @@ Name: gsoap -%define lname libgsoap-2_8_50 -Version: 2.8.50 +%define lname libgsoap-2_8_51 +Version: 2.8.51 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 bb224be..6f3a6a1 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.50" +version="2.8.51" shortver="2.8" # agh... if [ ! -e "gsoap_$version.zip" ]; then wget -c "http://downloads.sf.net/gsoap2/gsoap_$version.zip"