aboutsummaryrefslogtreecommitdiffstats
path: root/community/gsoap/musl-fixes.patch
Commit message (Collapse)AuthorAgeFilesLines
* community/gsoap: make sure to define _GNU_SOURCEalpine-mips-patches2018-12-311-2/+13
| | | | | | | | | | | | | | | | | | '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.
* community/gsoap: upgrade to 2.8.66prspkt2018-04-191-6/+2
|
* community/gsoap: security upgrade to 2.8.50 (CVE-2017-9765)Natanael Copa2017-07-241-15/+10
| | | | fixes #7569
* community/gsoap: upgrade to 2.8.45Natanael Copa2017-04-101-4/+13
|
* testing/gsoap: move to communityCarlo Landmeter2016-08-271-0/+22