|
|
a39032 |
Summary: A utility for setting up encrypted disks
|
|
|
a39032 |
Name: cryptsetup
|
|
|
0f83b0 |
Version: 1.6.3
|
|
|
a39032 |
Release: 2%{?dist}
|
|
|
a39032 |
License: GPLv2+ and LGPLv2+
|
|
|
a39032 |
Group: Applications/System
|
|
|
a39032 |
URL: http://cryptsetup.googlecode.com/
|
|
|
a39032 |
BuildRequires: libgcrypt-devel, popt-devel, device-mapper-devel
|
|
|
a39032 |
BuildRequires: libgpg-error-devel, libuuid-devel, libsepol-devel
|
|
|
a39032 |
BuildRequires: libselinux-devel, python-devel, libpwquality-devel
|
|
|
a39032 |
BuildRequires: fipscheck-devel >= 1.3.0
|
|
|
a39032 |
Provides: cryptsetup-luks = %{version}-%{release}
|
|
|
a39032 |
Obsoletes: cryptsetup-luks < 1.4.0
|
|
|
a39032 |
Requires: cryptsetup-libs = %{version}-%{release}
|
|
|
a39032 |
Requires: fipscheck-lib%{_isa} >= 1.3.0
|
|
|
a39032 |
Requires: libpwquality >= 1.2.0
|
|
|
a39032 |
|
|
|
a39032 |
%define dracutmodulesdir %{_prefix}/lib/dracut/modules.d
|
|
|
a39032 |
%define upstream_version %{version}
|
|
|
a39032 |
Source0: http://cryptsetup.googlecode.com/files/cryptsetup-%{upstream_version}.tar.bz2
|
|
|
a39032 |
|
|
|
a39032 |
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
|
|
|
a39032 |
%define configure_cipher --enable-gcrypt-pbkdf2
|
|
|
a39032 |
%else
|
|
|
a39032 |
%define configure_cipher --with-luks1-cipher=aes --with-luks1-mode=cbc-essiv:sha256 --with-luks1-keybits=256
|
|
|
a39032 |
%endif
|
|
|
a39032 |
|
|
|
a39032 |
%description
|
|
|
a39032 |
The cryptsetup package contains a utility for setting up
|
|
|
a39032 |
disk encryption using dm-crypt kernel module.
|
|
|
a39032 |
|
|
|
a39032 |
%package devel
|
|
|
a39032 |
Group: Development/Libraries
|
|
|
a39032 |
Requires: %{name} = %{version}-%{release}
|
|
|
a39032 |
Requires: libgcrypt-devel > 1.1.42, device-mapper-devel, libuuid-devel
|
|
|
a39032 |
Requires: pkgconfig
|
|
|
a39032 |
Summary: Headers and libraries for using encrypted file systems
|
|
|
a39032 |
Provides: cryptsetup-luks-devel = %{version}-%{release}
|
|
|
a39032 |
Obsoletes: cryptsetup-luks-devel < 1.4.0
|
|
|
a39032 |
|
|
|
a39032 |
%description devel
|
|
|
a39032 |
The cryptsetup-devel package contains libraries and header files
|
|
|
a39032 |
used for writing code that makes use of disk encryption.
|
|
|
a39032 |
|
|
|
a39032 |
%package libs
|
|
|
a39032 |
Group: System Environment/Libraries
|
|
|
a39032 |
Summary: Cryptsetup shared library
|
|
|
a39032 |
Provides: cryptsetup-luks-libs = %{version}-%{release}
|
|
|
a39032 |
Obsoletes: cryptsetup-luks-libs < 1.4.0
|
|
|
a39032 |
Requires: fipscheck-lib%{_isa} >= 1.3.0
|
|
|
a39032 |
# Need support for empty password in gcrypt PBKDF2
|
|
|
a39032 |
%if 0%{?fedora} >= 19 || 0%{?rhel} >= 7
|
|
|
a39032 |
Requires: libgcrypt >= 1.5.0-9
|
|
|
a39032 |
%endif
|
|
|
a39032 |
|
|
|
a39032 |
%description libs
|
|
|
a39032 |
This package contains the cryptsetup shared library, libcryptsetup.
|
|
|
a39032 |
|
|
|
a39032 |
%package -n veritysetup
|
|
|
a39032 |
Group: Applications/System
|
|
|
a39032 |
Summary: A utility for setting up dm-verity volumes
|
|
|
a39032 |
Requires: cryptsetup-libs = %{version}-%{release}
|
|
|
a39032 |
|
|
|
a39032 |
%description -n veritysetup
|
|
|
a39032 |
The veritysetup package contains a utility for setting up
|
|
|
a39032 |
disk verification using dm-verity kernel module.
|
|
|
a39032 |
|
|
|
a39032 |
%package reencrypt
|
|
|
a39032 |
Group: Applications/System
|
|
|
a39032 |
Summary: A utility for offline reencryption of LUKS encrypted disks.
|
|
|
a39032 |
Requires: cryptsetup-libs = %{version}-%{release}
|
|
|
a39032 |
|
|
|
a39032 |
%description reencrypt
|
|
|
a39032 |
This package contains cryptsetup-reencrypt utility which
|
|
|
a39032 |
can be used for offline reencryption of disk in site.
|
|
|
a39032 |
Also includes dracut module required to perform reencryption
|
|
|
a39032 |
of device containing a root filesystem.
|
|
|
a39032 |
|
|
|
a39032 |
%package python
|
|
|
a39032 |
Group: System Environment/Libraries
|
|
|
a39032 |
Summary: Python bindings for libcryptsetup
|
|
|
a39032 |
Requires: %{name}-libs = %{version}-%{release}
|
|
|
a39032 |
Provides: python-cryptsetup = %{version}-%{release}
|
|
|
a39032 |
Obsoletes: python-cryptsetup < 1.4.0
|
|
|
a39032 |
|
|
|
a39032 |
%description python
|
|
|
a39032 |
This package provides Python bindings for libcryptsetup, a library
|
|
|
a39032 |
for setting up disk encryption using dm-crypt kernel module.
|
|
|
a39032 |
|
|
|
a39032 |
%prep
|
|
|
a39032 |
%setup -q -n cryptsetup-%{upstream_version}
|
|
|
a39032 |
chmod -x python/pycryptsetup-test.py
|
|
|
a39032 |
|
|
|
a39032 |
%build
|
|
|
a39032 |
%configure --enable-python --enable-fips --enable-cryptsetup-reencrypt --enable-pwquality %{?configure_cipher}
|
|
|
a39032 |
# remove rpath
|
|
|
a39032 |
sed -i 's|^hardcode_libdir_flag_spec=.*|hardcode_libdir_flag_spec=""|g' libtool
|
|
|
a39032 |
sed -i 's|^runpath_var=LD_RUN_PATH|runpath_var=DIE_RPATH_DIE|g' libtool
|
|
|
a39032 |
make %{?_smp_mflags}
|
|
|
a39032 |
|
|
|
a39032 |
%install
|
|
|
a39032 |
# Generate HMAC checksums (FIPS)
|
|
|
a39032 |
%define __spec_install_post \
|
|
|
a39032 |
%{?__debug_package:%{__debug_install_post}} \
|
|
|
a39032 |
%{__arch_install_post} \
|
|
|
a39032 |
%{__os_install_post} \
|
|
|
a39032 |
fipshmac -d %{buildroot}/%{_libdir}/fipscheck %{buildroot}/%{_libdir}/libcryptsetup.so.* \
|
|
|
a39032 |
%{nil}
|
|
|
a39032 |
|
|
|
a39032 |
make install DESTDIR=%{buildroot}
|
|
|
a39032 |
rm -rf %{buildroot}/%{_libdir}/*.la
|
|
|
a39032 |
install -d %{buildroot}/%{_libdir}/fipscheck
|
|
|
a39032 |
%find_lang cryptsetup
|
|
|
a39032 |
|
|
|
a39032 |
install -d -m755 %{buildroot}/%{dracutmodulesdir}/90reencrypt
|
|
|
a39032 |
install -m755 misc/dracut_90reencrypt/module-setup.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
|
|
|
a39032 |
install -m755 misc/dracut_90reencrypt/parse-reencrypt.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
|
|
|
a39032 |
install -m755 misc/dracut_90reencrypt/reencrypt.sh %{buildroot}/%{dracutmodulesdir}/90reencrypt
|
|
|
a39032 |
|
|
|
a39032 |
%post -n cryptsetup-libs -p /sbin/ldconfig
|
|
|
a39032 |
|
|
|
a39032 |
%postun -n cryptsetup-libs -p /sbin/ldconfig
|
|
|
a39032 |
|
|
|
a39032 |
%files
|
|
|
a39032 |
%doc COPYING AUTHORS FAQ docs/*ReleaseNotes
|
|
|
a39032 |
%{_mandir}/man8/cryptsetup.8.gz
|
|
|
a39032 |
%{_sbindir}/cryptsetup
|
|
|
a39032 |
|
|
|
a39032 |
%files -n veritysetup
|
|
|
a39032 |
%doc COPYING
|
|
|
a39032 |
%{_mandir}/man8/veritysetup.8.gz
|
|
|
a39032 |
%{_sbindir}/veritysetup
|
|
|
a39032 |
|
|
|
a39032 |
%files reencrypt
|
|
|
a39032 |
%doc COPYING misc/dracut_90reencrypt/README
|
|
|
a39032 |
%{_mandir}/man8/cryptsetup-reencrypt.8.gz
|
|
|
a39032 |
%{_sbindir}/cryptsetup-reencrypt
|
|
|
a39032 |
%{dracutmodulesdir}/90reencrypt
|
|
|
a39032 |
%{dracutmodulesdir}/90reencrypt/*
|
|
|
a39032 |
|
|
|
a39032 |
%files devel
|
|
|
a39032 |
%doc docs/examples/*
|
|
|
a39032 |
%{_includedir}/libcryptsetup.h
|
|
|
a39032 |
%{_libdir}/libcryptsetup.so
|
|
|
a39032 |
%{_libdir}/pkgconfig/libcryptsetup.pc
|
|
|
a39032 |
|
|
|
a39032 |
%files libs -f cryptsetup.lang
|
|
|
a39032 |
%doc COPYING COPYING.LGPL
|
|
|
a39032 |
%{_libdir}/libcryptsetup.so.*
|
|
|
a39032 |
%{_libdir}/fipscheck/libcryptsetup.so.*.hmac
|
|
|
a39032 |
|
|
|
a39032 |
%files python
|
|
|
a39032 |
%doc COPYING.LGPL python/pycryptsetup-test.py
|
|
|
a39032 |
%exclude %{python_sitearch}/pycryptsetup.la
|
|
|
a39032 |
%{python_sitearch}/pycryptsetup.so
|
|
|
a39032 |
|
|
|
a39032 |
%clean
|
|
|
a39032 |
|
|
|
a39032 |
%changelog
|
|
|
0f83b0 |
* Fri Jan 24 2014 Daniel Mach <dmach@redhat.com> - 1.6.3-2
|
|
|
0f83b0 |
- Mass rebuild 2014-01-24
|
|
|
0f83b0 |
|
|
|
0f83b0 |
* Mon Jan 6 2014 Ondrej Kozina <okozina@redhat.com> - 1.6.3-1
|
|
|
0f83b0 |
- Update to cryptsetup 1.6.3.
|
|
|
0f83b0 |
- various fixes related to block devices with 4KiB sectors
|
|
|
0f83b0 |
- enable reencryption using specific keyslot (dracut module)
|
|
|
0f83b0 |
- fix failure in reading last keyslot from external LUKS header
|
|
|
0f83b0 |
- update FIPS POST to be complaint with actual requirements
|
|
|
0f83b0 |
- fix hash limiting if parameter is not numeric
|
|
|
0f83b0 |
- Resolves: #1028362 #1029032 #1029406 #1030288 #1034388 #1038097
|
|
|
0f83b0 |
|
|
|
0f83b0 |
* Fri Dec 27 2013 Daniel Mach <dmach@redhat.com> - 1.6.2-3
|
|
|
0f83b0 |
- Mass rebuild 2013-12-27
|
|
|
0f83b0 |
|
|
|
a39032 |
* Tue Nov 5 2013 Ondrej Kozina <okozina@redhat.com> - 1.6.2-2
|
|
|
a39032 |
- 90reencrypt: Move conflict with 90crypt to install() section.
|
|
|
a39032 |
- 90reencrypt: Drop to emergency_shell after successful reencryption.
|
|
|
a39032 |
- Resolves: #1021593
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Oct 14 2013 Ondrej Kozina <okozina@redhat.com> - 1.6.2-1
|
|
|
a39032 |
- Update to cryptsetup 1.6.2.
|
|
|
a39032 |
- Add dracut module for cryptsetup-reencrypt (90reencrypt).
|
|
|
a39032 |
- 90reencrypt: Rename dracut parameteres to be compliant with actual naming guidance.
|
|
|
a39032 |
- 90reencrypt: Install and load loop kernel module.
|
|
|
a39032 |
- 90reencrypt: Fix lock file name.
|
|
|
a39032 |
- 90reencrypt: Add conflict with 90crypt dracut module (more info in #1010287)
|
|
|
a39032 |
- Resolves: #1010278 #1010287
|
|
|
a39032 |
|
|
|
a39032 |
* Sun Mar 31 2013 Milan Broz <gmazyland@gmail.com> - 1.6.1-1
|
|
|
a39032 |
- Update to cryptsetup 1.6.1.
|
|
|
a39032 |
- Install ReleaseNotes files instead of empty Changelog file.
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Feb 13 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.6.0-2
|
|
|
a39032 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Jan 14 2013 Milan Broz <mbroz@redhat.com> - 1.6.0-1
|
|
|
a39032 |
- Update to cryptsetup 1.6.0.
|
|
|
a39032 |
- Change default LUKS encryption mode to aes-xts-plain64 (AES128).
|
|
|
a39032 |
- Force use of gcrypt PBKDF2 instead of internal implementation.
|
|
|
a39032 |
|
|
|
a39032 |
* Sat Dec 29 2012 Milan Broz <mbroz@redhat.com> - 1.6.0-0.1
|
|
|
a39032 |
- Update to cryptsetup 1.6.0-rc1.
|
|
|
a39032 |
- Relax license to GPLv2+ according to new release.
|
|
|
a39032 |
- Compile cryptsetup with libpwquality support.
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Oct 16 2012 Milan Broz <mbroz@redhat.com> - 1.5.1-1
|
|
|
a39032 |
- Update to cryptsetup 1.5.1.
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Jul 18 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.5.0-2
|
|
|
a39032 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Jul 10 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-1
|
|
|
a39032 |
- Update to cryptsetup 1.5.0.
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Jun 20 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.2
|
|
|
a39032 |
- Update to cryptsetup 1.5.0-rc2.
|
|
|
a39032 |
- Add cryptsetup-reencrypt subpackage.
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Jun 11 2012 Milan Broz <mbroz@redhat.com> - 1.5.0-0.1
|
|
|
a39032 |
- Update to cryptsetup 1.5.0-rc1.
|
|
|
a39032 |
- Add veritysetup subpackage.
|
|
|
a39032 |
- Move localization files to libs subpackage.
|
|
|
a39032 |
|
|
|
a39032 |
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-2
|
|
|
a39032 |
- Build with fipscheck (verification in fips mode).
|
|
|
a39032 |
- Clean up spec file, use install to /usr.
|
|
|
a39032 |
|
|
|
a39032 |
* Thu May 31 2012 Milan Broz <mbroz@redhat.com> - 1.4.3-1
|
|
|
a39032 |
- Update to cryptsetup 1.4.3.
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Apr 12 2012 Milan Broz <mbroz@redhat.com> - 1.4.2-1
|
|
|
a39032 |
- Update to cryptsetup 1.4.2.
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.4.1-2
|
|
|
a39032 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Nov 09 2011 Milan Broz <mbroz@redhat.com> - 1.4.1-1
|
|
|
a39032 |
- Update to cryptsetup 1.4.1.
|
|
|
a39032 |
- Add Python cryptsetup bindings.
|
|
|
a39032 |
- Obsolete separate python-cryptsetup package.
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Oct 26 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-1
|
|
|
a39032 |
- Update to cryptsetup 1.4.0.
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Oct 10 2011 Milan Broz <mbroz@redhat.com> - 1.4.0-0.1
|
|
|
a39032 |
- Update to cryptsetup 1.4.0-rc1.
|
|
|
a39032 |
- Rename package back from cryptsetup-luks to cryptsetup.
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Jun 22 2011 Milan Broz <mbroz@redhat.com> - 1.3.1-2
|
|
|
a39032 |
- Fix return code for status command when device doesn't exist.
|
|
|
a39032 |
|
|
|
a39032 |
* Tue May 24 2011 Milan Broz <mbroz@redhat.com> - 1.3.1-1
|
|
|
a39032 |
- Update to cryptsetup 1.3.1.
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Apr 05 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-1
|
|
|
a39032 |
- Update to cryptsetup 1.3.0.
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Mar 22 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-0.2
|
|
|
a39032 |
- Update to cryptsetup 1.3.0-rc2
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Mar 14 2011 Milan Broz <mbroz@redhat.com> - 1.3.0-0.1
|
|
|
a39032 |
- Update to cryptsetup 1.3.0-rc1
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
a39032 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Dec 20 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-1
|
|
|
a39032 |
- Update to cryptsetup 1.2.0
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Nov 25 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-0.2
|
|
|
a39032 |
- Fix crypt_activate_by_keyfile() to work with PLAIN devices.
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Nov 16 2010 Milan Broz <mbroz@redhat.com> - 1.2.0-0.1
|
|
|
a39032 |
- Add FAQ to documentation.
|
|
|
a39032 |
- Update to cryptsetup 1.2.0-rc1
|
|
|
a39032 |
|
|
|
a39032 |
* Sat Jul 03 2010 Milan Broz <mbroz@redhat.com> - 1.1.3-1
|
|
|
a39032 |
- Update to cryptsetup 1.1.3
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Jun 07 2010 Milan Broz <mbroz@redhat.com> - 1.1.2-2
|
|
|
a39032 |
- Fix alignment ioctl use.
|
|
|
a39032 |
- Fix API activation calls to handle NULL device name.
|
|
|
a39032 |
|
|
|
a39032 |
* Sun May 30 2010 Milan Broz <mbroz@redhat.com> - 1.1.2-1
|
|
|
a39032 |
- Update to cryptsetup 1.1.2
|
|
|
a39032 |
- Fix luksOpen handling of new line char on stdin.
|
|
|
a39032 |
|
|
|
a39032 |
* Sun May 23 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-1
|
|
|
a39032 |
- Update to cryptsetup 1.1.1
|
|
|
a39032 |
- Fix luksClose for stacked LUKS/LVM devices.
|
|
|
a39032 |
|
|
|
a39032 |
* Mon May 03 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-0.2
|
|
|
a39032 |
- Update to cryptsetup 1.1.1-rc2.
|
|
|
a39032 |
|
|
|
a39032 |
* Sat May 01 2010 Milan Broz <mbroz@redhat.com> - 1.1.1-0.1
|
|
|
a39032 |
- Update to cryptsetup 1.1.1-rc1.
|
|
|
a39032 |
|
|
|
a39032 |
* Sun Jan 17 2010 Milan Broz <mbroz@redhat.com> - 1.1.0-1
|
|
|
a39032 |
- Update to cryptsetup 1.1.0.
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Jan 15 2010 Milan Broz <mbroz@redhat.com> - 1.1.0-0.6
|
|
|
a39032 |
- Fix gcrypt initialisation.
|
|
|
a39032 |
- Fix backward compatibility for hash algorithm (uppercase).
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Dec 30 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.5
|
|
|
a39032 |
- Update to cryptsetup 1.1.0-rc4
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Nov 16 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.4
|
|
|
a39032 |
- Update to cryptsetup 1.1.0-rc3
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Oct 01 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.3
|
|
|
a39032 |
- Update to cryptsetup 1.1.0-rc2
|
|
|
a39032 |
- Fix libcryptsetup to properly export only versioned symbols.
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Sep 29 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.2
|
|
|
a39032 |
- Update to cryptsetup 1.1.0-rc1
|
|
|
a39032 |
- Add luksHeaderBackup and luksHeaderRestore commands.
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Sep 11 2009 Milan Broz <mbroz@redhat.com> - 1.1.0-0.1
|
|
|
a39032 |
- Update to new upstream testing version with new API interface.
|
|
|
a39032 |
- Add luksSuspend and luksResume commands.
|
|
|
a39032 |
- Introduce pkgconfig.
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Jul 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.7-2
|
|
|
a39032 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Jul 22 2009 Milan Broz <mbroz@redhat.com> - 1.0.7-1
|
|
|
a39032 |
- Update to upstream final release.
|
|
|
a39032 |
- Split libs subpackage.
|
|
|
a39032 |
- Remove rpath setting from cryptsetup binary.
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Jul 15 2009 Till Maas <opensource@till.name> - 1.0.7-0.2
|
|
|
a39032 |
- update BR because of libuuid splitout from e2fsprogs
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Jun 22 2009 Milan Broz <mbroz@redhat.com> - 1.0.7-0.1
|
|
|
a39032 |
- Update to new upstream 1.0.7-rc1.
|
|
|
a39032 |
|
|
|
a39032 |
- Wipe old fs headers to not confuse blkid (#468062)
|
|
|
a39032 |
* Tue Feb 24 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.6-7
|
|
|
a39032 |
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Oct 30 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-6
|
|
|
a39032 |
- Wipe old fs headers to not confuse blkid (#468062)
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Sep 23 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-5
|
|
|
a39032 |
- Change new project home page.
|
|
|
a39032 |
- Print more descriptive messages for initialization errors.
|
|
|
a39032 |
- Refresh patches to versions commited upstream.
|
|
|
a39032 |
|
|
|
a39032 |
* Sat Sep 06 2008 Milan Broz <mbroz@redhat.com> - 1.0.6-4
|
|
|
a39032 |
- Fix close of zero decriptor.
|
|
|
a39032 |
- Fix udevsettle delays - use temporary crypt device remapping.
|
|
|
a39032 |
|
|
|
a39032 |
* Wed May 28 2008 Till Maas <opensource till name> - 1.0.6-3
|
|
|
a39032 |
- remove a duplicate sentence from the manpage (RH #448705)
|
|
|
a39032 |
- add patch metadata about upstream status
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Apr 15 2008 Bill Nottinghm <notting@redhat.com> - 1.0.6-2
|
|
|
a39032 |
- Add the device to the luksOpen prompt (#433406)
|
|
|
a39032 |
- Use iconv, not recode (#442574)
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Mar 13 2008 Till Maas <opensource till name> - 1.0.6-1
|
|
|
a39032 |
- Update to latest version
|
|
|
a39032 |
- remove patches that have been merged upstream
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Mar 03 2008 Till Maas <opensource till name> - 1.0.6-0.1.pre2
|
|
|
a39032 |
- Update to new version with several bugfixes
|
|
|
a39032 |
- remove patches that have been merged upstream
|
|
|
a39032 |
- add patch from cryptsetup newsgroup
|
|
|
a39032 |
- fix typo / missing luksRemoveKey in manpage (patch)
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Feb 19 2008 Fedora Release Engineering <rel-eng@fedoraproject.org> - 1.0.5-9
|
|
|
a39032 |
- Autorebuild for GCC 4.3
|
|
|
a39032 |
|
|
|
a39032 |
* Sat Jan 19 2008 Peter Jones <pjones@redhat.com> - 1.0.5-8
|
|
|
a39032 |
- Rebuild for broken deps.
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Aug 30 2007 Till Maas <opensource till name> - 1.0.5-7
|
|
|
a39032 |
- update URL
|
|
|
a39032 |
- update license tag
|
|
|
a39032 |
- recode ChangeLog from latin1 to uf8
|
|
|
a39032 |
- add smp_mflags to make
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Aug 24 2007 Till Maas <opensource till name> - 1.0.5-6
|
|
|
a39032 |
- cleanup BuildRequires:
|
|
|
a39032 |
- removed versions, packages in Fedora are new enough
|
|
|
a39032 |
- changed popt to popt-devel
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Aug 23 2007 Till Maas <opensource till name> - 1.0.5-5
|
|
|
a39032 |
- fix devel subpackage requires
|
|
|
a39032 |
- remove empty NEWS README
|
|
|
a39032 |
- remove uneeded INSTALL
|
|
|
a39032 |
- remove uneeded ldconfig requires
|
|
|
a39032 |
- add readonly detection patch
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Aug 08 2007 Till Maas <opensource till name> - 1.0.5-4
|
|
|
a39032 |
- disable patch2, libsepol is now detected by configure
|
|
|
a39032 |
- move libcryptsetup.so to %%{_libdir} instead of /%%{_lib}
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Jul 27 2007 Till Maas <opensource till name> - 1.0.5-3
|
|
|
a39032 |
- Use /%%{_lib} instead of /lib to use /lib64 on 64bit archs
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Jul 26 2007 Till Maas <opensource till name> - 1.0.5-2
|
|
|
a39032 |
- Use /lib as libdir (#243228)
|
|
|
a39032 |
- sync header and library (#215349)
|
|
|
a39032 |
- do not use %%makeinstall (recommended by PackageGuidelines)
|
|
|
a39032 |
- select sbindir with %%configure instead with make
|
|
|
a39032 |
- add TODO
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Jun 13 2007 Jeremy Katz <katzj@redhat.com> - 1.0.5-1
|
|
|
a39032 |
- update to 1.0.5
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Jun 04 2007 Peter Jones <pjones@redhat.com> - 1.0.3-5
|
|
|
a39032 |
- Don't build static any more.
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Feb 05 2007 Alasdair Kergon <agk@redhat.com> - 1.0.3-4
|
|
|
a39032 |
- Add build dependency on new device-mapper-devel package.
|
|
|
a39032 |
- Add preun and post ldconfig requirements.
|
|
|
a39032 |
- Update BuildRoot.
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Nov 1 2006 Peter Jones <pjones@redhat.com> - 1.0.3-3
|
|
|
a39032 |
- Require newer libselinux (#213414)
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.0.3-2.1
|
|
|
a39032 |
- rebuild
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Jun 7 2006 Jeremy Katz <katzj@redhat.com> - 1.0.3-2
|
|
|
a39032 |
- put shared libs in the right subpackages
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Apr 7 2006 Bill Nottingham <notting@redhat.com> 1.0.3-1
|
|
|
a39032 |
- update to final 1.0.3
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Feb 27 2006 Bill Nottingham <notting@redhat.com> 1.0.3-0.rc2
|
|
|
a39032 |
- update to 1.0.3rc2, fixes bug with HAL & encrypted devices (#182658)
|
|
|
a39032 |
|
|
|
a39032 |
* Wed Feb 22 2006 Bill Nottingham <notting@redhat.com> 1.0.3-0.rc1
|
|
|
a39032 |
- update to 1.0.3rc1, reverts changes to default encryption type
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Feb 21 2006 Bill Nottingham <notting@redhat.com> 1.0.2-1
|
|
|
a39032 |
- update to 1.0.2, fix incompatiblity with old cryptsetup (#176726)
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Feb 20 2006 Karsten Hopp <karsten@redhat.de> 1.0.1-5
|
|
|
a39032 |
- BuildRequires: libselinux-devel
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2.1
|
|
|
a39032 |
- bump again for double-long bug on ppc(64)
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.0.1-4.2
|
|
|
a39032 |
- rebuilt for new gcc4.1 snapshot and glibc changes
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
|
|
a39032 |
- rebuilt
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Dec 5 2005 Bill Nottingham <notting@redhat.com> 1.0.1-4
|
|
|
a39032 |
- rebuild against new libdevmapper
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Oct 13 2005 Florian La Roche <laroche@redhat.com>
|
|
|
a39032 |
- add -lsepol to rebuild on current fc5
|
|
|
a39032 |
|
|
|
a39032 |
* Mon Aug 22 2005 Karel Zak <kzak@redhat.com> 1.0.1-2
|
|
|
a39032 |
- fix cryptsetup help for isLuks action
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Jul 1 2005 Bill Nottingham <notting@redhat.com> 1.0.1-1
|
|
|
a39032 |
- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for
|
|
|
a39032 |
piped passwords
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Jun 16 2005 Bill Nottingham <notting@redhat.com> 1.0-2
|
|
|
a39032 |
- add patch for 32/64 bit compatibility (#160445, <redhat@paukstadt.de>)
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Mar 29 2005 Bill Nottingham <notting@redhat.com> 1.0-1
|
|
|
a39032 |
- update to 1.0
|
|
|
a39032 |
|
|
|
a39032 |
* Thu Mar 10 2005 Bill Nottingham <notting@redhat.com> 0.993-1
|
|
|
a39032 |
- switch to cryptsetup-luks, for LUKS support
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Oct 12 2004 Bill Nottingham <notting@redhat.com> 0.1-4
|
|
|
a39032 |
- oops, make that *everything* static (#129926)
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Aug 31 2004 Bill Nottingham <notting@redhat.com> 0.1-3
|
|
|
a39032 |
- link some things static, move to /sbin (#129926)
|
|
|
a39032 |
|
|
|
a39032 |
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
|
|
|
a39032 |
- rebuilt
|
|
|
a39032 |
|
|
|
a39032 |
* Fri Apr 16 2004 Bill Nottingham <notting@redhat.com> 0.1-1
|
|
|
a39032 |
- initial packaging
|