10 Commits

Author SHA1 Message Date
Natanael Copa
1bb10be828 community/nbd: upgrade to 3.18 2018-12-17 17:21:27 +00:00
alpine-mips-patches
fa97962a29 community/nbd: fix build (bashisms)
./configure tries to update CFLAGS/LIBS with LIBNL3_CFLAGS/LIBS using '+=':

checking for LIBNL3... yes
./configure: line 14545: CFLAGS+= -I/usr/include/libnl3 : not found
./configure: line 14546: LIBS+= -lnl-genl-3 -lnl-3 : not found

so later build fails without proper libnl3 flags:

nbd-client.c:51:10: fatal error: netlink/netlink.h: No such file or directory
 #include <netlink/netlink.h>

nbd-3.18 suffers from the same problem.
2018-12-17 12:41:33 +00:00
J0WI
0ed5524b74 community: (Bulk change) Update source urls to https using HTTPS Everywhere 2018-10-06 17:10:15 +00:00
Carlo Landmeter
07cd9f6674 community/nbd: buildtools needs bash 2018-07-12 10:50:27 +00:00
Carlo Landmeter
3b13b975fd community/nbd: add initd netlink and tls support 2018-07-12 08:55:48 +00:00
Roberto Oliveira
eb9ee7a833 community/nbd: add check 2018-04-08 13:32:56 +00:00
prspkt
dcad8c884f community/nbd: upgrade to 3.17, clarify license 2018-03-20 11:12:08 +01: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
a33c270c6a community/nbd: upgrade to 3.16.1 and modernize APKBUILD 2017-07-18 07:34:23 +00:00
Carlo Landmeter
f3c3150e63 community/nbd: moved from unmaintained and upgraded to 3.14 2016-10-14 14:20:12 +02:00