Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-07-08 | main/cryptsetup: support bitlocker in openrc | Edd Salkield | |
2023-06-20 | main/cryptsetup: fixup man pages which use the .so directive | Sö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-18 | main/cryptsetup: update openssl exception license | Kevin Daudt | |
spdx 3.21 introduced cryptsetup-OpenSSL-exception, so use it instead lf the generic OpenSSL-Exception. | |||
2023-05-25 | main/cryptsetup: also read post_mount from confd | psykose | |
closes #13891 | |||
2023-05-15 | */*: rebuild misc for gcc13 | psykose | |
2023-04-11 | main/*: rebuild for dt_relr change | psykose | |
2023-03-03 | main/cryptsetup: unbreak bootstrap | psykose | |
one day i will fix these liblto_plugins in the crossroot | |||
2023-02-28 | main/cryptsetup: add lto | psykose | |
2023-02-09 | main/cryptsetup: remove fflush patch | psykose | |
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-09 | main/cryptsetup: upgrade to 2.6.1 | psykose | |
2022-11-29 | main/cryptsetup: upgrade to 2.6.0 | Sören Tempel | |
https://gitlab.com/cryptsetup/cryptsetup/-/blob/main/docs/v2.6.0-ReleaseNotes | |||
2022-09-28 | main/cryptsetup: replace obsolete egrep in service file for grep -E | Bart Ribbers | |
2022-08-02 | main: mass rebuild against openssl 3 | Natanael Copa | |
2022-08-01 | main/cryptsetup: upgrade to 2.5.0 | psykose | |
2022-01-15 | main/cryptsetup: upgrade to 2.4.3 | Sören Tempel | |
2021-11-24 | main/cryptsetup: upgrade to 2.4.2 | Sören Tempel | |
2021-09-16 | main/cryptsetup: upgrade to 2.4.1 | Leo | |
2021-09-13 | main: switch some dependencies back to openssl 1.1 where they intersect ↵ | Ariadne Conill | |
other openssl 1.1 dependents | |||
2021-09-11 | main: rebuild everything else dependent on openssl-dev for openssl 3 | Ariadne Conill | |
2021-09-01 | main/cryptsetup: move executable build deps to makedepends_build | linear | |
2021-09-01 | main/cryptsetup: fix build when check phase is disabled | Ariadne Conill | |
2021-08-29 | main/cryptsetup: Use upstream patch for all-symbols test | Sören Tempel | |
2021-08-18 | main/cryptsetup: upgrade to 2.4.0 | Sö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-29 | main/cryptsetup: upgrade to 2.3.6 | Michał Polański | |
2021-03-12 | main/cryptsetup: upgrade to 2.3.5 | Michał Polański | |
2021-03-08 | main/cryptsetup: backport fix for 5.10.20+ kernels | Natanael Copa | |
upstream report https://gitlab.com/cryptsetup/cryptsetup/-/issues/627 | |||
2020-12-10 | main/cryptsetup: fix openrc service to not mention gentoo package group | Leo | |
there is no such thing as app-crypt/gnupg in Alpine Linux, it is gnupg. app-crypt is a gentoo package group | |||
2020-10-25 | main/cryptsetup: add OpenSSL-Exception modifier | Leo | |
2020-09-04 | main/cryptsetup: upgrade to 2.3.4 | Leo | |
2020-05-29 | main/cryptsetup: upgrade to 2.3.3 | Leo | |
2020-04-30 | main/cryptsetup: upgrade to 2.3.2 | Leo | |
2020-04-23 | main/cryptsetup: rebuild for json-c 0.14 | Leo | |
2020-03-14 | main/*: remove invalid options and modernize | Leo | |
2020-03-12 | main/cryptsetup: upgrade to 2.3.1 | Leo | |
2020-02-03 | main/cryptsetup: upgrade to 2.3.0 | Leo | |
2019-11-05 | main/cryptsetup: upgrade to 2.2.2 | prspkt | |
2019-09-10 | main/cryptsetup: upgrade to 2.2.1 | Leo | |
2019-08-19 | main/cryptsetup: upgrade to 2.2.0 | Leo | |
2019-05-07 | main/cryptsetup: upgrade to 2.1.0 | Sören Tempel | |
2018-12-25 | main/cryptsetup: upgrade to 2.0.6 | Francesco Colista | |
2018-11-07 | main/cryptsetup: rebuild against openssl 1.1 | Natanael Copa | |
2018-10-03 | main/cryptsetup: added -openrc subpackage | Francesco Colista | |
2018-10-03 | main/cryptsetup: upgrade to 2.0.4 | J0WI | |
2018-04-19 | main/[various]: properly rebuild against json-c-0.13 | Natanael Copa | |
2018-04-19 | main/cryptsetup: rebuild against json-c-0.13 | Natanael Copa | |
2018-04-06 | main/cryptsetup: rebuild against libressl-2.7 | Natanael Copa | |
2018-03-08 | main/cryptsetup: upgrade to 2.0.2 | Sören Tempel | |
2018-03-01 | main/cryptsetup: add bash to checkdepend to avoid test not found errors | Mike Sullivan | |
2018-02-26 | main/cryptsetup: Add tests | A. Wilcox | |
2018-02-06 | main/cryptsetup: upgrade to 2.0.1 | Sören Tempel | |
Also remove the --with-luks2-lock-path configure option since `/run/cryptsetup` is now the default. |