6 Commits

Author SHA1 Message Date
prspkt
6931c02bed
community/gsoap: upgrade to 2.8.80 2019-02-21 14:12:23 +02:00
alpine-mips-patches
88b9ddc27d community/gsoap: make sure to define _GNU_SOURCE
'strtod_l' is guarded by _GNU_SOURCE which gsoap fails to define on
musl and compilation reports warnings like this:

stdsoap2.c:16352:19: warning: implicit declaration of function 'strtod_l'; did you mean 'strtok_r'? [-Wimplicit-function-declaration]
       *p = (float)strtod_l(s, &r, SOAP_LOCALE(soap));
                   ^~~~~~~~
                   strtok_r

On most hard-float systems (x86_64 and mips*hf for sure) this code
will use some random garbage from the integer register.

...and update musl-fixes.patches to cover yet another attempt to
use glibc-style strerror_r() (triggered by _GNU_SOURCE).

The implicitly declared isatty() at soapcpp2_lex.c:1944 is ignored.
2018-12-31 13:59:48 +00:00
prspkt
e390625d44 community/gsoap: upgrade to 2.8.66 2018-04-19 16:00:11 +03:00
Natanael Copa
5ff3c05945 community/gsoap: security upgrade to 2.8.50 (CVE-2017-9765)
fixes #7569
2017-07-24 13:13:37 +00:00
Natanael Copa
7d03a5713b community/gsoap: upgrade to 2.8.45 2017-04-10 12:45:35 +00:00
Carlo Landmeter
556b623c32 testing/gsoap: move to community 2016-08-27 16:02:33 +00:00