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