[ All 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 ]
×

Project cryptsetup-2.7.2-3.el9_6.1

Name cryptsetup
Epoch 0
Version 2.7.2
Release 3.el9_6.1
Website/URL https://gitlab.com/cryptsetup/cryptsetup
License GPLv2+ and LGPLv2+
Build Time 2025-08-06 16:16:00
Build Host certified-builder01.msvsphere-os.ru
Summary Utility for setting up encrypted disks
Repositories Updates
Description The cryptsetup package contains a utility for setting up disk encryption using dm-crypt kernel module.
Errata
× Full screenshot
Found 1 old version
Packages link
Package Summary SHA-256 checksum
x86_64
cryptsetup-2.7.2-3.el9_6.1.x86_64 Utility for setting up encrypted disks 4e71b87670cb849b483dddbbac68159ace204d0a43ca7a6cbe174474a4273151 download
cryptsetup-libs-2.7.2-3.el9_6.1.x86_64 Cryptsetup shared library 4e456e67b9fb7e2b1a08bea5a689ba1af457c28469e745de9f8f6868c0186b4a download
cryptsetup-devel-2.7.2-3.el9_6.1.x86_64 Headers and libraries for using encrypted file systems 5ffb2bf56edd5e33e928d7405f6b06bad1c5492888882d20539ad9efc7b935f1 download
integritysetup-2.7.2-3.el9_6.1.x86_64 A utility for setting up dm-integrity volumes 4096871f437a2afbe177092877f200d8df20eb40ab4616f2105c89094b7f77c6 download
veritysetup-2.7.2-3.el9_6.1.x86_64 A utility for setting up dm-verity volumes f0981747e97c2d86c49a402a6dbf0dafed2ede9fcac27a6e197e96b6be33faf4 download
i686
cryptsetup-libs-2.7.2-3.el9_6.1.i686 Cryptsetup shared library 32755c5e7278a339bcc6ffe468e414bde413fe3bfedd7cdd977d2f530005efbf download
src
cryptsetup-2.7.2-3.el9_6.1.src Utility for setting up encrypted disks aba690b0257896eb1b3ed2a13a6286ebc3fb211f904d8c02482d1e9528dcb74e download
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