1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
Commit graph

32 commits

Author SHA1 Message Date
Leo
c58af36a6e community/gsoap: upgrade to 2.8.94 2019-10-20 06:51:56 -03:00
Leo
21a5be9552 community/gsoap: upgrade to 2.8.93 2019-09-25 00:28:38 -03:00
Leo
c8d72b9008 community/gsoap: upgrade to 2.8.91 2019-08-17 05:02:46 -03:00
Leo
a4b3316ba2 community/gsoap: upgrade to 2.8.90 2019-08-16 19:21:50 -03:00
Leo
a5b705703b community/gsoap: upgrade to 2.8.89 2019-08-06 07:06:14 -03:00
Leo
170676b6b4 community/gsoap: upgrade to 2.8.88 2019-07-26 02:43:41 -03:00
prspkt
46a92ee5c4
community/gsoap: upgrade to 2.8.82
Remove unused patches
Append -D_GNU_SOURCE CFLAG to resolve implicit declaration warnings
2019-03-15 00:27:18 +02:00
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
Francesco Colista
052f6b9cac community/gsoap: upgrade to 2.8.74 2018-12-26 21:36:37 +00:00
Natanael Copa
0e5ff3262f community/gsoap: rebuild against openssl 1.1 2018-11-07 16:46:13 +00:00
J0WI
0ed5524b74 community: (Bulk change) Update source urls to https using HTTPS Everywhere 2018-10-06 17:10:15 +00:00
Roberto Oliveira
7e0b367fc9 community/gsoap: upgrade to 2.8.70 2018-08-30 12:03:02 +00:00
Roberto Oliveira
c002056052 community/gsoap: upgrade to 2.8.69 2018-07-21 15:13:30 +00:00
Roberto Oliveira
c17138489d community/gsoap: upgrade to 2.8.68 2018-06-30 20:00:25 +00:00
Roberto Oliveira
d34bdff6f1 community/gsoap: upgrade to 2.8.67
remove libressl patch that is already applied upstream
2018-06-24 10:11:44 +00:00
prspkt
5160e626af community/gsoap: improve abuild 2018-04-19 16:00:12 +03:00
prspkt
e390625d44 community/gsoap: upgrade to 2.8.66 2018-04-19 16:00:11 +03:00
Natanael Copa
a6863d9019 community/gsoap: rebuild against libressl-2.7 2018-04-06 05:19:28 +00:00
prspkt
64d260ad1b community/gsoap: upgrade to 2.8.65, clarify license 2018-03-09 16:34:44 +00:00
Roberto Oliveira
60321124af community/gsoap: upgrade to 2.8.59 2018-01-15 00:37:07 +00:00
Jakub Jirutka
63f5e7d295 [various]: unify names of licenses according to SPDX
This commit updates $license variable in all APKBUILDs to comply with
short names specified by SPDX version 3.0 [1] where possible. It was
done using find-and-replace method on substrings inside $license
variables.

Only license names were updated, not "expressions" specifying relation
between the licenses (e.g. "X and Y", "X or Y", "X and (Y or Z)") or
exceptions (e.g. "X with exceptions").

Many licenses have a version or multiple variants, e.g. MPL-2.0,
BSD-2-Clause, BSD-3-Clause. However, $license in many aports do not
contain license version or variant. Since there's no way how to infer
this information just from abuild, it were left without the variant
suffix or version, i.e. non SPDX compliant.

GNU licenses (AGPL, GFDL, GPL, LGPL) are especially complicated. They
exist in two variants: -only (formerly e.g. GPL-2.0) and -or-later
(formerly e.g. GPL-2.0+). We did not systematically noted distinguish
between these variants, so GPL-2.0, GPL2, GPLv2 etc. may mean
GPL-2.0-only or GPL-2.0-or-later. Thus GNU licenses without "+" (e.g.
GPL2+) were left without the variant suffix, i.e. non SPDX compliant.

Note: This commit just fixes format of the license names, no
verification has been done if the specified license information is
actually correct!

[1]: https://spdx.org/licenses/
2017-12-30 21:05:50 +01:00
Roberto Oliveira
abcb8687bd community/gsoap: upgrade to 2.8.55 and modernize 2017-12-07 17:15:45 +00:00
Natanael Copa
ea2ed97d19 community/gsoap: rebuild against libressl-2.6 2017-11-09 19:58:38 +00:00
Roberto Oliveira
27c1843c4c community/gsoap: upgrade to 2.8.54 2017-09-17 21:14:31 +00:00
Natanael Copa
ae3ba48afb community/gsoap: upgrade to 2.8.51 2017-08-04 16:15:02 +00: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
41f7c859ed community/gsoap: rebuild against libressl 2.5 2017-04-18 20:45:36 +00:00
Natanael Copa
7d03a5713b community/gsoap: upgrade to 2.8.45 2017-04-10 12:45:35 +00:00
Natanael Copa
0bd907c304 community/gsoap: rebuild against libressl 2016-10-10 12:04:38 +00:00
Natanael Copa
9c4e9b365c community/gsoap: upgrade to 2.8.36 2016-09-23 10:11:06 +00:00
Carlo Landmeter
556b623c32 testing/gsoap: move to community 2016-08-27 16:02:33 +00:00