15 Commits

Author SHA1 Message Date
alpine-mips-patches
18aa08c946 community/libreswan: do not use local copy of CERT_CompareAVA
As lib/libswan/nss_copies.c says:

/*
 * The NSS function CERT_CompareAVA() appears in the NSS header files,
 * but the library does not actually export the function. This is a copy
 * of that function until upstream NSS is fixed and the fix available in
 * the common Linux distributions. This workaround is enabled using
 * NSS_REQ_AVA_COPY=true
 *
 * See also:
 * https://bugzilla.mozilla.org/show_bug.cgi?id=1336487
 * https://bugzilla.mozilla.org/show_bug.cgi?id=294538
 */

So disable the work-around on Alpine since main/nss is new enough. This
is also a build fix for mips* as nss_copies.c expects that libc provides
<sgidefs.h> in the standard location.
2018-12-19 12:37:21 +00:00
Timo Teräs
3ffc1416f4 community/libreswan: fix another inclusion of limits.h 2018-11-12 11:01:39 +02:00
Timo Teräs
78b96c7dc8 community/libreswan: fix inclusion of limits.h 2018-11-12 09:39:57 +02:00
J0WI
39fbd1698b community/libreswan: upgrade to 3.27 2018-11-12 07:30:01 +00:00
Leonardo Arena
89f0c687bb community/libreswan: rebuild against nss-3.38 2018-07-11 10:34:36 +00:00
mksully22
c1161bf25b community/libreswan: fix build break because of missing ldns-dev dependancy 2018-05-23 21:48:02 +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
Timo Teräs
526f9e64d4 community/libreswan: upstream suggested HOST_NAME_MAX fix, remove $depends_dev 2017-08-15 09:13:40 +03:00
Timo Teräs
85807c16d3 community/libreswan: fix HOST_NAME_MAX
fix build failure on ppc64le
2017-08-14 12:01:10 +00:00
Timo Teräs
bf869cf6f5 community/libreswan: upgrade to 3.21 2017-08-14 10:33:58 +00:00
Timo Teräs
7c1000dda1 community/libreswan: upgrade to 3.20 2017-03-23 08:47:17 +02:00
William Pitcock
5cf371ba43 community: trigger rebuilds against nss-dev 2017-03-23 04:03:50 +00:00
Natanael Copa
2132005fc3 community/libreswan: rebuild against new libevent 2017-02-07 11:47:57 +00:00
Timo Teräs
30a65be350 community/libreswan: upgrade to 3.19 2017-01-16 08:54:05 +02:00
Timo Teräs
db00a3ff61 community/libreswan: revive from unmaintained, upgrade to 3.18 2016-10-10 20:58:41 +03:00