[ All 3 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z ]
×

Package cryptsetup-devel-2.7.2-3.el9_6.1.i686 download

Name cryptsetup-devel
Epoch 0
Version 2.7.2
Release 3.el9_6.1
Architecture i686
Website/URL https://gitlab.com/cryptsetup/cryptsetup
License GPLv2+ and LGPLv2+
Build Time 2025-08-06 09:06:45
Build Host builder-x86-03.inferitos.ru
Summary Headers and libraries for using encrypted file systems
Repositories CRB
Description The cryptsetup-devel package contains libraries and header files used for writing code that makes use of disk encryption.
Errata
Size 32 KiB
Source Project cryptsetup-2.7.2-3.el9_6.1
SHA-256 checksum cf2fbbfe33dc6c88c5daefae8abd1813661ed08a82a2460a1f791d9395f8a946
× Full screenshot
Changelog link
* Fri Jun 13 2025 Ondrej Kozina <okozina@redhat.com> - 2.7.2-3.1
- patch: Ignore unknown VMK entry 24 in bitlk metadata.
- Resolves: RHEL-96283

* Mon Sep 02 2024 Ondrej Kozina <okozina@redhat.com> - 2.7.2-3
- Specbump for correct target release.
- Resolves: RHEL-39003 RHEL-41238

* Thu Aug 29 2024 Ondrej Kozina <okozina@redhat.com> - 2.7.2-2
- patch: Warn if Argon2 keyslot is unlocked in FIPS mode.
- patch: Enable Argon2 in FIPS with openssl backend.
- patch: Abort online reencryption for misconfigured devices.
- patch: Harden online reencryption checks in initialization phase.
- patch: Fix detection of direct-io with suspended devices.
- patch: Return suspended status also for unknow target types.
- patch: Do not handle device as suspended on error.
- Resolves: RHEL-39003 RHEL-41238

* Thu May 02 2024 Daniel Zatovic <dzatovic@redhat.com> - 2.7.2-1
- Update to cryptsetup 2.7.2
- Use OpenSLL Argon implementation instead of the built-in one
- Resolves: RHEL-32377

* Fri Jun 30 2023 Daniel Zatovic <dzatovic@redhat.com> - 2.6.0-3
- patch: Disallow use of internal kenrel crypto driver names in "capi"
- patch: Also disallow active devices with internal kernel names
- patch: Fix init_by_name to allow unknown cipher format in dm-crypt
- patch: Fix reencryption to fail properly for unknown cipher
- patch: Fix activation of LUKS2 with capi format cipher and kernel
- Resolves: #2212771