summaryrefslogtreecommitdiff
path: root/main/cryptsetup
AgeCommit message (Collapse)Author
2023-07-08main/cryptsetup: support bitlocker in openrcEdd Salkield
2023-06-20main/cryptsetup: fixup man pages which use the .so directiveSören Tempel
The crpytsetup-doc package ships several man page which just consist of an `.so` directive for referring to another man page. This directive is not supported by mandoc [1]. As such, opening man pages such as `cryptsetup-create(8)` does not work presently. The recommended solution by upstream is to replace such man pages with a symlink. This commits adds a shell oneliner which does exactly that. [1]: https://inbox.vuxu.org/mandoc-tech/20101024194129.GJ20876@iris.usta.de/#r
2023-06-18main/cryptsetup: update openssl exception licenseKevin Daudt
spdx 3.21 introduced cryptsetup-OpenSSL-exception, so use it instead lf the generic OpenSSL-Exception.
2023-05-25main/cryptsetup: also read post_mount from confdpsykose
closes #13891
2023-05-15*/*: rebuild misc for gcc13psykose
2023-04-11main/*: rebuild for dt_relr changepsykose
2023-03-03main/cryptsetup: unbreak bootstrappsykose
one day i will fix these liblto_plugins in the crossroot
2023-02-28main/cryptsetup: add ltopsykose
2023-02-09main/cryptsetup: remove fflush patchpsykose
there are multiple fflushes in other places now- this specific codepath does not seem to need a flsuh at all https://gitlab.com/cryptsetup/cryptsetup/-/merge_requests/485
2023-02-09main/cryptsetup: upgrade to 2.6.1psykose
2022-11-29main/cryptsetup: upgrade to 2.6.0Sören Tempel
https://gitlab.com/cryptsetup/cryptsetup/-/blob/main/docs/v2.6.0-ReleaseNotes
2022-09-28main/cryptsetup: replace obsolete egrep in service file for grep -EBart Ribbers
2022-08-02main: mass rebuild against openssl 3Natanael Copa
2022-08-01main/cryptsetup: upgrade to 2.5.0psykose
2022-01-15main/cryptsetup: upgrade to 2.4.3Sören Tempel
2021-11-24main/cryptsetup: upgrade to 2.4.2Sören Tempel
2021-09-16main/cryptsetup: upgrade to 2.4.1Leo
2021-09-13main: switch some dependencies back to openssl 1.1 where they intersect ↵Ariadne Conill
other openssl 1.1 dependents
2021-09-11main: rebuild everything else dependent on openssl-dev for openssl 3Ariadne Conill
2021-09-01main/cryptsetup: move executable build deps to makedepends_buildlinear
2021-09-01main/cryptsetup: fix build when check phase is disabledAriadne Conill
2021-08-29main/cryptsetup: Use upstream patch for all-symbols testSören Tempel
2021-08-18main/cryptsetup: upgrade to 2.4.0Sören Tempel
Disable support for external tokens (new feature in 2.4.0) since it requires dlvsym which is a GNU extension that is presently not supported by musl libc. Similarly the all-symbols-test is affected by the same problem and thus disabled.
2021-05-29main/cryptsetup: upgrade to 2.3.6Michał Polański
2021-03-12main/cryptsetup: upgrade to 2.3.5Michał Polański
2021-03-08main/cryptsetup: backport fix for 5.10.20+ kernelsNatanael Copa
upstream report https://gitlab.com/cryptsetup/cryptsetup/-/issues/627
2020-12-10main/cryptsetup: fix openrc service to not mention gentoo package groupLeo
there is no such thing as app-crypt/gnupg in Alpine Linux, it is gnupg. app-crypt is a gentoo package group
2020-10-25main/cryptsetup: add OpenSSL-Exception modifierLeo
2020-09-04main/cryptsetup: upgrade to 2.3.4Leo
2020-05-29main/cryptsetup: upgrade to 2.3.3Leo
2020-04-30main/cryptsetup: upgrade to 2.3.2Leo
2020-04-23main/cryptsetup: rebuild for json-c 0.14Leo
2020-03-14main/*: remove invalid options and modernizeLeo
2020-03-12main/cryptsetup: upgrade to 2.3.1Leo
2020-02-03main/cryptsetup: upgrade to 2.3.0Leo
2019-11-05main/cryptsetup: upgrade to 2.2.2prspkt
2019-09-10main/cryptsetup: upgrade to 2.2.1Leo
2019-08-19main/cryptsetup: upgrade to 2.2.0Leo
2019-05-07main/cryptsetup: upgrade to 2.1.0Sören Tempel
2018-12-25main/cryptsetup: upgrade to 2.0.6Francesco Colista
2018-11-07main/cryptsetup: rebuild against openssl 1.1Natanael Copa
2018-10-03main/cryptsetup: added -openrc subpackageFrancesco Colista
2018-10-03main/cryptsetup: upgrade to 2.0.4J0WI
2018-04-19main/[various]: properly rebuild against json-c-0.13Natanael Copa
2018-04-19main/cryptsetup: rebuild against json-c-0.13Natanael Copa
2018-04-06main/cryptsetup: rebuild against libressl-2.7Natanael Copa
2018-03-08main/cryptsetup: upgrade to 2.0.2Sören Tempel
2018-03-01main/cryptsetup: add bash to checkdepend to avoid test not found errorsMike Sullivan
2018-02-26main/cryptsetup: Add testsA. Wilcox
2018-02-06main/cryptsetup: upgrade to 2.0.1Sören Tempel
Also remove the --with-luks2-lock-path configure option since `/run/cryptsetup` is now the default.