Version 2.8.1.

This commit is contained in:
Milan Broz
2025-08-19 10:41:51 +02:00
parent 4749473c39
commit 9cfdd6ba06
6 changed files with 12 additions and 12 deletions

View File

@@ -39,11 +39,11 @@ Download
Release notes and tarballs are available at Release notes and tarballs are available at
[kernel.org](https://cdn.kernel.org/pub/linux/utils/cryptsetup/). [kernel.org](https://cdn.kernel.org/pub/linux/utils/cryptsetup/).
**The latest stable cryptsetup release version is 2.8.0** **The latest stable cryptsetup release version is 2.8.1**
* [cryptsetup-2.8.0.tar.xz](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.0.tar.xz) * [cryptsetup-2.8.1.tar.xz](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.1.tar.xz)
* Signature [cryptsetup-2.8.0.tar.sign](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.0.tar.sign) * Signature [cryptsetup-2.8.1.tar.sign](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.1.tar.sign)
_(You need to decompress file first to check signature.)_ _(You need to decompress file first to check signature.)_
* [Cryptsetup 2.8.0 Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/v2.8.0-ReleaseNotes). * [Cryptsetup 2.8.1 Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/v2.8.1-ReleaseNotes).
[Previous versions](https://cdn.kernel.org/pub/linux/utils/cryptsetup) [Previous versions](https://cdn.kernel.org/pub/linux/utils/cryptsetup)

View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.67]) AC_PREREQ([2.67])
AC_INIT([cryptsetup],[2.8.1-rc0]) AC_INIT([cryptsetup],[2.8.1])
dnl library version from <major>.<minor>.<release>[-<suffix>] dnl library version from <major>.<minor>.<release>[-<suffix>]
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-) LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)

View File

@@ -2,7 +2,7 @@ project('cryptsetup',
'c', 'c',
default_options: [ 'prefix=/usr' ], default_options: [ 'prefix=/usr' ],
meson_version: '>=0.64', meson_version: '>=0.64',
version: '2.8.1-rc0') version: '2.8.1')
libcryptsetup_version = '12.11.0' libcryptsetup_version = '12.11.0'

View File

@@ -2,7 +2,7 @@
Summary: Utility for setting up encrypted disks Summary: Utility for setting up encrypted disks
Name: cryptsetup Name: cryptsetup
Version: 2.8.0 Version: 2.8.1
Release: 1%{?dist} Release: 1%{?dist}
License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception
URL: https://gitlab.com/cryptsetup/cryptsetup URL: https://gitlab.com/cryptsetup/cryptsetup

View File

@@ -5,9 +5,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" msgstr ""
"Project-Id-Version: cryptsetup 2.8.1-rc0\n" "Project-Id-Version: cryptsetup 2.8.1\n"
"Report-Msgid-Bugs-To: cryptsetup@lists.linux.dev\n" "Report-Msgid-Bugs-To: cryptsetup@lists.linux.dev\n"
"POT-Creation-Date: 2025-08-13 13:45+0200\n" "POT-Creation-Date: 2025-08-19 10:38+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n" "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -1785,13 +1785,13 @@ msgstr ""
msgid "Not enough memory for keyslot key derivation." msgid "Not enough memory for keyslot key derivation."
msgstr "" msgstr ""
#: lib/luks2/luks2_keyslot_luks2.c:276 lib/luks2/luks2_keyslot_luks2.c:401 #: lib/luks2/luks2_keyslot_luks2.c:276 lib/luks2/luks2_keyslot_luks2.c:405
#: lib/luks2/luks2_keyslot_reenc.c:434 lib/luks2/luks2_reencrypt.c:2725 #: lib/luks2/luks2_keyslot_reenc.c:434 lib/luks2/luks2_reencrypt.c:2725
#, c-format #, c-format
msgid "Hash algorithm %s is not available." msgid "Hash algorithm %s is not available."
msgstr "" msgstr ""
#: lib/luks2/luks2_keyslot_luks2.c:518 #: lib/luks2/luks2_keyslot_luks2.c:522
msgid "No space for new keyslot." msgid "No space for new keyslot."
msgstr "" msgstr ""

View File

@@ -3045,7 +3045,7 @@ static void Pbkdf(void)
argon2.parallel_threads = 0; argon2.parallel_threads = 0;
FAIL_(crypt_set_pbkdf_type(cd, &argon2), "Parallel threads can't be 0"); FAIL_(crypt_set_pbkdf_type(cd, &argon2), "Parallel threads can't be 0");
argon2.parallel_threads = 99; argon2.parallel_threads = 99;
FAIL_(crypt_set_pbkdf_type(cd, &argon2), "Parallel threads can't be higher than maxiimum"); FAIL_(crypt_set_pbkdf_type(cd, &argon2), "Parallel threads can't be higher than maximum");
argon2.parallel_threads = 1; argon2.parallel_threads = 1;
argon2.max_memory_kb = 0; argon2.max_memory_kb = 0;
FAIL_(crypt_set_pbkdf_type(cd, &argon2), "Memory can't be 0"); FAIL_(crypt_set_pbkdf_type(cd, &argon2), "Memory can't be 0");