aboutsummaryrefslogtreecommitdiffstats
path: root/community/nbd
Commit message (Collapse)AuthorAgeFilesLines
* community/nbd: upgrade to 3.20Leo2019-09-262-21/+3
|
* community/nbd: upgrade to 3.19Leo2019-08-182-9/+8
|
* community/nbd: fix segfault during testsKevin Daudt2019-05-172-2/+19
| | | | | | | | nbd calls freeaddrinfo on a variable that might not have been initialized. This causes segfaults for inetd and unix mode. This was caught by the test suite. Closes GH-7913
* community/nbd: upgrade to 3.18Natanael Copa2018-12-171-3/+3
|
* community/nbd: fix build (bashisms)alpine-mips-patches2018-12-171-1/+2
| | | | | | | | | | | | | | | ./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.
* community: (Bulk change) Update source urls to https using HTTPS EverywhereJ0WI2018-10-061-1/+1
|
* community/nbd: buildtools needs bashCarlo Landmeter2018-07-121-1/+1
|
* community/nbd: add initd netlink and tls supportCarlo Landmeter2018-07-122-6/+16
|
* community/nbd: add checkRoberto Oliveira2018-04-081-1/+6
|
* community/nbd: upgrade to 3.17, clarify licenseprspkt2018-03-201-3/+3
|
* [various]: unify names of licenses according to SPDXJakub Jirutka2017-12-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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/
* community/nbd: upgrade to 3.16.1 and modernize APKBUILDRoberto Oliveira2017-07-181-12/+6
|
* community/nbd: moved from unmaintained and upgraded to 3.14Carlo Landmeter2016-10-141-0/+50