2e030ec
Summary: Utility for setting up encrypted disks
dfb2830
Name: cryptsetup
7c55210
Version: 2.4.3
f5b67bb
Release: 1%{?dist}
Milan Broz efce99d
License: GPLv2+ and LGPLv2+
25fc1ca
URL: https://gitlab.com/cryptsetup/cryptsetup
0d53e78
BuildRequires: autoconf, automake, libtool, gettext-devel,
1028146
BuildRequires: openssl-devel, popt-devel, device-mapper-devel
3b2e11e
BuildRequires: libuuid-devel, gcc, json-c-devel, libargon2-devel
3b2e11e
BuildRequires: libpwquality-devel, libblkid-devel
f07e9cc
BuildRequires: make libssh-devel
dfb2830
Requires: cryptsetup-libs = %{version}-%{release}
Milan Broz efce99d
Requires: libpwquality >= 1.2.0
dfb2830
f07e9cc
%global upstream_version %{version_no_tilde}
f07e9cc
Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.4/cryptsetup-%{upstream_version}.tar.xz
dfb2830
dfb2830
%description
44fc54e
The cryptsetup package contains a utility for setting up
44fc54e
disk encryption using dm-crypt kernel module.
dfb2830
dfb2830
%package devel
2e030ec
Requires: %{name}-libs%{?_isa} = %{version}-%{release}
dfb2830
Requires: pkgconfig
dfb2830
Summary: Headers and libraries for using encrypted file systems
dfb2830
dfb2830
%description devel
44fc54e
The cryptsetup-devel package contains libraries and header files
44fc54e
used for writing code that makes use of disk encryption.
dfb2830
dfb2830
%package libs
dfb2830
Summary: Cryptsetup shared library
dfb2830
dfb2830
%description libs
dfb2830
This package contains the cryptsetup shared library, libcryptsetup.
dfb2830
f07e9cc
%package ssh-token
f07e9cc
Summary: Cryptsetup LUKS2 SSH token
f07e9cc
Requires: cryptsetup-libs = %{version}-%{release}
f07e9cc
f07e9cc
%description ssh-token
f07e9cc
This package contains the LUKS2 SSH token.
f07e9cc
Milan Broz 024fef1
%package -n veritysetup
Milan Broz 024fef1
Summary: A utility for setting up dm-verity volumes
Milan Broz 024fef1
Requires: cryptsetup-libs = %{version}-%{release}
Milan Broz 024fef1
Milan Broz 024fef1
%description -n veritysetup
Milan Broz 024fef1
The veritysetup package contains a utility for setting up
Milan Broz 024fef1
disk verification using dm-verity kernel module.
Milan Broz 024fef1
544bd28
%package -n integritysetup
544bd28
Summary: A utility for setting up dm-integrity volumes
544bd28
Requires: cryptsetup-libs = %{version}-%{release}
544bd28
544bd28
%description -n integritysetup
544bd28
The integritysetup package contains a utility for setting up
544bd28
disk integrity protection using dm-integrity kernel module.
544bd28
Milan Broz 192ee62
%package reencrypt
329a2d7
Summary: A utility for offline reencryption of LUKS encrypted disks
Milan Broz 192ee62
Requires: cryptsetup-libs = %{version}-%{release}
Milan Broz 192ee62
Milan Broz 192ee62
%description reencrypt
Milan Broz 192ee62
This package contains cryptsetup-reencrypt utility which
Milan Broz 192ee62
can be used for offline reencryption of disk in situ.
Milan Broz 192ee62
dfb2830
%prep
4bbb581
%autosetup -n cryptsetup-%{upstream_version} -p 1
dfb2830
dfb2830
%build
0d53e78
./autogen.sh
6dea817
%configure --enable-fips --enable-pwquality --enable-libargon2
4bbb581
%make_build
dfb2830
dfb2830
%install
4bbb581
%make_install
2e030ec
rm -rf %{buildroot}%{_libdir}/*.la
f07e9cc
rm -rf %{buildroot}%{_libdir}/%{name}/*.la
6e66c79
dfb2830
%find_lang cryptsetup
dfb2830
bd4413d
%ldconfig_scriptlets -n cryptsetup-libs
dfb2830
Milan Broz 024fef1
%files
7ca797b
%license COPYING
7ca797b
%doc AUTHORS FAQ docs/*ReleaseNotes
dfb2830
%{_mandir}/man8/cryptsetup.8.gz
Milan Broz 1deeeab
%{_sbindir}/cryptsetup
dfb2830
Milan Broz 024fef1
%files -n veritysetup
7ca797b
%license COPYING
Milan Broz 024fef1
%{_mandir}/man8/veritysetup.8.gz
Milan Broz 024fef1
%{_sbindir}/veritysetup
Milan Broz 024fef1
544bd28
%files -n integritysetup
544bd28
%license COPYING
544bd28
%{_mandir}/man8/integritysetup.8.gz
544bd28
%{_sbindir}/integritysetup
544bd28
Milan Broz 192ee62
%files reencrypt
7ca797b
%license COPYING
Milan Broz 192ee62
%{_mandir}/man8/cryptsetup-reencrypt.8.gz
Milan Broz 192ee62
%{_sbindir}/cryptsetup-reencrypt
Milan Broz 192ee62
dfb2830
%files devel
dfb2830
%doc docs/examples/*
dfb2830
%{_includedir}/libcryptsetup.h
dfb2830
%{_libdir}/libcryptsetup.so
dfb2830
%{_libdir}/pkgconfig/libcryptsetup.pc
dfb2830
Milan Broz 024fef1
%files libs -f cryptsetup.lang
7ca797b
%license COPYING COPYING.LGPL
Milan Broz 1deeeab
%{_libdir}/libcryptsetup.so.*
f07e9cc
%dir %{_libdir}/%{name}/
544bd28
%{_tmpfilesdir}/cryptsetup.conf
09cfa4a
%ghost %attr(700, -, -) %dir /run/cryptsetup
dfb2830
f07e9cc
%files ssh-token
f07e9cc
%license COPYING COPYING.LGPL
f07e9cc
%{_libdir}/%{name}/libcryptsetup-token-ssh.so
f07e9cc
%{_mandir}/man8/cryptsetup-ssh.8.gz
f07e9cc
%{_sbindir}/cryptsetup-ssh
f07e9cc
dfb2830
%changelog
7c55210
* Wed Jan 12 2022 Ondrej Kozina <okozina@redhat.com> - 2.4.3-1
7c55210
- Update to cryptsetup 2.4.3.
7c55210
eecda64
* Thu Nov 18 2021 Milan Broz <gmazyland@gmail.com> - 2.4.2-1
eecda64
- Update to cryptsetup 2.4.2.
eecda64
f5b67bb
* Fri Sep 17 2021 Ondrej Kozina <okozina@redhat.com> - 2.4.1-1
f5b67bb
- Update to cryptsetup 2.4.1.
f5b67bb
c90113a
* Tue Sep 14 2021 Sahana Prasad <sahana@redhat.com> - 2.4.0-2
c90113a
- Rebuilt with OpenSSL 3.0.0
c90113a
0d53e78
* Wed Aug 18 2021 Ondrej Kozina <okozina@redhat.com> - 2.4.0-1
0d53e78
- Update to cryptsetup 2.4.0.
0d53e78
dd64a27
* Fri Jul 30 2021 Milan Broz <gmazyland@gmail.com> - 2.4.0~rc1-1
dd64a27
- Update to cryptsetup 2.4.0-rc1.
dd64a27
2408d4e
* Wed Jul 21 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.4.0~rc0-3
2408d4e
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
2408d4e
b9834ca
* Sat Jul 10 2021 Björn Esser <besser82@fedoraproject.org> - 2.4.0~rc0-2
b9834ca
- Rebuild for versioned symbols in json-c
b9834ca
f07e9cc
* Fri Jul 02 2021 Ondrej Kozina <okozina@redhat.com> - 2.4.0~rc0-1
f07e9cc
- Update to cryptsetup 2.4.0-rc0.
f07e9cc
- add experimental cryptsetup-ssh token subpackage
f07e9cc
- spec file cleanup
f07e9cc
d59f928
* Fri May 28 2021 Milan Broz <gmazyland@gmail.com> - 2.3.6-1
d59f928
- Update to cryptsetup 2.3.6.
d59f928
d59f928
* Thu Mar 11 2021 Milan Broz <gmazyland@gmail.com> - 2.3.5-2
1fbe56e
- Update to cryptsetup 2.3.5.
1fbe56e
4d1c36b
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.4-2
4d1c36b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
4d1c36b
e38fc3b
* Thu Sep 03 2020 Milan Broz <gmazyland@gmail.com> - 2.3.4-1
e38fc3b
- Update to cryptsetup 2.3.4.
e38fc3b
- Fix for CVE-2020-14382 (#1874712)
e38fc3b
c8fbf85
* Mon Jul 27 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.3-2
c8fbf85
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild
c8fbf85
b562aaf
* Thu May 28 2020 Ondrej Kozina <okozina@redhat.com> - 2.3.3-1
b562aaf
- Update to cryptsetup 2.3.3.
b562aaf
82967dd
* Thu Apr 30 2020 Milan Broz <gmazyland@gmail.com> - 2.3.2-1
82967dd
- Update to cryptsetup 2.3.2.
82967dd
8a385b7
* Tue Apr 21 2020 Björn Esser <besser82@fedoraproject.org> - 2.3.1-4
8a385b7
- Rebuild (json-c)
8a385b7
eb705e8
* Thu Apr 16 2020 Milan Broz <gmazyland@gmail.com> - 2.3.1-3
eb705e8
- Fix broken json-c patch (#1824878).
eb705e8
5ab2a1f
* Tue Apr 14 2020 Björn Esser <besser82@fedoraproject.org> - 2.3.1-2
5ab2a1f
- Add support for upcoming json-c 0.14.0
4bbb581
- Use %%make_build, %%make_install and %%autosetup macros
5ab2a1f
ca3bde7
* Thu Mar 12 2020 Ondrej Kozina <okozina@redhat.com> - 2.3.1-1
ca3bde7
- Update to cryptsetup 2.3.1.
ca3bde7
09cfa4a
* Sun Feb 02 2020 Milan Broz <gmazyland@gmail.com> - 2.3.0-1
09cfa4a
- Update to cryptsetup 2.3.0.
09cfa4a
f0628cf
* Tue Jan 28 2020 Fedora Release Engineering <releng@fedoraproject.org> - 2.3.0-0.2
f0628cf
- Rebuilt for https://fedoraproject.org/wiki/Fedora_32_Mass_Rebuild
f0628cf
b153bd7
* Sun Jan 12 2020 Milan Broz <gmazyland@gmail.com> - 2.3.0-0.1
b153bd7
- Update to cryptsetup 2.3.0-rc0.
b153bd7
f672f01
* Fri Nov 01 2019 Ondrej Kozina <okozina@redhat.com> - 2.2.2-1
f672f01
- Update to cryptsetup 2.2.2.
f672f01
17d38c1
* Fri Sep 06 2019 Ondrej Kozina <okozina@redhat.com> - 2.2.1-1
17d38c1
- Update to cryptsetup 2.2.1.
17d38c1
4890123
* Thu Aug 15 2019 Milan Broz <gmazyland@gmail.com> - 2.2.0-1
4890123
- Update to cryptsetup 2.2.0.
4890123
edb5a7b
* Wed Jul 24 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.2.0-0.3
edb5a7b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild
edb5a7b
9b27f43
* Fri Jun 14 2019 Ondrej Kozina <okozina@redhat.com> - 2.2.0-0.2
9b27f43
- Update to cryptsetup 2.2.0-rc1.
9b27f43
82aaa7e
* Fri May 03 2019 Ondrej Kozina <okozina@redhat.com> - 2.2.0-0.1
82aaa7e
- Update to cryptsetup 2.2.0-rc0.
82aaa7e
eaa427d
* Thu Apr 04 2019 Kalev Lember <klember@redhat.com> - 2.1.0-3
eaa427d
- Add back python2-cryptsetup and cryptsetup-python3 obsoletes
eaa427d
6fbf418
* Mon Mar 18 2019 Milan Broz <gmazyland@gmail.com> - 2.1.0-2
6fbf418
- Rebuild for new libargon2 soname.
6fbf418
6dea817
* Fri Feb 08 2019 Ondrej Kozina <okozina@redhat.com> - 2.1.0-1
6dea817
- Update to cryptsetup 2.1.0.
6dea817
- Drop python specific bits from spec file (python was removed
6dea817
  from upstream project)
6dea817
c54b94c
* Thu Jan 31 2019 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.6-3
c54b94c
- Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild
c54b94c
4ee5210
* Tue Jan 22 2019 Ondrej Kozina <okozina@redhat.com> - 2.0.6-2
4ee5210
- Switch default metadata format to LUKS2.
4ee5210
- Resolves: #1668013
4ee5210
d68990b
* Mon Dec 03 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.6-1
d68990b
- Update to cryptsetup 2.0.6.
d68990b
ceb52ce
* Mon Oct 29 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.5-1
ceb52ce
- Update to cryptsetup 2.0.5.
ceb52ce
3b2e11e
* Fri Aug 03 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.4-1
3b2e11e
- Update to cryptsetup 2.0.4.
3b2e11e
- patch: Add Fedora system library paths in configure.
3b2e11e
0dd1b20
* Tue Jul 17 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-6
0dd1b20
- Remove libgcrypt dependency from cryptsetup-libs package.
0dd1b20
1028146
* Tue Jul 17 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-5
1028146
- Replace sed script with --disable-rpath configure option.
1028146
- Switch cryptsetup to openssl crypto backend.
1028146
- Spec file cleanup.
1028146
5177270
* Thu Jul 12 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.3-4
5177270
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
5177270
cfc9ba2
* Fri May 04 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-3
cfc9ba2
- Fix obsolete macro for python3 subpackage.
cfc9ba2
6cb68ae
* Fri May 04 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-2
6cb68ae
- Add missing 'Obsoletes' macros for python subpackages.
6cb68ae
66649e2
* Fri May 04 2018 Milan Broz <gmazyland@gmail.com> - 2.0.3-1
66649e2
- Update to cryptsetup 2.0.3.
66649e2
221ea11
* Wed Apr 25 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.2-3
221ea11
- Add conditions for python sub-packages
221ea11
181a0d8
* Tue Mar 27 2018 Björn Esser <besser82@fedoraproject.org> - 2.0.2-2
181a0d8
- Rebuilt for libjson-c.so.4 (json-c v0.13.1) on fc28
181a0d8
1bf0310
* Wed Mar 07 2018 Milan Broz <gmazyland@gmail.com> - 2.0.2-1
1bf0310
- Update to cryptsetup 2.0.2.
1bf0310
f150d6c
* Tue Mar 06 2018 Björn Esser <besser82@fedoraproject.org> - 2.0.1-3
f150d6c
- Rebuilt for libjson-c.so.4 (json-c v0.13.1)
f150d6c
6642858
* Wed Feb 07 2018 Fedora Release Engineering <releng@fedoraproject.org> - 2.0.1-2
6642858
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
6642858
0d1e810
* Sun Jan 21 2018 Milan Broz <gmazyland@gmail.com> - 2.0.1-1
0d1e810
- Update to cryptsetup 2.0.1.
0d1e810
a7d5c76
* Thu Jan 04 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.0-3
a7d5c76
- Override locking path to /run/cryptsetup (going to be new default)
a7d5c76
- Claim ownership of the locking directory
a7d5c76
8c891f7
* Fri Dec 15 2017 Iryna Shcherbina <ishcherb@redhat.com> - 2.0.0-2
8c891f7
- Update Python 2 dependency declarations to new packaging standards
8c891f7
  (See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3)
8c891f7
296729b
* Tue Dec 12 2017 Ondrej Kozina <okozina@redhat.com> - 2.0.0-1
296729b
- Update to cryptsetup 2.0.0 (final).
296729b
25929b2
* Sun Dec 10 2017 Björn Esser <besser82@fedoraproject.org> - 2.0.0-0.6
25929b2
- Rebuilt for libjson-c.so.3
25929b2
bae1dbc
* Mon Nov 20 2017 Milan Broz <gmazyland@gmail.com> - 2.0.0-0.5
bae1dbc
- Link to system libargon2 instead of using bundled code.
bae1dbc
0e8cd2a
* Thu Nov 09 2017 Ondrej Kozina <okozina@redhat.com> - 2.0.0-0.4
0e8cd2a
- Drop the legacy library.
0e8cd2a
245fb0b
* Wed Nov 08 2017 Ondrej Kozina <okozina@redhat.com> - 2.0.0-0.3
245fb0b
- Temporary build providing legacy library.
245fb0b
544bd28
* Tue Nov 07 2017 Ondrej Kozina <okozina@redhat.com> - 2.0.0-0.2
544bd28
- Update to cryptsetup 2.0.0-rc1 (with libcryptsetup soname bump).
544bd28
- Added integritysetup subpackage.
544bd28
56cfe01
* Sun Aug 20 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.7.5-5
56cfe01
- Add Provides for the old name without %%_isa
56cfe01
d5f76b6
* Sat Aug 19 2017 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 1.7.5-4
d5f76b6
- Python 2 binary package renamed to python2-cryptsetup
d5f76b6
  See https://fedoraproject.org/wiki/FinalizingFedoraSwitchtoPython3
d5f76b6
9842899
* Wed Aug 02 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.5-3
9842899
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
9842899
298150b
* Wed Jul 26 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.5-2
298150b
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
298150b
b64fb92
* Thu Apr 27 2017 Milan Broz <gmazyland@gmail.com> - 1.7.5-1
b64fb92
- Update to cryptsetup 1.7.5.
b64fb92
1cdb36e
* Wed Mar 15 2017 Milan Broz <gmazyland@gmail.com> - 1.7.4-1
1cdb36e
- Update to cryptsetup 1.7.4.
1cdb36e
f0156f0
* Fri Feb 10 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.3-3
f0156f0
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
f0156f0
a4744b0
* Mon Dec 19 2016 Miro Hrončok <mhroncok@redhat.com> - 1.7.3-2
a4744b0
- Rebuild for Python 3.6
a4744b0
bd21a19
* Sun Oct 30 2016 Milan Broz <gmazyland@gmail.com> - 1.7.3-1
bd21a19
- Update to cryptsetup 1.7.3.
bd21a19
7fa49fb
* Tue Jul 19 2016 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.2-3
7fa49fb
- https://fedoraproject.org/wiki/Changes/Automatic_Provides_for_Python_RPM_Packages
7fa49fb
7952d31
* Mon Jun 13 2016 Milan Broz <gmazyland@gmail.com> - 1.7.2-2
7952d31
- Rebuilt for compatible symbol changes in glibc.
7952d31
22f01ff
* Sat Jun 04 2016 Milan Broz <gmazyland@gmail.com> - 1.7.2-1
22f01ff
- Update to cryptsetup 1.7.2.
22f01ff
milan a1bdd29
* Sun Feb 28 2016 Milan Broz <gmazyland@gmail.com> - 1.7.1-1
milan a1bdd29
- Update to cryptsetup 1.7.1.
milan a1bdd29
d2664b3
* Wed Feb 03 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.7.0-3
d2664b3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
d2664b3
a4e1342
* Tue Nov 10 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.7.0-2
a4e1342
- Rebuilt for https://fedoraproject.org/wiki/Changes/python3.5
a4e1342
3be14d0
* Tue Nov 03 2015 Milan Broz <gmazyland@gmail.com> - 1.7.0-1
3be14d0
- Update to cryptsetup 1.7.0.
3be14d0
- Switch to sha256 as default hash.
3be14d0
- Increase default PBKDF2 iteration time to 2 seconds.
3be14d0
63dffd8
* Tue Sep 08 2015 Milan Broz <gmazyland@gmail.com> - 1.6.8-2
350ad9f
- Update to cryptsetup 1.6.8.
350ad9f
b1c5771
* Wed Jun 17 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.7-2
b1c5771
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
b1c5771
25fc1ca
* Mon Mar 23 2015 Milan Broz <gmazyland@gmail.com> - 1.6.7-1
25fc1ca
- Update to cryptsetup 1.6.7.
25fc1ca
- Remove no longer needed fipscheck library dependence.
25fc1ca
- Change URL to new homepage.
25fc1ca
55872b7
* Sat Aug 16 2014 Milan Broz <gmazyland@gmail.com> - 1.6.6-1
55872b7
- Update to cryptsetup 1.6.6.
55872b7
dd5a495
* Sat Aug 16 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.5-3
dd5a495
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
dd5a495
7ca797b
* Fri Jul 11 2014 Tom Callaway <spot@fedoraproject.org> - 1.6.5-2
7ca797b
- fix license handling
7ca797b
6e66c79
* Sun Jun 29 2014 Milan Broz <gmazyland@gmail.com> - 1.6.5-1
6e66c79
- Update to cryptsetup 1.6.5.
6e66c79
- Add cryptsetup-python3 subpackage.
6e66c79
b64d7d8
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.4-3
b64d7d8
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
b64d7d8
311eccc
* Sun Mar 02 2014 Milan Broz <gmazyland@gmail.com> - 1.6.4-2
311eccc
- Require libgcrypt 1.6.1 (with fixed PBKDF2 and Whirlpool hash).
311eccc
6b63724
* Thu Feb 27 2014 Milan Broz <gmazyland@gmail.com> - 1.6.4-1
6b63724
- Update to cryptsetup 1.6.4.
6b63724
aec00a0
* Tue Jan 07 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.3-2
aec00a0
- remove useless hmac checksum
aec00a0
899979f
* Fri Dec 13 2013 Milan Broz <gmazyland@gmail.com> - 1.6.3-1
899979f
- Update to cryptsetup 1.6.3.
899979f
733d714
* Sun Aug 04 2013 Milan Broz <gmazyland@gmail.com> - 1.6.2-1
733d714
- Update to cryptsetup 1.6.2.
733d714
fe301d7
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.1-2
fe301d7
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
fe301d7
milan 4a34c9d
* Sun Mar 31 2013 Milan Broz <gmazyland@gmail.com> - 1.6.1-1
milan 4a34c9d
- Update to cryptsetup 1.6.1.
milan 4a34c9d
- Install ReleaseNotes files instead of empty Changelog file.
milan 4a34c9d
115dc9a
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
115dc9a
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
115dc9a
Milan Broz 50f600c
* Mon Jan 14 2013 Milan Broz <mbroz@redhat.com> - 1.6.0-1
Milan Broz 50f600c
- Update to cryptsetup 1.6.0.
Milan Broz 50f600c
- Change default LUKS encryption mode to aes-xts-plain64 (AES128).
Milan Broz 50f600c
- Force use of gcrypt PBKDF2 instead of internal implementation.
Milan Broz 50f600c
Milan Broz efce99d
* Sat Dec 29 2012 Milan Broz <mbroz@redhat.com> - 1.6.0-0.1
Milan Broz efce99d
- Update to cryptsetup 1.6.0-rc1.
Milan Broz efce99d
- Relax license to GPLv2+ according to new release.
Milan Broz efce99d
- Compile cryptsetup with libpwquality support.
Milan Broz b7b6497
Milan Broz 50f600c
* Tue Oct 16 2012 Milan Broz <mbroz@redhat.com> - 1.5.1-1
Milan Broz 50f600c
- Update to cryptsetup 1.5.1.
Milan Broz 50f600c
c2e3e09
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
c2e3e09
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c2e3e09
Milan Broz 16599f7
* Tue Jul 10 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-1
Milan Broz 16599f7
- Update to cryptsetup 1.5.0.
Milan Broz 16599f7
Milan Broz 192ee62
* Wed Jun 20 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.2
Milan Broz 192ee62
- Update to cryptsetup 1.5.0-rc2.
Milan Broz 192ee62
- Add cryptsetup-reencrypt subpackage.
Milan Broz 192ee62
Milan Broz 024fef1
* Mon Jun 11 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.1
Milan Broz 024fef1
- Update to cryptsetup 1.5.0-rc1.
Milan Broz 024fef1
- Add veritysetup subpackage.
Milan Broz 024fef1
- Move localization files to libs subpackage.
Milan Broz 024fef1
Milan Broz 1deeeab
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-2
Milan Broz 1deeeab
- Build with fipscheck (verification in fips mode).
Milan Broz 1deeeab
- Clean up spec file, use install to /usr.
Milan Broz 1deeeab
Milan Broz 3e132f5
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-1
Milan Broz 3e132f5
- Update to cryptsetup 1.4.3.
Milan Broz 3e132f5
Milan Broz b187bb5
* Thu Apr 12 2012 Milan Broz <mbroz@redhat.com> - 1.4.2-1
Milan Broz b187bb5
- Update to cryptsetup 1.4.2.
Milan Broz b187bb5
e74ec64
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
e74ec64
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
e74ec64
b661c14
* Wed Nov 09 2011 Milan Broz <mbroz@redhat.com> - 1.4.1-1
b661c14
- Update to cryptsetup 1.4.1.
b661c14
- Add Python cryptsetup bindings.
b661c14
- Obsolete separate python-cryptsetup package.
b661c14
6bfe763
* Wed Oct 26 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-1
6bfe763
- Update to cryptsetup 1.4.0.
6bfe763
dfb2830
* Mon Oct 10 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-0.1
dfb2830
- Update to cryptsetup 1.4.0-rc1.
dfb2830
- Rename package back from cryptsetup-luks to cryptsetup.
dfb2830
dfb2830
* Wed Jun 22 2011 Milan Broz <mbroz@redhat.com> - 1.3.1-2
dfb2830
- Fix return code for status command when device doesn't exist.
dfb2830
dfb2830
* Tue May 24 2011 Milan Broz <mbroz@redhat.com> - 1.3.1-1
dfb2830
- Update to cryptsetup 1.3.1.
dfb2830
dfb2830
* Tue Apr 05 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-1
dfb2830
- Update to cryptsetup 1.3.0.
dfb2830
dfb2830
* Tue Mar 22 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-0.2
dfb2830
- Update to cryptsetup 1.3.0-rc2
dfb2830
dfb2830
* Mon Mar 14 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-0.1
dfb2830
- Update to cryptsetup 1.3.0-rc1
dfb2830
dfb2830
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
dfb2830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
dfb2830
dfb2830
* Mon Dec 20 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-1
dfb2830
- Update to cryptsetup 1.2.0
dfb2830
dfb2830
* Thu Nov 25 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-0.2
dfb2830
- Fix crypt_activate_by_keyfile() to work with PLAIN devices.
dfb2830
dfb2830
* Tue Nov 16 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-0.1
dfb2830
- Add FAQ to documentation.
dfb2830
- Update to cryptsetup 1.2.0-rc1
dfb2830
dfb2830
* Sat Jul 03 2010 Milan Broz <mbroz@redhat.com> - 1.1.3-1
dfb2830
- Update to cryptsetup 1.1.3
dfb2830
dfb2830
* Mon Jun 07 2010 Milan Broz <mbroz@redhat.com> - 1.1.2-2
dfb2830
- Fix alignment ioctl use.
dfb2830
- Fix API activation calls to handle NULL device name.
dfb2830
dfb2830
* Sun May 30 2010 Milan Broz <mbroz@redhat.com> - 1.1.2-1
dfb2830
- Update to cryptsetup 1.1.2
dfb2830
- Fix luksOpen handling of new line char on stdin.
dfb2830
dfb2830
* Sun May 23 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-1
dfb2830
- Update to cryptsetup 1.1.1
dfb2830
- Fix luksClose for stacked LUKS/LVM devices.
dfb2830
dfb2830
* Mon May 03 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-0.2
dfb2830
- Update to cryptsetup 1.1.1-rc2.
dfb2830
dfb2830
* Sat May 01 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-0.1
dfb2830
- Update to cryptsetup 1.1.1-rc1.
dfb2830
dfb2830
* Sun Jan 17 2010 Milan Broz <mbroz@redhat.com> - 1.1.0-1
dfb2830
- Update to cryptsetup 1.1.0.
dfb2830
dfb2830
* Fri Jan 15 2010 Milan Broz <mbroz@redhat.com> - 1.1.0-0.6
dfb2830
- Fix gcrypt initialisation.
dfb2830
- Fix backward compatibility for hash algorithm (uppercase).
dfb2830
dfb2830
* Wed Dec 30 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.5
dfb2830
- Update to cryptsetup 1.1.0-rc4
dfb2830
dfb2830
* Mon Nov 16 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.4
dfb2830
- Update to cryptsetup 1.1.0-rc3
dfb2830
dfb2830
* Thu Oct 01 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.3
dfb2830
- Update to cryptsetup 1.1.0-rc2
dfb2830
- Fix libcryptsetup to properly export only versioned symbols.
dfb2830
dfb2830
* Tue Sep 29 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.2
dfb2830
- Update to cryptsetup 1.1.0-rc1
dfb2830
- Add luksHeaderBackup and luksHeaderRestore commands.
dfb2830
Milan Broz 50f600c
* Fri Sep 11 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.1
dfb2830
- Update to new upstream testing version with new API interface.
dfb2830
- Add luksSuspend and luksResume commands.
dfb2830
- Introduce pkgconfig.
dfb2830
dfb2830
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-2
dfb2830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
dfb2830
dfb2830
* Wed Jul 22 2009 Milan Broz <mbroz@redhat.com> - 1.0.7-1
dfb2830
- Update to upstream final release.
dfb2830
- Split libs subpackage.
dfb2830
- Remove rpath setting from cryptsetup binary.
dfb2830
dfb2830
* Wed Jul 15 2009 Till Maas <opensource@till.name> - 1.0.7-0.2
dfb2830
- update BR because of libuuid splitout from e2fsprogs
dfb2830
dfb2830
* Mon Jun 22 2009 Milan Broz <mbroz@redhat.com> - 1.0.7-0.1
dfb2830
- Update to new upstream 1.0.7-rc1.
dfb2830
dfb2830
- Wipe old fs headers to not confuse blkid (#468062)
dfb2830
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-7
dfb2830
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
dfb2830
dfb2830
* Thu Oct 30 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-6
dfb2830
- Wipe old fs headers to not confuse blkid (#468062)
dfb2830
dfb2830
* Tue Sep 23 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-5
dfb2830
- Change new project home page.
dfb2830
- Print more descriptive messages for initialization errors.
dfb2830
- Refresh patches to versions commited upstream.
dfb2830
dfb2830
* Sat Sep 06 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-4
dfb2830
- Fix close of zero decriptor.
dfb2830
- Fix udevsettle delays - use temporary crypt device remapping.
dfb2830
dfb2830
* Wed May 28 2008 Till Maas <opensource till name> - 1.0.6-3
dfb2830
- remove a duplicate sentence from the manpage (RH #448705)
dfb2830
- add patch metadata about upstream status
dfb2830
dfb2830
* Tue Apr 15 2008 Bill Nottinghm <notting@redhat.com> - 1.0.6-2
dfb2830
- Add the device to the luksOpen prompt (#433406)
dfb2830
- Use iconv, not recode (#442574)
dfb2830
dfb2830
* Thu Mar 13 2008 Till Maas <opensource till name> - 1.0.6-1
dfb2830
- Update to latest version
dfb2830
- remove patches that have been merged upstream
dfb2830
dfb2830
* Mon Mar 03 2008 Till Maas <opensource till name> - 1.0.6-0.1.pre2
dfb2830
- Update to new version with several bugfixes
dfb2830
- remove patches that have been merged upstream
dfb2830
- add patch from cryptsetup newsgroup
dfb2830
- fix typo / missing luksRemoveKey in manpage (patch)
dfb2830
dfb2830
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.5-9
dfb2830
- Autorebuild for GCC 4.3
dfb2830
dfb2830
* Sat Jan 19 2008 Peter Jones <pjones@redhat.com> - 1.0.5-8
dfb2830
- Rebuild for broken deps.
dfb2830
dfb2830
* Thu Aug 30 2007 Till Maas <opensource till name> - 1.0.5-7
dfb2830
- update URL
dfb2830
- update license tag
dfb2830
- recode ChangeLog from latin1 to uf8
dfb2830
- add smp_mflags to make
dfb2830
dfb2830
* Fri Aug 24 2007 Till Maas <opensource till name> - 1.0.5-6
dfb2830
- cleanup BuildRequires:
dfb2830
- removed versions, packages in Fedora are new enough
dfb2830
- changed popt to popt-devel
dfb2830
dfb2830
* Thu Aug 23 2007 Till Maas <opensource till name> - 1.0.5-5
dfb2830
- fix devel subpackage requires
dfb2830
- remove empty NEWS README
dfb2830
- remove uneeded INSTALL
dfb2830
- remove uneeded ldconfig requires
dfb2830
- add readonly detection patch
dfb2830
dfb2830
* Wed Aug 08 2007 Till Maas <opensource till name> - 1.0.5-4
dfb2830
- disable patch2, libsepol is now detected by configure
dfb2830
- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib}
dfb2830
dfb2830
* Fri Jul 27 2007 Till Maas <opensource till name> - 1.0.5-3
dfb2830
- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs
dfb2830
dfb2830
* Thu Jul 26 2007 Till Maas <opensource till name> - 1.0.5-2
dfb2830
- Use /lib as libdir (#243228)
dfb2830
- sync header and library (#215349)
dfb2830
- do not use %%makeinstall (recommended by PackageGuidelines)
dfb2830
- select sbindir with %%configure instead with make
dfb2830
- add TODO
dfb2830
dfb2830
* Wed Jun 13 2007 Jeremy Katz <katzj@redhat.com> - 1.0.5-1
dfb2830
- update to 1.0.5
dfb2830
dfb2830
* Mon Jun 04 2007 Peter Jones <pjones@redhat.com> - 1.0.3-5
dfb2830
- Don't build static any more.
dfb2830
dfb2830
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.0.3-4
dfb2830
- Add build dependency on new device-mapper-devel package.
dfb2830
- Add preun and post ldconfig requirements.
dfb2830
- Update BuildRoot.
dfb2830
dfb2830
* Wed Nov  1 2006 Peter Jones <pjones@redhat.com> - 1.0.3-3
dfb2830
- Require newer libselinux (#213414)
dfb2830
dfb2830
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.3-2.1
dfb2830
- rebuild
dfb2830
dfb2830
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1.0.3-2
dfb2830
- put shared libs in the right subpackages
dfb2830
dfb2830
* Fri Apr  7 2006 Bill Nottingham <notting@redhat.com> 1.0.3-1
dfb2830
- update to final 1.0.3
dfb2830
Milan Broz 50f600c
* Mon Feb 27 2006 Bill Nottingham <notting@redhat.com> 1.0.3-0.rc2
dfb2830
- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658)
dfb2830
dfb2830
* Wed Feb 22 2006 Bill Nottingham <notting@redhat.com> 1.0.3-0.rc1
dfb2830
- update to 1.0.3rc1, reverts changes to default encryption type
dfb2830
dfb2830
* Tue Feb 21 2006 Bill Nottingham <notting@redhat.com> 1.0.2-1
dfb2830
- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726)
dfb2830
dfb2830
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.0.1-5
dfb2830
- BuildRequires: libselinux-devel
dfb2830
dfb2830
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2.1
dfb2830
- bump again for double-long bug on ppc(64)
dfb2830
dfb2830
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2
dfb2830
- rebuilt for new gcc4.1 snapshot and glibc changes
dfb2830
dfb2830
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
dfb2830
- rebuilt
dfb2830
dfb2830
* Mon Dec  5 2005 Bill Nottingham <notting@redhat.com> 1.0.1-4
dfb2830
- rebuild against new libdevmapper
dfb2830
dfb2830
* Thu Oct 13 2005 Florian La Roche <laroche@redhat.com>
dfb2830
- add -lsepol to rebuild on current fc5
dfb2830
dfb2830
* Mon Aug 22 2005 Karel Zak <kzak@redhat.com> 1.0.1-2
dfb2830
- fix cryptsetup help for isLuks action
dfb2830
dfb2830
* Fri Jul  1 2005 Bill Nottingham <notting@redhat.com> 1.0.1-1
dfb2830
- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for
dfb2830
  piped passwords
dfb2830
dfb2830
* Thu Jun 16 2005 Bill Nottingham <notting@redhat.com> 1.0-2
dfb2830
- add patch for 32/64 bit compatibility (#160445, <redhat@paukstadt.de>)
dfb2830
dfb2830
* Tue Mar 29 2005 Bill Nottingham <notting@redhat.com> 1.0-1
dfb2830
- update to 1.0
dfb2830
dfb2830
* Thu Mar 10 2005 Bill Nottingham <notting@redhat.com> 0.993-1
dfb2830
- switch to cryptsetup-luks, for LUKS support
dfb2830
dfb2830
* Tue Oct 12 2004 Bill Nottingham <notting@redhat.com> 0.1-4
dfb2830
- oops, make that *everything* static (#129926)
dfb2830
dfb2830
* Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> 0.1-3
dfb2830
- link some things static, move to /sbin (#129926)
dfb2830
dfb2830
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
dfb2830
- rebuilt
dfb2830
dfb2830
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 0.1-1
dfb2830
- initial packaging