Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | community/gsoap: upgrade to 2.8.82 | prspkt | 2019-03-15 | 1 | -45/+0 |
| | | | | | Remove unused patches Append -D_GNU_SOURCE CFLAG to resolve implicit declaration warnings | ||||
* | community/gsoap: upgrade to 2.8.80 | prspkt | 2019-02-21 | 1 | -20/+32 |
| | |||||
* | community/gsoap: make sure to define _GNU_SOURCE | alpine-mips-patches | 2018-12-31 | 1 | -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.66 | prspkt | 2018-04-19 | 1 | -6/+2 |
| | |||||
* | community/gsoap: security upgrade to 2.8.50 (CVE-2017-9765) | Natanael Copa | 2017-07-24 | 1 | -15/+10 |
| | | | | fixes #7569 | ||||
* | community/gsoap: upgrade to 2.8.45 | Natanael Copa | 2017-04-10 | 1 | -4/+13 |
| | |||||
* | testing/gsoap: move to community | Carlo Landmeter | 2016-08-27 | 1 | -0/+22 |