[ Все 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 ]
×

Проект cryptsetup-2.7.2-3.el9_6.1

Имя cryptsetup
Эпоха 0
Версия 2.7.2
Релиз 3.el9_6.1
Сайт https://gitlab.com/cryptsetup/cryptsetup
Лицензия GPLv2+ and LGPLv2+
Время сборки 2025-08-06 09:06:39
Хост сборки builder-x86-03.inferitos.ru
Краткое описание Utility for setting up encrypted disks
Репозитории BaseOS
Полное описание The cryptsetup package contains a utility for setting up disk encryption using dm-crypt kernel module.
Эррата
× Full screenshot
Найдена 1 старая версия
Пакеты link
Пакет Краткое описание Контрольная сумма SHA-256
x86_64
cryptsetup-2.7.2-3.el9_6.1.x86_64 Utility for setting up encrypted disks 78faf579409d3d3db1e0d5b69590eb529f0b4721de7b0c689e3808f0edebd650 download
cryptsetup-libs-2.7.2-3.el9_6.1.x86_64 Cryptsetup shared library 16d435ba147d6e5bfe63bf3ba658ec1d6e9faf26f23733ca384d2b7e101f2851 download
integritysetup-2.7.2-3.el9_6.1.x86_64 A utility for setting up dm-integrity volumes a2254a2a92b28e7aafc8f702d00405a76801dbb97b833bea86622ecf99734cc2 download
veritysetup-2.7.2-3.el9_6.1.x86_64 A utility for setting up dm-verity volumes ca558d2d8cebe9179dcbad43f62151cfac8ba330d289550028334465ac6ce149 download
cryptsetup-devel-2.7.2-3.el9_6.1.x86_64 Headers and libraries for using encrypted file systems c3b02cfa066f450f13dba7c49763e09b3ac8ff4ec70fa9ffce0aa91dbbc51f7e download
i686
cryptsetup-libs-2.7.2-3.el9_6.1.i686 Cryptsetup shared library 750455905d6c3096d07c73f2c8226d3ef958633f1c44cda79f31430cd8c2e65e download
cryptsetup-devel-2.7.2-3.el9_6.1.i686 Headers and libraries for using encrypted file systems cf2fbbfe33dc6c88c5daefae8abd1813661ed08a82a2460a1f791d9395f8a946 download
aarch64
cryptsetup-2.7.2-3.el9_6.1.aarch64 Utility for setting up encrypted disks b3db846b427be4308e375f44c331adfb46875835dafd163ef73b11b1fefd4b88 download
cryptsetup-libs-2.7.2-3.el9_6.1.aarch64 Cryptsetup shared library 78daaadee7117b049645d8198042193041bc7cd751aa9738be8c85bc5695f42f download
integritysetup-2.7.2-3.el9_6.1.aarch64 A utility for setting up dm-integrity volumes 010c6e194491e682a662a882e58876d3e811116105016c56e9b0c242441f83cf download
veritysetup-2.7.2-3.el9_6.1.aarch64 A utility for setting up dm-verity volumes 125bd6f3d1f550ca7127d2c0c9301c9ab3ae34d07e061dd70a2bbf376825bfc0 download
cryptsetup-devel-2.7.2-3.el9_6.1.aarch64 Headers and libraries for using encrypted file systems 0e3dd1a98245869c35bcad2c8a89ebc909b7bf223d354fdf407068a5a87caf73 download
src
cryptsetup-2.7.2-3.el9_6.1.src Utility for setting up encrypted disks 0f54ef1d16217276e0aeba6b23223c0523cd31127f16f9009fc1022015047907 download
История изменений 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