mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-09 18:00:01 +01:00
Version 2.7.1.
This commit is contained in:
@@ -39,11 +39,11 @@ Download
|
||||
Release notes and tarballs are available at
|
||||
[kernel.org](https://www.kernel.org/pub/linux/utils/cryptsetup/).
|
||||
|
||||
**The latest stable cryptsetup release version is 2.7.0**
|
||||
* [cryptsetup-2.7.0.tar.xz](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.0.tar.xz)
|
||||
* Signature [cryptsetup-2.7.0.tar.sign](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.0.tar.sign)
|
||||
**The latest stable cryptsetup release version is 2.7.1**
|
||||
* [cryptsetup-2.7.1.tar.xz](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.1.tar.xz)
|
||||
* Signature [cryptsetup-2.7.1.tar.sign](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.1.tar.sign)
|
||||
_(You need to decompress file first to check signature.)_
|
||||
* [Cryptsetup 2.7.0 Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.0-ReleaseNotes).
|
||||
* [Cryptsetup 2.7.1 Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.1-ReleaseNotes).
|
||||
|
||||
Previous versions
|
||||
* [Version 2.6.1](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-2.6.1.tar.xz) -
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
AC_PREREQ([2.67])
|
||||
AC_INIT([cryptsetup],[2.7.1-rc0])
|
||||
AC_INIT([cryptsetup],[2.7.1])
|
||||
|
||||
dnl library version from <major>.<minor>.<release>[-<suffix>]
|
||||
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)
|
||||
|
||||
@@ -2,7 +2,7 @@ project('cryptsetup',
|
||||
'c',
|
||||
default_options: [ 'prefix=/usr' ],
|
||||
meson_version: '>=0.64',
|
||||
version: '2.7.1-rc0')
|
||||
version: '2.7.1')
|
||||
|
||||
libcryptsetup_version = '12.10.0'
|
||||
|
||||
|
||||
@@ -5,9 +5,9 @@
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: cryptsetup 2.7.1-rc0\n"
|
||||
"Project-Id-Version: cryptsetup 2.7.1\n"
|
||||
"Report-Msgid-Bugs-To: cryptsetup@lists.linux.dev\n"
|
||||
"POT-Creation-Date: 2024-02-29 20:38+0100\n"
|
||||
"POT-Creation-Date: 2024-03-07 15:42+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||
@@ -191,7 +191,7 @@ msgstr ""
|
||||
#: lib/luks2/luks2_json_metadata.c:1374 src/cryptsetup.c:1878
|
||||
#: src/cryptsetup.c:2059 src/cryptsetup.c:2114 src/cryptsetup.c:2319
|
||||
#: src/cryptsetup.c:2489 src/cryptsetup.c:2770 src/cryptsetup.c:3078
|
||||
#: src/cryptsetup.c:3146 src/utils_reencrypt.c:1497
|
||||
#: src/cryptsetup.c:3146 src/utils_reencrypt.c:1498
|
||||
#: src/utils_reencrypt_luks1.c:1192 tokens/ssh/cryptsetup-ssh.c:85
|
||||
#, c-format
|
||||
msgid "Device %s is not a valid LUKS device."
|
||||
@@ -760,7 +760,7 @@ msgid "Cannot read requested amount of data."
|
||||
msgstr ""
|
||||
|
||||
#: lib/utils_device.c:213 lib/utils_storage_wrappers.c:110
|
||||
#: lib/luks1/keyencryption.c:91 src/utils_reencrypt.c:1470
|
||||
#: lib/luks1/keyencryption.c:91 src/utils_reencrypt.c:1471
|
||||
#, c-format
|
||||
msgid "Device %s does not exist or access denied."
|
||||
msgstr ""
|
||||
@@ -3808,39 +3808,39 @@ msgstr ""
|
||||
msgid "Device %s is already in LUKS reencryption. Aborting operation."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils_reencrypt.c:1485
|
||||
#: src/utils_reencrypt.c:1486
|
||||
msgid "LUKS2 decryption requires --header option."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils_reencrypt.c:1533
|
||||
#: src/utils_reencrypt.c:1534
|
||||
msgid "Command requires device as argument."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils_reencrypt.c:1546
|
||||
#: src/utils_reencrypt.c:1547
|
||||
#, c-format
|
||||
msgid "Conflicting versions. Device %s is LUKS1."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils_reencrypt.c:1552
|
||||
#: src/utils_reencrypt.c:1553
|
||||
#, c-format
|
||||
msgid "Conflicting versions. Device %s is in LUKS1 reencryption."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils_reencrypt.c:1558
|
||||
#: src/utils_reencrypt.c:1559
|
||||
#, c-format
|
||||
msgid "Conflicting versions. Device %s is LUKS2."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils_reencrypt.c:1564
|
||||
#: src/utils_reencrypt.c:1565
|
||||
#, c-format
|
||||
msgid "Conflicting versions. Device %s is in LUKS2 reencryption."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils_reencrypt.c:1570
|
||||
#: src/utils_reencrypt.c:1571
|
||||
msgid "LUKS2 reencryption already initialized. Aborting operation."
|
||||
msgstr ""
|
||||
|
||||
#: src/utils_reencrypt.c:1577
|
||||
#: src/utils_reencrypt.c:1578
|
||||
msgid "Device reencryption not in progress."
|
||||
msgstr ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user