diff --git a/.cryptsetup.metadata b/.cryptsetup.metadata index 9b26198..462e48a 100644 --- a/.cryptsetup.metadata +++ b/.cryptsetup.metadata @@ -1 +1 @@ -135dc2e7b84bc8c74f01447f93d1392485b47a37 SOURCES/cryptsetup-2.2.2.tar.xz +d847934311112c7220435b94b44c2b2bb3dca0e1 SOURCES/cryptsetup-2.3.3.tar.xz diff --git a/.gitignore b/.gitignore index af155c9..16b2a5f 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/cryptsetup-2.2.2.tar.xz +SOURCES/cryptsetup-2.3.3.tar.xz diff --git a/SPECS/cryptsetup.spec b/SPECS/cryptsetup.spec index e78d0f7..1f84918 100644 --- a/SPECS/cryptsetup.spec +++ b/SPECS/cryptsetup.spec @@ -4,7 +4,7 @@ Obsoletes: cryptsetup-python3 Summary: A utility for setting up encrypted disks Name: cryptsetup -Version: 2.2.2 +Version: 2.3.3 Release: 1%{?dist} License: GPLv2+ and LGPLv2+ Group: Applications/System @@ -138,6 +138,14 @@ rm -rf %{buildroot}/%{_libdir}/*.la %clean %changelog +* Thu May 28 2020 Ondrej Kozina - 2.3.3-1 +- Update to cryptsetup 2.3.3 +- Resolves: #1796826 #1743891 #1785748 + +* Fri Apr 03 2020 Ondrej Kozina - 2.3.1-1 +- Update to cryptsetup 2.3.1 +- Resolves: #1796826 #1743891 #1785748 + * Mon Nov 18 2019 Ondrej Kozina - 2.2.2-1 - Update to cryptsetup 2.2.2 - LUKS2 reencryption honors activation flags (one time and persistent). @@ -145,7 +153,6 @@ rm -rf %{buildroot}/%{_libdir}/*.la keyring service. - Resolves: #1757783 #1750680 #1753597 #1743399 -- Resolves: #1742815 #1746532 * Fri Aug 30 2019 Ondrej Kozina - 2.2.0-2 - patch: Fix mapped segments overflow on 32bit architectures. - patch: Take optimal io size in account with LUKS2 reencryption.