Version 2.7.1.

This commit is contained in:
Milan Broz
2024-03-07 15:39:52 +01:00
parent d5559df2cc
commit ca50f2cd33
4 changed files with 18 additions and 18 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://www.kernel.org/pub/linux/utils/cryptsetup/). [kernel.org](https://www.kernel.org/pub/linux/utils/cryptsetup/).
**The latest stable cryptsetup release version is 2.7.0** **The latest stable cryptsetup release version is 2.7.1**
* [cryptsetup-2.7.0.tar.xz](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.0.tar.xz) * [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.0.tar.sign](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.0.tar.sign) * 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.)_ _(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 Previous versions
* [Version 2.6.1](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-2.6.1.tar.xz) - * [Version 2.6.1](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-2.6.1.tar.xz) -

View File

@@ -1,5 +1,5 @@
AC_PREREQ([2.67]) 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>] 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.7.1-rc0') version: '2.7.1')
libcryptsetup_version = '12.10.0' libcryptsetup_version = '12.10.0'

View File

@@ -5,9 +5,9 @@
#, fuzzy #, fuzzy
msgid "" msgid ""
msgstr "" 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" "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" "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"
@@ -191,7 +191,7 @@ msgstr ""
#: lib/luks2/luks2_json_metadata.c:1374 src/cryptsetup.c:1878 #: 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:2059 src/cryptsetup.c:2114 src/cryptsetup.c:2319
#: src/cryptsetup.c:2489 src/cryptsetup.c:2770 src/cryptsetup.c:3078 #: 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 #: src/utils_reencrypt_luks1.c:1192 tokens/ssh/cryptsetup-ssh.c:85
#, c-format #, c-format
msgid "Device %s is not a valid LUKS device." msgid "Device %s is not a valid LUKS device."
@@ -760,7 +760,7 @@ msgid "Cannot read requested amount of data."
msgstr "" msgstr ""
#: lib/utils_device.c:213 lib/utils_storage_wrappers.c:110 #: 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 #, c-format
msgid "Device %s does not exist or access denied." msgid "Device %s does not exist or access denied."
msgstr "" msgstr ""
@@ -3808,39 +3808,39 @@ msgstr ""
msgid "Device %s is already in LUKS reencryption. Aborting operation." msgid "Device %s is already in LUKS reencryption. Aborting operation."
msgstr "" msgstr ""
#: src/utils_reencrypt.c:1485 #: src/utils_reencrypt.c:1486
msgid "LUKS2 decryption requires --header option." msgid "LUKS2 decryption requires --header option."
msgstr "" msgstr ""
#: src/utils_reencrypt.c:1533 #: src/utils_reencrypt.c:1534
msgid "Command requires device as argument." msgid "Command requires device as argument."
msgstr "" msgstr ""
#: src/utils_reencrypt.c:1546 #: src/utils_reencrypt.c:1547
#, c-format #, c-format
msgid "Conflicting versions. Device %s is LUKS1." msgid "Conflicting versions. Device %s is LUKS1."
msgstr "" msgstr ""
#: src/utils_reencrypt.c:1552 #: src/utils_reencrypt.c:1553
#, c-format #, c-format
msgid "Conflicting versions. Device %s is in LUKS1 reencryption." msgid "Conflicting versions. Device %s is in LUKS1 reencryption."
msgstr "" msgstr ""
#: src/utils_reencrypt.c:1558 #: src/utils_reencrypt.c:1559
#, c-format #, c-format
msgid "Conflicting versions. Device %s is LUKS2." msgid "Conflicting versions. Device %s is LUKS2."
msgstr "" msgstr ""
#: src/utils_reencrypt.c:1564 #: src/utils_reencrypt.c:1565
#, c-format #, c-format
msgid "Conflicting versions. Device %s is in LUKS2 reencryption." msgid "Conflicting versions. Device %s is in LUKS2 reencryption."
msgstr "" msgstr ""
#: src/utils_reencrypt.c:1570 #: src/utils_reencrypt.c:1571
msgid "LUKS2 reencryption already initialized. Aborting operation." msgid "LUKS2 reencryption already initialized. Aborting operation."
msgstr "" msgstr ""
#: src/utils_reencrypt.c:1577 #: src/utils_reencrypt.c:1578
msgid "Device reencryption not in progress." msgid "Device reencryption not in progress."
msgstr "" msgstr ""