gsoap:ver.bump

This commit is contained in:
Rmys
2018-08-09 16:53:33 +03:00
parent c3dace542d
commit da4a971d72
2 changed files with 50 additions and 2 deletions
@@ -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 <ioctl.h>
@@ -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 <locale.h>
# 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 <xlocale.h>
-# 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)))
+9 -2
View File
@@ -11,13 +11,13 @@
<License>GPLv2</License>
<Summary>Offers an XML language binding to ease the development of SOAP/XML Web services in C and C/C++</Summary>
<Description>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.</Description>
<Archive sha1sum="d3c476c8e946b7d3c5ad9e66541294c359520934" type="zip">https://sourceforge.net/projects/gsoap2/files/gsoap-2.8/gsoap_2.8.61.zip</Archive>
<Archive sha1sum="770aa730692f747e9ec472486f17597afb33049a" type="zip">https://sourceforge.net/projects/gsoap2/files/gsoap-2.8/gsoap_2.8.69.zip</Archive>
<BuildDependencies>
<Dependency>zlib-devel</Dependency>
<Dependency>openssl-devel</Dependency>
</BuildDependencies>
<Patches>
<!--<Patch level="1">gsoap-pad.patch</Patch> -->
<Patch level="1">0001-no-xlocale.patch</Patch>
<!--<Patch level="1">gsoap-libtool.patch</Patch> -->
<!--<Patch level="1">gsoap-private-lm.patch</Patch> -->
</Patches>
@@ -53,6 +53,13 @@
</Package>
<History>
<Update release="4">
<Date>2018-08-09</Date>
<Version>2.8.69</Version>
<Comment>Version Bump</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="3">
<Date>2018-02-11</Date>
<Version>2.8.61</Version>