Blame SPECS/cryptsetup.spec

8af939
%{!?python_sitearch: %global python_sitearch %(%{__python} -c "from distutils.sysconfig import get_python_lib; print get_python_lib(1)")}
8af939
8af939
%if 0%{?fedora}
8af939
%if 0%{?fedora} >= 29
8af939
Obsoletes: python2-cryptsetup
8af939
Obsoletes: cryptsetup-python3
8af939
%global python2_enable 0
8af939
%global python3_enable 0
8af939
%else
8af939
%global python2_enable 1
8af939
%global python3_enable 1
8af939
%endif
8af939
%else
8af939
Obsoletes: cryptsetup-python3
8af939
%global python3_enable 0
8af939
%if 0%{?rhel} == 7
8af939
%global python2_enable 1
8af939
# Change to 1 when argon2 lands
8af939
%global libargon2_enable 0
8af939
# Change to 1 when dm-integrity gets backported
8af939
%global integritysetup_enable 0
8af939
%else
8af939
Obsoletes: cryptsetup-python
8af939
Obsoletes: python2-cryptsetup
8af939
%global python2_enable 0
8af939
%endif
8af939
%endif
8af939
8af939
8af939
Summary: A utility for setting up encrypted disks
8af939
Name: cryptsetup
8af939
Version: 2.0.3
8af939
Release: 6%{?dist}
8af939
License: GPLv2+ and LGPLv2+
8af939
Group: Applications/System
8af939
URL: https://gitlab.com/cryptsetup/cryptsetup
8af939
BuildRequires: libgcrypt-devel, popt-devel, device-mapper-devel
8af939
BuildRequires: libgpg-error-devel, libuuid-devel, libsepol-devel
8af939
BuildRequires: libselinux-devel, gcc, libblkid-devel
8af939
%if %{python2_enable}
8af939
BuildRequires: python-devel
8af939
%endif
8af939
%if %{python3_enable}
8af939
BuildRequires: python3-devel
8af939
%endif
8af939
BuildRequires: libpwquality-devel, json-c-devel
8af939
%if 0%{?libargon2_enable}
8af939
BuildRequires: libargon2-devel
8af939
%endif
8af939
Provides: cryptsetup-luks = %{version}-%{release}
8af939
Obsoletes: cryptsetup-luks < 1.4.0
8af939
Requires: cryptsetup-libs%{?_isa} = %{version}-%{release}
8af939
Requires: libpwquality >= 1.2.0
8af939
8af939
%define dracutmodulesdir %{_prefix}/lib/dracut/modules.d
8af939
%define upstream_version %{version}
8af939
%define upstream_version_old 1.7.4
8af939
Source0: https://www.kernel.org/pub/linux/utils/cryptsetup/v2.0/cryptsetup-%{upstream_version}.tar.xz
8af939
Source1: https://www.kernel.org/pub/linux/utils/cryptsetup/v1.7/cryptsetup-%{upstream_version_old}.tar.xz
8af939
# contains test images only, original commit id 5a7535c
8af939
Source2: luks2_mda_images.tar.xz
8af939
# contains test images only, original commit id 177cb8b
8af939
Source3: luks2_valid_hdr.tar.xz
8af939
# version 1.7.4 only (all of it, up to next comment)
8af939
Patch0: %{name}-avoid-rh-kernel-bug.patch
8af939
Patch1: %{name}-1.7.5-fix-unaligned-access-to-hidden-truecrypt.patch
8af939
Patch2: %{name}-1.7.5-fix-luksformat-in-fips-mode.patch
8af939
Patch3: %{name}-1.7.6-fix-blockwise-access-functions-for-64k-page-size.patch
8af939
Patch4: %{name}-1.7.6-crypt_deactivate-fail-earlier-when-holders-detected.patch
8af939
# 2.0.x only
8af939
Patch5: %{name}-2.0.4-dracut-reencrypt.patch
8af939
Patch6: %{name}-new-avoid-rh-kernel-bug.patch
8af939
Patch7: %{name}-sector-size-detection.patch
8af939
Patch8: %{name}-tests-device-test.patch
8af939
Patch9: %{name}-argon2-fips.patch
8af939
Patch10: %{name}-2.0.4-zero-length-lseek-blockwise-i-o-should-return-zero.patch
8af939
Patch11: %{name}-2.0.4-fix-write_lseek_blockwise-for-in-the-middle-of-secto.patch
8af939
Patch12: %{name}-2.0.4-fix-write_blockwise-on-short-files.patch
8af939
Patch13: %{name}-2.0.4-add-blkid-utilities-for-fast-detection-of-device-sig.patch
8af939
Patch14: %{name}-2.0.4-make-LUKS2-auto-recovery-aware-of-device-signatures.patch
8af939
Patch15: %{name}-2.0.4-allow-LUKS2-repair-to-override-blkid-checks.patch
8af939
Patch16: %{name}-2.0.4-allow-explicit-LUKS2-repair.patch
8af939
Patch17: %{name}-2.0.4-update-crypt_repair-API-documentation-for-LUKS2.patch
8af939
Patch18: %{name}-2.0.4-allow-LUKS2-repair-with-disabled-locks.patch
8af939
# the configure patch must be applied last
8af939
Patch19: %{name}-configure.patch
8af939
Patch20: %{name}-2.0.4-update-cryptsetup-man-page-for-type-option-usage.patch
8af939
Patch21: %{name}-2.0.4-rephrase-error-message-for-invalid-type-param-in-con.patch
8af939
Patch22: %{name}-2.0.4-fix-LUKS2-api-test.patch
8af939
Patch23: %{name}-2.0.5-fix-miscalculation-of-device-alignment-offset.patch
8af939
Patch24: %{name}-2.0.5-remove-useless-division-followed-by-multiplication-b.patch
8af939
Patch25: %{name}-2.0.6-LUKS2-metadata-variation-fixes.patch
8af939
Patch26: %{name}-2.0.6-enable-all-supported-metadata-sizes-in-LUKS2-validat.patch
8af939
Patch27: %{name}-2.0.6-check-json-size-matches-value-from-binary-LUKS2-head.patch
8af939
Patch28: %{name}-2.0.6-test-cryptsetup-can-handle-all-LUKS2-metadata-varian.patch
8af939
Patch29: %{name}-2.0.6-do-not-validate-keyslot-areas-so-frantically.patch
8af939
Patch30: %{name}-2.0.6-reshuffle-config-and-keyslots-areas-validation-code.patch
8af939
Patch31: %{name}-2.0.6-fix-keyslot-areas-validation.patch
8af939
# keep validation tests up to date
8af939
Patch32: %{name}-2.1.0-sync-LUKS2-validation-tests.patch
8af939
Patch33: %{name}-2.2.1-reinstate-missing-backing-file-hint-for-loop-device.patch
8af939
8af939
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
8af939
%define configure_cipher --enable-gcrypt-pbkdf2
8af939
%else
8af939
%define configure_cipher --with-luks1-cipher=aes --with-luks1-mode=cbc-essiv:sha256 --with-luks1-keybits=256
8af939
%endif
8af939
8af939
%if 0%{?libargon2_enable}
8af939
%define configure_libargon2 --enable-libargon2
8af939
%endif
8af939
%if 0%{?integritysetup_enable}
8af939
%define configure_integritysetup --enable-integritysetup
8af939
%else
8af939
%define configure_integritysetup --disable-integritysetup
8af939
%endif
8af939
8af939
%description
8af939
The cryptsetup package contains a utility for setting up
8af939
disk encryption using dm-crypt kernel module.
8af939
8af939
%package devel
8af939
Group: Development/Libraries
8af939
Requires: %{name} = %{version}-%{release}
8af939
Requires: libgcrypt-devel > 1.1.42, device-mapper-devel, libuuid-devel
8af939
Requires: pkgconfig
8af939
Summary: Headers and libraries for using encrypted file systems
8af939
Provides: cryptsetup-luks-devel = %{version}-%{release}
8af939
Obsoletes: cryptsetup-luks-devel < 1.4.0
8af939
8af939
%description devel
8af939
The cryptsetup-devel package contains libraries and header files
8af939
used for writing code that makes use of disk encryption.
8af939
8af939
%package libs
8af939
Group: System Environment/Libraries
8af939
Summary: Cryptsetup shared library
8af939
Provides: cryptsetup-luks-libs = %{version}-%{release}
8af939
Obsoletes: cryptsetup-luks-libs < 1.4.0
8af939
Obsoletes: cryptsetup-reencrypt-libs < 1.6.5
8af939
# Need support for empty password in gcrypt PBKDF2
8af939
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
8af939
Requires: libgcrypt >= 1.5.3-3
8af939
%endif
8af939
8af939
%description libs
8af939
This package contains the cryptsetup shared library, libcryptsetup.
8af939
8af939
%package -n veritysetup
8af939
Group: Applications/System
8af939
Summary: A utility for setting up dm-verity volumes
8af939
Requires: cryptsetup-libs = %{version}-%{release}
8af939
8af939
%description -n veritysetup
8af939
The veritysetup package contains a utility for setting up
8af939
disk verification using dm-verity kernel module.
8af939
8af939
%package reencrypt
8af939
Group: Applications/System
8af939
Summary: A utility for offline reencryption of LUKS encrypted disks.
8af939
Provides: cryptsetup-reencrypt = %{version}-%{release}
8af939
Obsoletes: cryptsetup-reencrypt < 1.6.5
8af939
Requires: cryptsetup-libs = %{version}-%{release}
8af939
8af939
%description reencrypt
8af939
This package contains cryptsetup-reencrypt utility which
8af939
can be used for offline reencryption of disk in situ.
8af939
Also includes dracut module required to perform reencryption
8af939
of device containing a root filesystem.
8af939
8af939
%package python
8af939
Group: System Environment/Libraries
8af939
Summary: Python bindings for libcryptsetup
8af939
Requires: %{name}-libs = %{version}-%{release}
8af939
Provides: python-cryptsetup = %{version}-%{release}
8af939
Obsoletes: python-cryptsetup < 1.4.0
8af939
8af939
%description python
8af939
This package provides Python bindings for libcryptsetup, a library
8af939
for setting up disk encryption using dm-crypt kernel module.
8af939
8af939
%if %{python3_enable}
8af939
%package python3
8af939
Group: System Environment/Libraries
8af939
Summary: Python3 bindings for libcryptsetup
8af939
Requires: %{name}-libs = %{version}-%{release}
8af939
Provides: python3-cryptsetup = %{version}-%{release}
8af939
8af939
%description python3
8af939
This package provides Python bindings for libcryptsetup, a library
8af939
for setting up disk encryption using dm-crypt kernel module.
8af939
%endif
8af939
8af939
%prep
8af939
%setup -q -n cryptsetup-%{upstream_version}
8af939
%patch5 -p1
8af939
%patch6 -p1
8af939
%patch7 -p1
8af939
%patch8 -p1
8af939
%patch9 -p1
8af939
%patch10 -p1
8af939
%patch11 -p1
8af939
%patch12 -p1
8af939
%patch13 -p1
8af939
%patch14 -p1
8af939
%patch15 -p1
8af939
%patch16 -p1
8af939
%patch17 -p1
8af939
%patch18 -p1
8af939
%patch20 -p1
8af939
%patch21 -p1
8af939
%patch22 -p1
8af939
%patch23 -p1
8af939
%patch24 -p1
8af939
%patch25 -p1
8af939
%patch26 -p1
8af939
%patch27 -p1
8af939
%patch28 -p1
8af939
%patch29 -p1
8af939
%patch30 -p1
8af939
%patch31 -p1
8af939
%patch32 -p1
8af939
%patch33 -p1
8af939
# the configure patch (always last)
8af939
%patch19 -p1
8af939
chmod -x python/pycryptsetup-test.py
8af939
chmod -x misc/dracut_90reencrypt/*
8af939
chmod +x tests/generators/generate-*.sh
8af939
%setup -T -a 2 -D -n cryptsetup-%{upstream_version}/tests
8af939
%setup -T -a 3 -D -n cryptsetup-%{upstream_version}/tests
8af939
8af939
%if %{python3_enable}
8af939
# copy the whole directory for the python3 build
8af939
cp -a . %{py3dir}
8af939
%endif
8af939
8af939
%setup -T -a 1 -D -n cryptsetup-%{upstream_version}
8af939
pushd cryptsetup-1.7.4
8af939
%patch0 -p1
8af939
%patch1 -p1
8af939
%patch2 -p1
8af939
%patch3 -p1
8af939
%patch4 -p1
8af939
8af939
%build
8af939
%configure --enable-fips --enable-pwquality --with-default-luks-format=LUKS1 %{?configure_cipher} %{?configure_libargon2} %{?configure_integritysetup}
8af939
pushd cryptsetup-1.7.4
8af939
%configure --enable-python --enable-fips --enable-pwquality --disable-cryptsetup-reencrypt --disable-veritysetup %{?configure_cipher}
8af939
# remove rpath
8af939
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
8af939
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
8af939
make %{?_smp_mflags}
8af939
popd
8af939
# remove rpath
8af939
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
8af939
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
8af939
make %{?_smp_mflags}
8af939
8af939
%if %{python3_enable}
8af939
pushd %{py3dir}
8af939
%configure --enable-python --with-python_version=3
8af939
make %{?_smp_mflags}
8af939
popd
8af939
%endif
8af939
8af939
%install
8af939
pushd cryptsetup-1.7.4
8af939
make install DESTDIR=%{buildroot}
8af939
popd
8af939
make install DESTDIR=%{buildroot}
8af939
rm -rf %{buildroot}/%{_libdir}/*.la
8af939
8af939
%if %{python3_enable}
8af939
pushd %{py3dir}
8af939
make install DESTDIR=%{buildroot}
8af939
rm -rf %{buildroot}/%{_libdir}/*.la
8af939
popd
8af939
%endif
8af939
8af939
%find_lang cryptsetup
8af939
8af939
install -d -m755 %{buildroot}/%{dracutmodulesdir}/90reencrypt
8af939
install -m755 misc/dracut_90reencrypt/module-setup.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
8af939
install -m755 misc/dracut_90reencrypt/parse-reencrypt.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
8af939
install -m755 misc/dracut_90reencrypt/reencrypt.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
8af939
install -m755 misc/dracut_90reencrypt/reencrypt-verbose.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
8af939
8af939
%post -n cryptsetup-libs -p /sbin/ldconfig
8af939
8af939
%postun -n cryptsetup-libs -p /sbin/ldconfig
8af939
8af939
%files
8af939
%{!?_licensedir:%global license %%doc}
8af939
%license COPYING
8af939
%doc AUTHORS FAQ docs/*ReleaseNotes
8af939
%{_mandir}/man8/cryptsetup.8.gz
8af939
%{_sbindir}/cryptsetup
8af939
8af939
%files -n veritysetup
8af939
%{!?_licensedir:%global license %%doc}
8af939
%license COPYING
8af939
%{_mandir}/man8/veritysetup.8.gz
8af939
%{_sbindir}/veritysetup
8af939
8af939
%if %{integritysetup_enable}
8af939
%files -n integritysetup
8af939
%{!?_licensedir:%global license %%doc}
8af939
%license COPYING
8af939
%{_mandir}/man8/integritysetup.8.gz
8af939
%{_sbindir}/integritysetup
8af939
%endif
8af939
8af939
%files reencrypt
8af939
%{!?_licensedir:%global license %%doc}
8af939
%license COPYING
8af939
%doc misc/dracut_90reencrypt/README
8af939
%{_mandir}/man8/cryptsetup-reencrypt.8.gz
8af939
%{_sbindir}/cryptsetup-reencrypt
8af939
%{dracutmodulesdir}/90reencrypt
8af939
%{dracutmodulesdir}/90reencrypt/*
8af939
8af939
%files devel
8af939
%doc docs/examples/*
8af939
%{_includedir}/libcryptsetup.h
8af939
%{_libdir}/libcryptsetup.so
8af939
%{_libdir}/pkgconfig/libcryptsetup.pc
8af939
8af939
%files libs -f cryptsetup.lang
8af939
%{!?_licensedir:%global license %%doc}
8af939
%license COPYING COPYING.LGPL
8af939
%{_libdir}/libcryptsetup.so.*
8af939
%{_tmpfilesdir}/cryptsetup.conf
8af939
%ghost %attr(700, -, -) %dir /run/cryptsetup
8af939
8af939
%files python
8af939
%{!?_licensedir:%global license %%doc}
8af939
%license COPYING.LGPL
8af939
%doc python/pycryptsetup-test.py
8af939
%exclude %{python_sitearch}/pycryptsetup.la
8af939
%{python_sitearch}/pycryptsetup.so
8af939
8af939
%if %{python3_enable}
8af939
%files python3
8af939
%{!?_licensedir:%global license %%doc}
8af939
%license COPYING.LGPL
8af939
%doc python/pycryptsetup-test.py
8af939
%exclude %{python3_sitearch}/pycryptsetup.la
8af939
%{python3_sitearch}/pycryptsetup.so
8af939
%endif
8af939
8af939
%clean
8af939
8af939
%changelog
8af939
* Tue Aug 27 2019 Ondrej Kozina <okozina@redhat.com> - 2.0.3-6
8af939
- patch: Reinstate missing backing file hint for loop device
8af939
  during unlock.
8af939
- Resolves: #1726287
8af939
8af939
* Wed Apr 03 2019 Ondrej Kozina <okozina@redhat.com> - 2.0.3-5
8af939
- patch: calculate alignment offset correctly for LUKS2 devices.
8af939
- patch: fix memory leak in LUKS2 validation.
8af939
- Resolves: #1613953 #1693592
8af939
8af939
* Wed Mar 27 2019 Ondrej Kozina <okozina@redhat.com> - 2.0.3-4
8af939
- patch: Fix broken LUKS2 api test.
8af939
- patch: Allow cryptsetup to process all LUKS2 metadata variants
8af939
  according to LUKS2 specifiation.
8af939
- Resolves: #1653388
8af939
8af939
* Tue Jul 31 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-3
8af939
- Add expected permissions explicitly for locking directory.
8af939
- Reinstate sed script removing library rpath from libtool
8af939
  script due to bug in upstream sources distribution.
8af939
- Resolves: #1609847 #1610379
8af939
8af939
* Mon Jul 16 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-2
8af939
- patch: stop LUKS2 auto-recovery if device is no longer LUKS
8af939
  type
8af939
- patch: update cryptsetup man page for --type option
8af939
- patch: rephrase error message for invalid --type option in
8af939
  convert action
8af939
- Resolves: #1599281 #1601477 #1601481
8af939
8af939
* Wed Jun 20 2018 Ondrej Kozina <okozina@redhat.com> - 2.0.3-1
8af939
- Update to cryptsetup 2.0.3.
8af939
- Resolves: #1475904 #1380347 #1416174 #1536105 #1574239
8af939
8af939
* Thu Oct 19 2017 Ondrej Kozina <okozina@redhat.com> - 1.7.4-4
8af939
- patch: fix regression in blockwise functions
8af939
- patch: avoid repeating error messages when device holders
8af939
  detected.
8af939
- patch: add option to cryptsetup-reencrypt to print progress
8af939
  log sequentaly
8af939
- patch: use --progress-frequency in reencryption dracut module
8af939
- Resolves: #1480006 #1447632 #1479857
8af939
8af939
* Tue Apr 25 2017 Ondrej Kozina <okozina@redhat.com> - 1.7.4-3
8af939
- patch: fix luksFormat failure while running in FIPS mode.
8af939
- Resolves: #1444137
8af939
8af939
* Tue Apr 04 2017 Ondrej Kozina <okozina@redhat.com> - 1.7.4-2
8af939
- patch: fix access to unaligned hidden TrueCrypt header.
8af939
- Resolves: #1435543
8af939
8af939
* Wed Mar 15 2017 Ondrej Kozina <okozina@redhat.com> - 1.7.4-1
8af939
- Update to cryptsetup 1.7.4.
8af939
- Resolves: #1381273
8af939
8af939
* Tue Jun  7 2016 Ondrej Kozina <okozina@redhat.com> - 1.7.2-1
8af939
- Update to cryptsetup 1.7.2.
8af939
- Resolves: #1302022 #1070825
8af939
8af939
* Thu Jun 18 2015 Ondrej Kozina <okozina@redhat.com> - 1.6.7-1
8af939
- Update to cryptsetup 1.6.7.
8af939
- patch: avoid use of kernel crypto API socket which is known
8af939
  to be broken in RHEL7.0 kernel (7.1+ is fine).
8af939
- Resolves: #1206170
8af939
8af939
* Thu Dec 18 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.6-3
8af939
- drop FIPS power on self test and library checksum
8af939
- Resolves: #1158897
8af939
8af939
* Mon Sep 29 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.6-2
8af939
- patch: fix failures related to reencrypt log files
8af939
- Resolves: #1140199
8af939
8af939
* Mon Sep  8 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.6-1
8af939
- Update to cryptsetup 1.6.6.
8af939
- Resolves: #1117372 #1038097
8af939
8af939
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.6.3-2
8af939
- Mass rebuild 2014-01-24
8af939
8af939
* Mon Jan 6 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.3-1
8af939
- Update to cryptsetup 1.6.3.
8af939
- various fixes related to block devices with 4KiB sectors
8af939
- enable reencryption using specific keyslot (dracut module)
8af939
- fix failure in reading last keyslot from external LUKS header
8af939
- update FIPS POST to be complaint with actual requirements
8af939
- fix hash limiting if parameter is not numeric
8af939
- Resolves: #1028362 #1029032 #1029406 #1030288 #1034388 #1038097
8af939
8af939
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.6.2-3
8af939
- Mass rebuild 2013-12-27
8af939
8af939
* Tue Nov 5 2013 Ondrej Kozina <okozina@redhat.com> - 1.6.2-2
8af939
- 90reencrypt: Move conflict with 90crypt to install() section.
8af939
- 90reencrypt: Drop to emergency_shell after successful reencryption.
8af939
- Resolves: #1021593
8af939
8af939
* Mon Oct 14 2013 Ondrej Kozina <okozina@redhat.com> - 1.6.2-1
8af939
- Update to cryptsetup 1.6.2.
8af939
- Add dracut module for cryptsetup-reencrypt (90reencrypt).
8af939
- 90reencrypt: Rename dracut parameteres to be compliant with actual naming guidance.
8af939
- 90reencrypt: Install and load loop kernel module.
8af939
- 90reencrypt: Fix lock file name.
8af939
- 90reencrypt: Add conflict with 90crypt dracut module (more info in #1010287)
8af939
- Resolves: #1010278 #1010287
8af939
8af939
* Sun Mar 31 2013 Milan Broz <gmazyland@gmail.com> - 1.6.1-1
8af939
- Update to cryptsetup 1.6.1.
8af939
- Install ReleaseNotes files instead of empty Changelog file.
8af939
8af939
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
8af939
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
8af939
8af939
* Mon Jan 14 2013 Milan Broz <mbroz@redhat.com> - 1.6.0-1
8af939
- Update to cryptsetup 1.6.0.
8af939
- Change default LUKS encryption mode to aes-xts-plain64 (AES128).
8af939
- Force use of gcrypt PBKDF2 instead of internal implementation.
8af939
8af939
* Sat Dec 29 2012 Milan Broz <mbroz@redhat.com> - 1.6.0-0.1
8af939
- Update to cryptsetup 1.6.0-rc1.
8af939
- Relax license to GPLv2+ according to new release.
8af939
- Compile cryptsetup with libpwquality support.
8af939
8af939
* Tue Oct 16 2012 Milan Broz <mbroz@redhat.com> - 1.5.1-1
8af939
- Update to cryptsetup 1.5.1.
8af939
8af939
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
8af939
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
8af939
8af939
* Tue Jul 10 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-1
8af939
- Update to cryptsetup 1.5.0.
8af939
8af939
* Wed Jun 20 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.2
8af939
- Update to cryptsetup 1.5.0-rc2.
8af939
- Add cryptsetup-reencrypt subpackage.
8af939
8af939
* Mon Jun 11 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.1
8af939
- Update to cryptsetup 1.5.0-rc1.
8af939
- Add veritysetup subpackage.
8af939
- Move localization files to libs subpackage.
8af939
8af939
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-2
8af939
- Build with fipscheck (verification in fips mode).
8af939
- Clean up spec file, use install to /usr.
8af939
8af939
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-1
8af939
- Update to cryptsetup 1.4.3.
8af939
8af939
* Thu Apr 12 2012 Milan Broz <mbroz@redhat.com> - 1.4.2-1
8af939
- Update to cryptsetup 1.4.2.
8af939
8af939
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
8af939
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
8af939
8af939
* Wed Nov 09 2011 Milan Broz <mbroz@redhat.com> - 1.4.1-1
8af939
- Update to cryptsetup 1.4.1.
8af939
- Add Python cryptsetup bindings.
8af939
- Obsolete separate python-cryptsetup package.
8af939
8af939
* Wed Oct 26 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-1
8af939
- Update to cryptsetup 1.4.0.
8af939
8af939
* Mon Oct 10 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-0.1
8af939
- Update to cryptsetup 1.4.0-rc1.
8af939
- Rename package back from cryptsetup-luks to cryptsetup.
8af939
8af939
* Wed Jun 22 2011 Milan Broz <mbroz@redhat.com> - 1.3.1-2
8af939
- Fix return code for status command when device doesn't exist.
8af939
8af939
* Tue May 24 2011 Milan Broz <mbroz@redhat.com> - 1.3.1-1
8af939
- Update to cryptsetup 1.3.1.
8af939
8af939
* Tue Apr 05 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-1
8af939
- Update to cryptsetup 1.3.0.
8af939
8af939
* Tue Mar 22 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-0.2
8af939
- Update to cryptsetup 1.3.0-rc2
8af939
8af939
* Mon Mar 14 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-0.1
8af939
- Update to cryptsetup 1.3.0-rc1
8af939
8af939
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
8af939
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
8af939
8af939
* Mon Dec 20 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-1
8af939
- Update to cryptsetup 1.2.0
8af939
8af939
* Thu Nov 25 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-0.2
8af939
- Fix crypt_activate_by_keyfile() to work with PLAIN devices.
8af939
8af939
* Tue Nov 16 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-0.1
8af939
- Add FAQ to documentation.
8af939
- Update to cryptsetup 1.2.0-rc1
8af939
8af939
* Sat Jul 03 2010 Milan Broz <mbroz@redhat.com> - 1.1.3-1
8af939
- Update to cryptsetup 1.1.3
8af939
8af939
* Mon Jun 07 2010 Milan Broz <mbroz@redhat.com> - 1.1.2-2
8af939
- Fix alignment ioctl use.
8af939
- Fix API activation calls to handle NULL device name.
8af939
8af939
* Sun May 30 2010 Milan Broz <mbroz@redhat.com> - 1.1.2-1
8af939
- Update to cryptsetup 1.1.2
8af939
- Fix luksOpen handling of new line char on stdin.
8af939
8af939
* Sun May 23 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-1
8af939
- Update to cryptsetup 1.1.1
8af939
- Fix luksClose for stacked LUKS/LVM devices.
8af939
8af939
* Mon May 03 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-0.2
8af939
- Update to cryptsetup 1.1.1-rc2.
8af939
8af939
* Sat May 01 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-0.1
8af939
- Update to cryptsetup 1.1.1-rc1.
8af939
8af939
* Sun Jan 17 2010 Milan Broz <mbroz@redhat.com> - 1.1.0-1
8af939
- Update to cryptsetup 1.1.0.
8af939
8af939
* Fri Jan 15 2010 Milan Broz <mbroz@redhat.com> - 1.1.0-0.6
8af939
- Fix gcrypt initialisation.
8af939
- Fix backward compatibility for hash algorithm (uppercase).
8af939
8af939
* Wed Dec 30 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.5
8af939
- Update to cryptsetup 1.1.0-rc4
8af939
8af939
* Mon Nov 16 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.4
8af939
- Update to cryptsetup 1.1.0-rc3
8af939
8af939
* Thu Oct 01 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.3
8af939
- Update to cryptsetup 1.1.0-rc2
8af939
- Fix libcryptsetup to properly export only versioned symbols.
8af939
8af939
* Tue Sep 29 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.2
8af939
- Update to cryptsetup 1.1.0-rc1
8af939
- Add luksHeaderBackup and luksHeaderRestore commands.
8af939
8af939
* Fri Sep 11 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.1
8af939
- Update to new upstream testing version with new API interface.
8af939
- Add luksSuspend and luksResume commands.
8af939
- Introduce pkgconfig.
8af939
8af939
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-2
8af939
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
8af939
8af939
* Wed Jul 22 2009 Milan Broz <mbroz@redhat.com> - 1.0.7-1
8af939
- Update to upstream final release.
8af939
- Split libs subpackage.
8af939
- Remove rpath setting from cryptsetup binary.
8af939
8af939
* Wed Jul 15 2009 Till Maas <opensource@till.name> - 1.0.7-0.2
8af939
- update BR because of libuuid splitout from e2fsprogs
8af939
8af939
* Mon Jun 22 2009 Milan Broz <mbroz@redhat.com> - 1.0.7-0.1
8af939
- Update to new upstream 1.0.7-rc1.
8af939
8af939
- Wipe old fs headers to not confuse blkid (#468062)
8af939
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-7
8af939
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
8af939
8af939
* Thu Oct 30 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-6
8af939
- Wipe old fs headers to not confuse blkid (#468062)
8af939
8af939
* Tue Sep 23 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-5
8af939
- Change new project home page.
8af939
- Print more descriptive messages for initialization errors.
8af939
- Refresh patches to versions commited upstream.
8af939
8af939
* Sat Sep 06 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-4
8af939
- Fix close of zero decriptor.
8af939
- Fix udevsettle delays - use temporary crypt device remapping.
8af939
8af939
* Wed May 28 2008 Till Maas <opensource till name> - 1.0.6-3
8af939
- remove a duplicate sentence from the manpage (RH #448705)
8af939
- add patch metadata about upstream status
8af939
8af939
* Tue Apr 15 2008 Bill Nottinghm <notting@redhat.com> - 1.0.6-2
8af939
- Add the device to the luksOpen prompt (#433406)
8af939
- Use iconv, not recode (#442574)
8af939
8af939
* Thu Mar 13 2008 Till Maas <opensource till name> - 1.0.6-1
8af939
- Update to latest version
8af939
- remove patches that have been merged upstream
8af939
8af939
* Mon Mar 03 2008 Till Maas <opensource till name> - 1.0.6-0.1.pre2
8af939
- Update to new version with several bugfixes
8af939
- remove patches that have been merged upstream
8af939
- add patch from cryptsetup newsgroup
8af939
- fix typo / missing luksRemoveKey in manpage (patch)
8af939
8af939
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.5-9
8af939
- Autorebuild for GCC 4.3
8af939
8af939
* Sat Jan 19 2008 Peter Jones <pjones@redhat.com> - 1.0.5-8
8af939
- Rebuild for broken deps.
8af939
8af939
* Thu Aug 30 2007 Till Maas <opensource till name> - 1.0.5-7
8af939
- update URL
8af939
- update license tag
8af939
- recode ChangeLog from latin1 to uf8
8af939
- add smp_mflags to make
8af939
8af939
* Fri Aug 24 2007 Till Maas <opensource till name> - 1.0.5-6
8af939
- cleanup BuildRequires:
8af939
- removed versions, packages in Fedora are new enough
8af939
- changed popt to popt-devel
8af939
8af939
* Thu Aug 23 2007 Till Maas <opensource till name> - 1.0.5-5
8af939
- fix devel subpackage requires
8af939
- remove empty NEWS README
8af939
- remove uneeded INSTALL
8af939
- remove uneeded ldconfig requires
8af939
- add readonly detection patch
8af939
8af939
* Wed Aug 08 2007 Till Maas <opensource till name> - 1.0.5-4
8af939
- disable patch2, libsepol is now detected by configure
8af939
- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib}
8af939
8af939
* Fri Jul 27 2007 Till Maas <opensource till name> - 1.0.5-3
8af939
- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs
8af939
8af939
* Thu Jul 26 2007 Till Maas <opensource till name> - 1.0.5-2
8af939
- Use /lib as libdir (#243228)
8af939
- sync header and library (#215349)
8af939
- do not use %%makeinstall (recommended by PackageGuidelines)
8af939
- select sbindir with %%configure instead with make
8af939
- add TODO
8af939
8af939
* Wed Jun 13 2007 Jeremy Katz <katzj@redhat.com> - 1.0.5-1
8af939
- update to 1.0.5
8af939
8af939
* Mon Jun 04 2007 Peter Jones <pjones@redhat.com> - 1.0.3-5
8af939
- Don't build static any more.
8af939
8af939
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.0.3-4
8af939
- Add build dependency on new device-mapper-devel package.
8af939
- Add preun and post ldconfig requirements.
8af939
- Update BuildRoot.
8af939
8af939
* Wed Nov  1 2006 Peter Jones <pjones@redhat.com> - 1.0.3-3
8af939
- Require newer libselinux (#213414)
8af939
8af939
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.3-2.1
8af939
- rebuild
8af939
8af939
* Wed Jun  7 2006 Jeremy Katz <katzj@redhat.com> - 1.0.3-2
8af939
- put shared libs in the right subpackages
8af939
8af939
* Fri Apr  7 2006 Bill Nottingham <notting@redhat.com> 1.0.3-1
8af939
- update to final 1.0.3
8af939
8af939
* Mon Feb 27 2006 Bill Nottingham <notting@redhat.com> 1.0.3-0.rc2
8af939
- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658)
8af939
8af939
* Wed Feb 22 2006 Bill Nottingham <notting@redhat.com> 1.0.3-0.rc1
8af939
- update to 1.0.3rc1, reverts changes to default encryption type
8af939
8af939
* Tue Feb 21 2006 Bill Nottingham <notting@redhat.com> 1.0.2-1
8af939
- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726)
8af939
8af939
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.0.1-5
8af939
- BuildRequires: libselinux-devel
8af939
8af939
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2.1
8af939
- bump again for double-long bug on ppc(64)
8af939
8af939
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2
8af939
- rebuilt for new gcc4.1 snapshot and glibc changes
8af939
8af939
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
8af939
- rebuilt
8af939
8af939
* Mon Dec  5 2005 Bill Nottingham <notting@redhat.com> 1.0.1-4
8af939
- rebuild against new libdevmapper
8af939
8af939
* Thu Oct 13 2005 Florian La Roche <laroche@redhat.com>
8af939
- add -lsepol to rebuild on current fc5
8af939
8af939
* Mon Aug 22 2005 Karel Zak <kzak@redhat.com> 1.0.1-2
8af939
- fix cryptsetup help for isLuks action
8af939
8af939
* Fri Jul  1 2005 Bill Nottingham <notting@redhat.com> 1.0.1-1
8af939
- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for
8af939
  piped passwords
8af939
8af939
* Thu Jun 16 2005 Bill Nottingham <notting@redhat.com> 1.0-2
8af939
- add patch for 32/64 bit compatibility (#160445, <redhat@paukstadt.de>)
8af939
8af939
* Tue Mar 29 2005 Bill Nottingham <notting@redhat.com> 1.0-1
8af939
- update to 1.0
8af939
8af939
* Thu Mar 10 2005 Bill Nottingham <notting@redhat.com> 0.993-1
8af939
- switch to cryptsetup-luks, for LUKS support
8af939
8af939
* Tue Oct 12 2004 Bill Nottingham <notting@redhat.com> 0.1-4
8af939
- oops, make that *everything* static (#129926)
8af939
8af939
* Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> 0.1-3
8af939
- link some things static, move to /sbin (#129926)
8af939
8af939
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
8af939
- rebuilt
8af939
8af939
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 0.1-1
8af939
- initial packaging