aboutsummaryrefslogtreecommitdiffstats
path: root/main/open-iscsi
Commit message (Collapse)AuthorAgeFilesLines
* [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/
* main/open-iscsi: upgrade to 2.0.874Leonardo Arena2017-05-253-63/+114
|
* main/open-iscsi: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/open-iscsi: build fix aarch64Carlo Landmeter2016-08-131-1/+1
|
* main/open-iscsi: use builddir and default_prepareBartłomiej Piotrowski2016-08-011-9/+5
|
* main/open-iscsi: musl fix, second tryJann - Ove Risvik2016-08-013-14/+332
| | | | fixes bug #4802. added default config file
* main/open-iscsi: musl fix for error handling. fixes bug #4802Jann - Ove Risvik2016-07-082-4/+28
| | | | | | | | | | Fixes bug #4802: http://bugs.alpinelinux.org/issues/4802 Seems like iscsiadm relies on checking optopt for checking if there's an error, instead of checking whether opterr is set or if getopt returns '?' and then using optopt to retrieve the option that it didn't recognize. For some reason musl sets optopt to the last option parsed even if it was valid. Is musl supposed to do that? glibc doesn't behave this way. The posix standard for getopt also reads like optopt is only supposed to be set when there's an error. (Only when I was looking for what to put in the email subject line, after I figured it all out did I notice that Brian Angus already submitted a fix earlier. Figured I'd sent this one anyway; that fix removes error output when presented with actual unrecognised arguments.)
* main/open-iscsi: fixed source urlFrancesco Colista2016-04-251-1/+1
|
* don't prefix GPL version number with a dashSören Tempel2015-10-031-1/+1
| | | | | This conforms to wiki documentation regarding package creation: http://wiki.alpinelinux.org/wiki/Creating_an_Alpine_package#license
* main/open-iscsi: add linux-headersCarlo Landmeter2015-04-281-1/+1
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/open-iscsi: fix build on muslNatanael Copa2014-07-082-2/+44
|
* Revert "main/open-iscsi: removed"Natanael Copa2014-07-083-0/+191
| | | | | | we still need open-iscsi for the initiator This reverts commit 570661a829deb7f4de4b62e5379a424acb2ed9e2.
* main/open-iscsi: removedNatanael Copa2014-05-153-191/+0
| | | | standard is now LIO and targetcli
* main/open-iscsi: don't report error when no targets are configured. Fixes #1526Leonardo Arena2013-06-042-2/+12
|
* main/open-iscsi: upgrade to 2.0.873Natanael Copa2012-08-201-4/+4
|
* main/open-iscsi: restore packageLeonardo Arena2012-04-183-0/+181
| | | | | This reverts commit bdeb1544255f85ed635bf584636808c45a1abad5. Newer kernels merged open-iscsi module. We need the userland utils back.
* main/open-iscsi*: removedNatanael Copa2012-01-243-181/+0
| | | | We will switch to linux-iscsi.org
* Replace opts= in various init.d scripts. Fixes #940Leonardo Arena2012-01-192-3/+3
|
* APKBUILDs email updateLeonardo Arena2011-11-221-1/+1
|
* main/open-iscsi: do not unload kernel modules when stopping serviceNatanael Copa2011-05-232-6/+6
| | | | ref #653
* main: mass-rebuild of packages missing arch in .PKGINFONatanael Copa2011-03-311-1/+1
| | | | this is needed for apk-tools-2.1 migration
* Set all packages with arch="x86 x86_64" to arch="all".William Pitcock2011-01-131-1/+1
|
* main/*: add archNatanael Copa2010-12-131-0/+1
|
* main/open-iscsi: build fixNatanael Copa2010-10-261-1/+1
| | | | needs openssl-dev
* main/open-iscsi*: upgrade to 2.0-872Natanael Copa2010-10-263-77/+7
|
* main/open-iscsi*: moved to mainLeonardo Arena2010-06-165-0/+250