From da4a971d72007d6ce6f8c8af5aba87a850384941 Mon Sep 17 00:00:00 2001 From: Rmys Date: Thu, 9 Aug 2018 16:53:33 +0300 Subject: [PATCH] gsoap:ver.bump --- office/misc/gsoap/files/0001-no-xlocale.patch | 41 +++++++++++++++++++ office/misc/gsoap/pspec.xml | 11 ++++- 2 files changed, 50 insertions(+), 2 deletions(-) create mode 100644 office/misc/gsoap/files/0001-no-xlocale.patch diff --git a/office/misc/gsoap/files/0001-no-xlocale.patch b/office/misc/gsoap/files/0001-no-xlocale.patch new file mode 100644 index 0000000000..daa92086d8 --- /dev/null +++ b/office/misc/gsoap/files/0001-no-xlocale.patch @@ -0,0 +1,41 @@ +diff -wbBur gsoap-2.8/gsoap/stdsoap2.h gsoap-2.8.my/gsoap/stdsoap2.h +--- gsoap-2.8/gsoap/stdsoap2.h 2018-03-08 18:45:36.000000000 +0300 ++++ gsoap-2.8.my/gsoap/stdsoap2.h 2018-03-28 15:51:38.342848826 +0300 +@@ -338,7 +338,6 @@ + # define HAVE_MBTOWC + # define HAVE_INTTYPES_H + # define HAVE_LOCALE_H +-# define HAVE_XLOCALE_H + # define HAVE_RANDOM + # elif defined(_AIX43) + # define HAVE_SNPRINTF +@@ -419,7 +418,6 @@ + # define HAVE_ISNAN + # define HAVE_ISINF + # define HAVE_LOCALE_H +-# define HAVE_XLOCALE_H + # define HAVE_RANDOM + # elif defined(__VMS) + # include +@@ -720,11 +718,6 @@ + # endif + #endif + +-/* force inclusion of xlocale.h */ +-#if defined(WITH_INCLUDE_XLOCALE_H) && !defined(HAVE_XLOCALE_H) +-# define HAVE_XLOCALE_H +-#endif +- + #ifdef WITH_C_LOCALE + # include + # if defined(WIN32) && !defined(CYGWIN) +@@ -732,9 +725,6 @@ + # 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))) + # else +-# if defined(HAVE_XLOCALE_H) +-# include +-# endif + # define SOAP_LOCALE_T locale_t + # define SOAP_LOCALE(soap) ((soap)->c_locale ? (soap)->c_locale : ((soap)->c_locale = newlocale(LC_ALL_MASK, "C", NULL))) + # define SOAP_FREELOCALE(soap) (void)((soap)->c_locale && (freelocale((soap)->c_locale), ((soap)->c_locale = NULL))) diff --git a/office/misc/gsoap/pspec.xml b/office/misc/gsoap/pspec.xml index 2fa617dd5e..a1a194cf5f 100644 --- a/office/misc/gsoap/pspec.xml +++ b/office/misc/gsoap/pspec.xml @@ -11,13 +11,13 @@ GPLv2 Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++ The gSOAP toolkit is an extensive suite of portable C and C++ software to develop XML Web services with powerful type-safe XML data bindings. - https://sourceforge.net/projects/gsoap2/files/gsoap-2.8/gsoap_2.8.61.zip + https://sourceforge.net/projects/gsoap2/files/gsoap-2.8/gsoap_2.8.69.zip zlib-devel openssl-devel - + 0001-no-xlocale.patch @@ -53,6 +53,13 @@ + + 2018-08-09 + 2.8.69 + Version Bump + Pisi Linux Community + admin@pisilinux.org + 2018-02-11 2.8.61