Skip to content

Commit a8105ef

Browse files
committed
Version 2.8.0-rc1.
1 parent 9678745 commit a8105ef

File tree

6 files changed

+1232
-1024
lines changed

6 files changed

+1232
-1024
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -39,19 +39,19 @@ Download
3939
Release notes and tarballs are available at
4040
[kernel.org](https://cdn.kernel.org/pub/linux/utils/cryptsetup/).
4141

42+
**The latest stable cryptsetup release candidate version is 2.8.0-rc1**
43+
* [cryptsetup-2.8.0-rc1.tar.xz](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.0-rc1.tar.xz)
44+
* Signature [cryptsetup-2.8.0-rc1.tar.sign](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-2.8.0-rc1.tar.sign)
45+
_(You need to decompress file first to check signature.)_
46+
* [Cryptsetup 2.8.0-rc1 Release Notes](https://www.kernel.org/pub/linux/utils/cryptsetup/v2.8/v2.8.0-rc1-ReleaseNotes).
47+
4248
**The latest stable cryptsetup release version is 2.7.5**
4349
* [cryptsetup-2.7.5.tar.xz](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.5.tar.xz)
4450
* Signature [cryptsetup-2.7.5.tar.sign](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-2.7.5.tar.sign)
4551
_(You need to decompress file first to check signature.)_
4652
* [Cryptsetup 2.7.5 Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/v2.7.5-ReleaseNotes).
4753

48-
Previous versions
49-
* [Version 2.6.1](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-2.6.1.tar.xz) -
50-
[Signature](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.6/cryptsetup-2.6.1.tar.sign) -
51-
[Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.6/v2.6.1-ReleaseNotes).
52-
* [Version 1.7.5](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.5.tar.xz) -
53-
[Signature](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-1.7.5.tar.sign) -
54-
[Release Notes](https://cdn.kernel.org/pub/linux/utils/cryptsetup/v1.7/v1.7.5-ReleaseNotes).
54+
[Previous versions](https://cdn.kernel.org/pub/linux/utils/cryptsetup)
5555

5656
Source and API documentation
5757
----------------------------

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
AC_PREREQ([2.67])
2-
AC_INIT([cryptsetup],[2.8.0-rc0])
2+
AC_INIT([cryptsetup],[2.8.0-rc1])
33

44
dnl library version from <major>.<minor>.<release>[-<suffix>]
55
LIBCRYPTSETUP_VERSION=$(echo $PACKAGE_VERSION | cut -f1 -d-)

docs/on-disk-format-luks2.pdf

492 Bytes
Binary file not shown.

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ project('cryptsetup',
22
'c',
33
default_options: [ 'prefix=/usr' ],
44
meson_version: '>=0.64',
5-
version: '2.8.0-rc0')
5+
version: '2.8.0-rc1')
66

77
libcryptsetup_version = '12.11.0'
88

misc/fedora/cryptsetup.spec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Summary: Utility for setting up encrypted disks
44
Name: cryptsetup
5-
Version: 2.8.0-rc0
5+
Version: 2.8.0-rc1
66
Release: 1%{?dist}
77
License: GPL-2.0-or-later WITH cryptsetup-OpenSSL-exception AND LGPL-2.1-or-later WITH cryptsetup-OpenSSL-exception
88
URL: https://gitlab.com/cryptsetup/cryptsetup
@@ -18,7 +18,7 @@ Obsoletes: %{name}-reencrypt <= %{version}
1818
Provides: %{name}-reencrypt = %{version}
1919

2020
%global upstream_version %{version_no_tilde}
21-
Source0: https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.7/cryptsetup-%{upstream_version}.tar.xz
21+
Source0: https://cdn.kernel.org/pub/linux/utils/cryptsetup/v2.8/cryptsetup-%{upstream_version}.tar.xz
2222

2323
%description
2424
The cryptsetup package contains a utility for setting up

0 commit comments

Comments
 (0)