Diff cryptsetup-2.8.3-r1 with a cryptsetup-2.8.4
| /usr/portage/sys-fs/cryptsetup/cryptsetup-2.8.4.ebuild 2026-02-10 11:18:08.787432925 +0300 | ||
|---|---|---|
| 18 | 18 |
LICENSE="GPL-2+" |
| 19 | 19 |
SLOT="0/12" # libcryptsetup.so version |
| 20 | 20 |
if [[ ${PV} != *_rc* ]] ; then
|
| 21 |
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~s390 ~sparc x86" |
|
| 21 |
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" |
|
| 22 | 22 |
fi |
| 23 | 23 | |
| 24 | 24 |
CRYPTO_BACKENDS="gcrypt kernel nettle +openssl" |
| ... | ... | |
| 70 | 70 |
verify-sig? ( sec-keys/openpgp-keys-milanbroz ) |
| 71 | 71 |
" |
| 72 | 72 | |
| 73 |
PATCHES=( |
|
| 74 |
"${FILESDIR}/cryptsetup-2.8.3-bitlocker.patch"
|
|
| 75 |
) |
|
| 76 | ||
| 77 | 73 |
pkg_setup() {
|
| 78 | 74 |
local CONFIG_CHECK="~DM_CRYPT ~CRYPTO ~CRYPTO_CBC ~CRYPTO_SHA256" |
| 79 | 75 |
local WARNING_DM_CRYPT="CONFIG_DM_CRYPT:\tis not set (required for cryptsetup)\n" |