- Update to new upstream release 2.8.75
OBS-URL: https://build.opensuse.org/package/show/devel:libraries:c_c++/gsoap?expand=0&rev=150
This commit is contained in:
parent
075e53de1d
commit
8ab2b11d71
@ -1,18 +1,15 @@
|
|||||||
---
|
---
|
||||||
Makefile.am | 9 +++++++--
|
Makefile.am | 7 ++++++-
|
||||||
configure.ac | 36 +++++++++++++++++++++---------------
|
configure.ac | 36 +++++++++++++++++++++---------------
|
||||||
gsoap/stdsoap2.h | 38 +++++++++++++++++---------------------
|
gsoap/stdsoap2.h | 40 +++++++++++++++++-----------------------
|
||||||
3 files changed, 45 insertions(+), 38 deletions(-)
|
3 files changed, 44 insertions(+), 39 deletions(-)
|
||||||
|
|
||||||
Index: gsoap-2.8.73/Makefile.am
|
Index: gsoap-2.8.75/Makefile.am
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.73.orig/Makefile.am
|
--- gsoap-2.8.75.orig/Makefile.am
|
||||||
+++ gsoap-2.8.73/Makefile.am
|
+++ gsoap-2.8.75/Makefile.am
|
||||||
@@ -1,9 +1,9 @@
|
@@ -3,7 +3,7 @@
|
||||||
####### This is the input file for automake, which will generate Makefile.in ##########
|
SUBDIRS = . gsoap
|
||||||
|
|
||||||
-SUBDIRS = gsoap
|
|
||||||
+SUBDIRS = . gsoap
|
|
||||||
CLEANFILES = *~
|
CLEANFILES = *~
|
||||||
VERYVERYCLEANFILES = *~ configure Makefile.in compile config.guess config.sub config.log autoscan.log \
|
VERYVERYCLEANFILES = *~ configure Makefile.in compile config.guess config.sub config.log autoscan.log \
|
||||||
-depcomp install-sh missing mkinstalldirs stamp-h.in config.h.in \
|
-depcomp install-sh missing mkinstalldirs stamp-h.in config.h.in \
|
||||||
@ -29,10 +26,10 @@ Index: gsoap-2.8.73/Makefile.am
|
|||||||
+
|
+
|
||||||
+gsoap_config.h: config.h
|
+gsoap_config.h: config.h
|
||||||
+ grep GSOAP_WITH_ $^ >$@
|
+ grep GSOAP_WITH_ $^ >$@
|
||||||
Index: gsoap-2.8.73/configure.ac
|
Index: gsoap-2.8.75/configure.ac
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.73.orig/configure.ac
|
--- gsoap-2.8.75.orig/configure.ac
|
||||||
+++ gsoap-2.8.73/configure.ac
|
+++ gsoap-2.8.75/configure.ac
|
||||||
@@ -92,6 +92,13 @@ esac
|
@@ -92,6 +92,13 @@ esac
|
||||||
AC_SUBST(SAMPLE_EXTRA_LIBS)
|
AC_SUBST(SAMPLE_EXTRA_LIBS)
|
||||||
AC_SUBST(platform)
|
AC_SUBST(platform)
|
||||||
@ -104,31 +101,33 @@ Index: gsoap-2.8.73/configure.ac
|
|||||||
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
WSDL2H_EXTRA_FLAGS="-DWITH_OPENSSL -DWITH_GZIP"
|
||||||
# compile with wsdl2h when OPENSSL is available
|
# compile with wsdl2h when OPENSSL is available
|
||||||
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lssl -lcrypto -lz"
|
WSDL2H_EXTRA_LIBS="${WSDL2H_EXTRA_LIBS} -lssl -lcrypto -lz"
|
||||||
Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
Index: gsoap-2.8.75/gsoap/stdsoap2.h
|
||||||
===================================================================
|
===================================================================
|
||||||
--- gsoap-2.8.73.orig/gsoap/stdsoap2.h
|
--- gsoap-2.8.75.orig/gsoap/stdsoap2.h
|
||||||
+++ gsoap-2.8.73/gsoap/stdsoap2.h
|
+++ gsoap-2.8.75/gsoap/stdsoap2.h
|
||||||
@@ -54,6 +54,7 @@ A commercial use license is available fr
|
@@ -54,6 +54,7 @@ A commercial use license is available fr
|
||||||
|
|
||||||
#define GSOAP_VERSION 20874
|
#define GSOAP_VERSION 20875
|
||||||
|
|
||||||
+#include "gsoap_config.h"
|
+#include "gsoap_config.h"
|
||||||
#ifdef WITH_SOAPDEFS_H
|
#ifdef WITH_SOAPDEFS_H
|
||||||
# include "soapdefs.h" /* include user-defined stuff in soapdefs.h */
|
# include "soapdefs.h" /* include user-defined stuff in soapdefs.h */
|
||||||
#endif
|
#endif
|
||||||
@@ -702,11 +703,6 @@ extern intmax_t __strtoull(const char*,
|
@@ -704,13 +705,6 @@ extern intmax_t __strtoull(const char*,
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
-/* force inclusion of xlocale.h */
|
-/* force inclusion of xlocale.h when WITH_INCLUDE_XLOCALE_H is defined by the user for systems that require xlocale.h */
|
||||||
-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H)
|
-#ifdef WITH_INCLUDE_XLOCALE_H
|
||||||
|
-# ifndef HAVE_XLOCALE_H
|
||||||
-# define HAVE_XLOCALE_H
|
-# define HAVE_XLOCALE_H
|
||||||
-# endif
|
-# endif
|
||||||
|
-#endif
|
||||||
-
|
-
|
||||||
#ifdef WITH_C_LOCALE
|
#ifdef WITH_C_LOCALE
|
||||||
# include <locale.h>
|
# include <locale.h>
|
||||||
# if defined(WIN32) && !defined(CYGWIN)
|
# if defined(WIN32) && !defined(CYGWIN)
|
||||||
@@ -714,7 +710,7 @@ extern intmax_t __strtoull(const char*,
|
@@ -718,7 +712,7 @@ extern intmax_t __strtoull(const char*,
|
||||||
# define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : ((soap)->c_locale = _create_locale(LC_ALL, "C")))
|
# define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : ((soap)->c_locale = _create_locale(LC_ALL, "C")))
|
||||||
# define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && (_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
|
# define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && (_free_locale((soap)->c_locale), ((soap)->c_locale = NULL)))
|
||||||
# else
|
# else
|
||||||
@ -137,7 +136,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
# include <xlocale.h>
|
# include <xlocale.h>
|
||||||
# endif
|
# endif
|
||||||
# define SOAP_LOCALE_T locale_t
|
# define SOAP_LOCALE_T locale_t
|
||||||
@@ -871,9 +867,9 @@ extern intmax_t __strtoull(const char*,
|
@@ -875,9 +869,9 @@ extern intmax_t __strtoull(const char*,
|
||||||
# undef WITH_SELF_PIPE
|
# undef WITH_SELF_PIPE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -150,7 +149,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -894,7 +890,7 @@ extern intmax_t __strtoull(const char*,
|
@@ -898,7 +892,7 @@ extern intmax_t __strtoull(const char*,
|
||||||
// # define _WSPIAPI_COUNTOF // DEV NOTE: enble to fix problems with VC6
|
// # define _WSPIAPI_COUNTOF // DEV NOTE: enble to fix problems with VC6
|
||||||
// # include <wspiapi.h>
|
// # include <wspiapi.h>
|
||||||
# include <ws2spi.h> // DEV NOTE: replaces older wspiapi.h above
|
# include <ws2spi.h> // DEV NOTE: replaces older wspiapi.h above
|
||||||
@ -159,7 +158,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
# define SOAP_GAI_STRERROR gai_strerrorA
|
# define SOAP_GAI_STRERROR gai_strerrorA
|
||||||
# endif
|
# endif
|
||||||
#else
|
#else
|
||||||
@@ -918,12 +914,12 @@ extern intmax_t __strtoull(const char*,
|
@@ -922,12 +916,12 @@ extern intmax_t __strtoull(const char*,
|
||||||
# include <fcgi_stdio.h>
|
# include <fcgi_stdio.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -174,7 +173,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
# define OPENSSL_NO_KRB5
|
# define OPENSSL_NO_KRB5
|
||||||
# include <openssl/bio.h>
|
# include <openssl/bio.h>
|
||||||
# include <openssl/err.h>
|
# include <openssl/err.h>
|
||||||
@@ -940,7 +936,7 @@ extern intmax_t __strtoull(const char*,
|
@@ -944,7 +938,7 @@ extern intmax_t __strtoull(const char*,
|
||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -183,7 +182,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
# include <gnutls/gnutls.h>
|
# include <gnutls/gnutls.h>
|
||||||
# include <gnutls/x509.h>
|
# include <gnutls/x509.h>
|
||||||
# if GNUTLS_VERSION_NUMBER < 0x020b00
|
# if GNUTLS_VERSION_NUMBER < 0x020b00
|
||||||
@@ -958,9 +954,9 @@ extern intmax_t __strtoull(const char*,
|
@@ -962,9 +956,9 @@ extern intmax_t __strtoull(const char*,
|
||||||
# include <gskssl.h>
|
# include <gskssl.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -196,7 +195,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
# endif
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -970,7 +966,7 @@ extern intmax_t __strtoull(const char*,
|
@@ -974,7 +968,7 @@ extern intmax_t __strtoull(const char*,
|
||||||
# define SOAP_STRCMP strcmp /* case sensitive XML element/attribute names */
|
# define SOAP_STRCMP strcmp /* case sensitive XML element/attribute names */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@ -205,7 +204,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
# include <zlib.h>
|
# include <zlib.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
@@ -2925,7 +2921,7 @@ struct SOAP_CMAC soap
|
@@ -2929,7 +2923,7 @@ struct SOAP_CMAC soap
|
||||||
} peer; /* set by soap_connect/soap_accept and by UDP recv */
|
} peer; /* set by soap_connect/soap_accept and by UDP recv */
|
||||||
size_t peerlen;
|
size_t peerlen;
|
||||||
#endif
|
#endif
|
||||||
@ -214,7 +213,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
int (*fsslauth)(struct soap*);
|
int (*fsslauth)(struct soap*);
|
||||||
int (*fsslverify)(int, X509_STORE_CTX*);
|
int (*fsslverify)(int, X509_STORE_CTX*);
|
||||||
BIO *bio;
|
BIO *bio;
|
||||||
@@ -2934,7 +2930,7 @@ struct SOAP_CMAC soap
|
@@ -2938,7 +2932,7 @@ struct SOAP_CMAC soap
|
||||||
SSL_SESSION *session;
|
SSL_SESSION *session;
|
||||||
const char *dhfile;
|
const char *dhfile;
|
||||||
const char *randfile;
|
const char *randfile;
|
||||||
@ -223,7 +222,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
int (*fsslauth)(struct soap*);
|
int (*fsslauth)(struct soap*);
|
||||||
void *fsslverify;
|
void *fsslverify;
|
||||||
gnutls_certificate_credentials_t xcred; /* cert pointer */
|
gnutls_certificate_credentials_t xcred; /* cert pointer */
|
||||||
@@ -2976,7 +2972,7 @@ struct SOAP_CMAC soap
|
@@ -2980,7 +2974,7 @@ struct SOAP_CMAC soap
|
||||||
#else
|
#else
|
||||||
void *c_locale;
|
void *c_locale;
|
||||||
#endif
|
#endif
|
||||||
@ -232,7 +231,7 @@ Index: gsoap-2.8.73/gsoap/stdsoap2.h
|
|||||||
z_stream *d_stream; /* decompression stream */
|
z_stream *d_stream; /* decompression stream */
|
||||||
uLong z_crc; /* internal gzip crc */
|
uLong z_crc; /* internal gzip crc */
|
||||||
#else
|
#else
|
||||||
@@ -3122,7 +3118,7 @@ soap_wchar soap_get1(struct soap*);
|
@@ -3126,7 +3120,7 @@ soap_wchar soap_get1(struct soap*);
|
||||||
SOAP_FMAC1 ULONG64 SOAP_FMAC2 soap_strtoull(const char*, char**, int);
|
SOAP_FMAC1 ULONG64 SOAP_FMAC2 soap_strtoull(const char*, char**, int);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:068bb2bdc73089826b13afd025275211089387559a79dfa1e4e6c9dce2e4446a
|
|
||||||
size 16121864
|
|
3
gsoap-2.8.75.tar.xz
Normal file
3
gsoap-2.8.75.tar.xz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:01ab8a5d625c55343b977a7c7ae9c35ff5efed73b9e1c9c1224a3de1245d3afa
|
||||||
|
size 16054784
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Sat Jan 19 10:11:53 UTC 2019 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to new upstream release 2.8.75
|
||||||
|
* Added wsdl2h option `-F` to add transient pointer members to
|
||||||
|
structs to simulate type derivation with structs in C.
|
||||||
|
* Added wsdl2h option `-L` to generate less documentation in
|
||||||
|
interface header files.
|
||||||
|
* Added `WITH_NOEMPTYNAMESPACES` compile-time flag to disable
|
||||||
|
`xmlns=""`, this is intended for backward compatibility with
|
||||||
|
old XML parsers and old gSOAP versions that do not support
|
||||||
|
`xmlns=""` empty default namespaces.
|
||||||
|
* Updated wsdl2h option `-D` to make attributes with fixed
|
||||||
|
values pointer members in structs and classes, not just
|
||||||
|
attributes with default values.
|
||||||
|
* Updated wsdl2h option `-f` to flatten C++ class hierarchy by
|
||||||
|
removing inheritance. This option removes support for type
|
||||||
|
derivation with `xsi:type` in XML.
|
||||||
|
* Updated soapcpp2 to split up the `soap_call_ns__webmethod`
|
||||||
|
functions into new `soap_send_ns__webmethod` and
|
||||||
|
`soap_recv_ns__webmethod` functions called by
|
||||||
|
`soap_call_ns__webmethod`. The new functions can be used for
|
||||||
|
asynchronous messaging.
|
||||||
|
* Updated soapcpp2 option `-j` to call `destroy()` in
|
||||||
|
destructor to deallocate managed heap data.
|
||||||
|
* Updated call to OpenSSL `ERR_remove_state` (deprecated) by
|
||||||
|
`ERR_remove_thread_state`.
|
||||||
|
* Fixed a bug in HTTP cookie handling by the engine. HTTP
|
||||||
|
cookies are disabled by default, but enabled with the
|
||||||
|
`-DWITH_COOKIES` compile-time flag or when using the C/C++
|
||||||
|
`libgsoapck`/`libgsoapck++` and `libgsoapssl`/`libgsoapssl++`
|
||||||
|
libraries.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Dec 19 10:14:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
Wed Dec 19 10:14:23 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package gsoap
|
# spec file for package gsoap
|
||||||
#
|
#
|
||||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -17,8 +17,8 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: gsoap
|
Name: gsoap
|
||||||
%define lname libgsoap-2_8_74
|
%define lname libgsoap-2_8_75
|
||||||
Version: 2.8.74
|
Version: 2.8.75
|
||||||
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
|
||||||
|
@ -13,7 +13,7 @@ if ! which hardlink >/dev/null; then
|
|||||||
exit 1;
|
exit 1;
|
||||||
fi;
|
fi;
|
||||||
|
|
||||||
version="2.8.74"
|
version="2.8.75"
|
||||||
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user