aboutsummaryrefslogtreecommitdiffstats
path: root/main/cryptsetup
Commit message (Collapse)AuthorAgeFilesLines
* main/cryptsetup: upgrade to 2.3.2Leo2020-04-301-7/+3
|
* main/cryptsetup: rebuild for json-c 0.14Leo2020-04-231-1/+5
|
* main/*: remove invalid options and modernizeLeo2020-03-141-1/+0
|
* main/cryptsetup: upgrade to 2.3.1Leo2020-03-121-2/+2
|
* main/cryptsetup: upgrade to 2.3.0Leo2020-02-031-5/+2
|
* main/cryptsetup: upgrade to 2.2.2prspkt2019-11-051-2/+2
|
* main/cryptsetup: upgrade to 2.2.1Leo2019-09-101-2/+2
|
* main/cryptsetup: upgrade to 2.2.0Leo2019-08-191-6/+4
|
* main/cryptsetup: upgrade to 2.1.0Sören Tempel2019-05-072-9/+10
|
* main/cryptsetup: upgrade to 2.0.6Francesco Colista2018-12-251-3/+3
|
* main/cryptsetup: rebuild against openssl 1.1Natanael Copa2018-11-071-2/+2
|
* main/cryptsetup: added -openrc subpackageFrancesco Colista2018-10-031-3/+2
|
* main/cryptsetup: upgrade to 2.0.4J0WI2018-10-032-18/+3
|
* main/[various]: properly rebuild against json-c-0.13Natanael Copa2018-04-191-1/+1
|
* main/cryptsetup: rebuild against json-c-0.13Natanael Copa2018-04-191-1/+1
|
* main/cryptsetup: rebuild against libressl-2.7Natanael Copa2018-04-062-1/+16
|
* main/cryptsetup: upgrade to 2.0.2Sören Tempel2018-03-081-3/+3
|
* main/cryptsetup: add bash to checkdepend to avoid test not found errorsMike Sullivan2018-03-011-2/+2
|
* main/cryptsetup: Add testsA. Wilcox2018-02-261-0/+7
|
* main/cryptsetup: upgrade to 2.0.1Sören Tempel2018-02-061-5/+4
| | | | | Also remove the --with-luks2-lock-path configure option since `/run/cryptsetup` is now the default.
* main/cryptsetup: depend on argon2Sören Tempel2018-01-241-2/+4
| | | | Upstream highly recommends this.
* main/cryptsetup: upgrade to 2.0.0Sören Tempel2018-01-241-9/+11
|
* [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/cryptsetup: rebuild against libressl-2.6Natanael Copa2017-11-091-1/+1
|
* main/cryptsetup: upgrade to 1.7.5, modernize APKBUILDSören Tempel2017-05-021-11/+12
|
* main/cryptsetup: rebuild against libressl 2.5Natanael Copa2017-04-181-1/+1
|
* main/cryptsetup: upgrade to 1.7.4Sören Tempel2017-03-182-62/+6
|
* main/cryptsetup: fix fd leak to child processesNatanael Copa2017-01-112-1/+40
|
* main/cryptsetup: rebuild against libresslNatanael Copa2016-10-101-2/+2
|
* main/cryptsetup: support cross buildingTimo Teräs2016-07-131-1/+3
|
* main/cryptsetup: upgrade to 1.7.2Natanael Copa2016-06-241-4/+4
|
* main/cryptsetup: upgrade to 1.7.1Carlo Landmeter2016-03-011-5/+5
|
* main/cryptsetup: use newest dmcrypt service version from gentooSören Tempel2016-01-083-83/+86
| | | | The findfs change has been reapplied.
* main/cryptsetup: new upstream version 1.7.0Christian Kampka2015-11-121-4/+4
|
* main/cryptsetup: upgrade to 1.6.8Eivind Uggedal2015-09-171-5/+5
|
* Do not delete *.la files manuallyBartłomiej Piotrowski2015-09-101-1/+0
| | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified.
* main/cryptsetup: update upstream urlSamantha Baldwin2015-08-101-1/+1
|
* main/cryptsetup: Replace blkid with findfs in init.d scriptSamantha Baldwin2015-08-062-6/+5
| | | | blkid -U does not work on default alpine.
* main/cryptsetup: update to 1.6.7Stuart Cardall2015-06-242-32/+5
|
* main/*: replace all sbin/runscript with sbin/openrc-runNatanael Copa2015-04-282-5/+5
|
* main/*: remove !libiconv-dev from makedependsNatanael Copa2015-04-091-1/+1
|
* main/cryptsetup: fix segfault in error reportingNatanael Copa2014-12-182-1/+28
| | | | | | | | | Problem is that strerror_r in glibc is non-conformat with POSIX. ref #3470 reported upstream: https://code.google.com/p/cryptsetup/issues/detail?id=237
* main/cryptsetup: make sure we flush stdout when prompting userNatanael Copa2014-10-242-1/+22
| | | | ref #3471
* main/cryptsetup: add support for dmcrypt at bootRoger Newman2014-10-083-4/+466
|
* main/cryptsetup: upgrade to 1.6.6Natanael Copa2014-09-262-157/+5
|
* main/cryptsetup: fix issue with tmpfs and O_DIRECTNatanael Copa2014-08-082-5/+167
| | | | | | patch from upstream. fixes #3281
* main/cryptsetup: upgrade to 1.6.5Natanael Copa2014-07-211-4/+4
|
* main/cryptsetup: upgrade to 1.6.3Fabian Affolter2014-03-031-4/+5
|
* main/cryptsetup: upgrade to 1.6.4Natanael Copa2014-03-031-5/+5
|
* main/cryptsetup: upgrade to 1.6.3Bartłomiej Piotrowski2013-12-261-5/+5
|