[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
rpms/cryptsetup-luks/FC-4 cryptsetup-luks-1.0.1-proto.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 cryptsetup-luks.spec, 1.5, 1.6 sources, 1.3, 1.4 cryptsetup-proto.patch, 1.1, NONE
- From: fedora-cvs-commits redhat com
- To: fedora-cvs-commits redhat com
- Subject: rpms/cryptsetup-luks/FC-4 cryptsetup-luks-1.0.1-proto.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 cryptsetup-luks.spec, 1.5, 1.6 sources, 1.3, 1.4 cryptsetup-proto.patch, 1.1, NONE
- Date: Fri, 1 Jul 2005 15:29:33 -0400
Author: notting
Update of /cvs/dist/rpms/cryptsetup-luks/FC-4
In directory cvs.devel.redhat.com:/tmp/cvs-serv30184
Modified Files:
.cvsignore cryptsetup-luks.spec sources
Added Files:
cryptsetup-luks-1.0.1-proto.patch
Removed Files:
cryptsetup-proto.patch
Log Message:
backport 1.0.1 changes
cryptsetup-luks-1.0.1-proto.patch:
utils.c | 1 +
1 files changed, 1 insertion(+)
--- NEW FILE cryptsetup-luks-1.0.1-proto.patch ---
--- cryptsetup-luks-1.0.1/lib/utils.c.foo 2005-07-01 13:58:13.000000000 -0400
+++ cryptsetup-luks-1.0.1/lib/utils.c 2005-07-01 13:58:57.000000000 -0400
@@ -5,6 +5,7 @@
#include <stdarg.h>
#include <errno.h>
#include <linux/fs.h>
+#include <sys/ioctl.h>
#include <sys/types.h>
#include <unistd.h>
Index: .cvsignore
===================================================================
RCS file: /cvs/dist/rpms/cryptsetup-luks/FC-4/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- .cvsignore 29 Mar 2005 17:13:22 -0000 1.3
+++ .cvsignore 1 Jul 2005 19:29:31 -0000 1.4
@@ -1 +1 @@
-cryptsetup-luks-1.0.tar.bz2
+cryptsetup-luks-1.0.1.tar.bz2
Index: cryptsetup-luks.spec
===================================================================
RCS file: /cvs/dist/rpms/cryptsetup-luks/FC-4/cryptsetup-luks.spec,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cryptsetup-luks.spec 29 Mar 2005 17:13:22 -0000 1.5
+++ cryptsetup-luks.spec 1 Jul 2005 19:29:31 -0000 1.6
@@ -1,12 +1,12 @@
Summary: A utility for setting up encrypted filesystems
Name: cryptsetup-luks
-Version: 1.0
-Release: 1
+Version: 1.0.1
+Release: 0.fc4
License: GPL
Group: Applications/System
URL: http://clemens.endorphin.org/LUKS
Source: http://clemens.endorphin.org/cryptsetup-luks-%{version}.tar.bz2
-Patch: cryptsetup-proto.patch
+Patch: cryptsetup-luks-1.0.1-proto.patch
BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root
BuildRequires: libgcrypt-devel >= 1.1.42, popt, device-mapper
BuildRequires: libgpg-error-devel, e2fsprogs
@@ -28,7 +28,7 @@
%install
rm -rf $RPM_BUILD_ROOT
%makeinstall sbindir=$RPM_BUILD_ROOT/sbin
-rm -rf $RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_includedir}
+rm -rf $RPM_BUILD_ROOT/%{_libdir} $RPM_BUILD_ROOT/%{_includedir}
%find_lang %{name}
@@ -46,6 +46,13 @@
rm -rf $RPM_BUILD_ROOT
%changelog
+* Fri Jul 1 2005 Bill Nottingham <notting redhat com> 1.0.1-0.fc4
+- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for
+ piped passwords
+
+* Thu Jun 16 2005 Bill Nottingham <notting redhat com> 1.0-2
+- add patch for 32/64 bit compatibility (#160445, <redhat paukstadt de>)
+
* Tue Mar 29 2005 Bill Nottingham <notting redhat com> 1.0-1
- update to 1.0
Index: sources
===================================================================
RCS file: /cvs/dist/rpms/cryptsetup-luks/FC-4/sources,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- sources 29 Mar 2005 17:13:22 -0000 1.3
+++ sources 1 Jul 2005 19:29:31 -0000 1.4
@@ -1 +1 @@
-62c4bff081e470fb2c9a0f2cb890e613 cryptsetup-luks-1.0.tar.bz2
+b2415f67ceed3ad2c7dd2e878cf7787d cryptsetup-luks-1.0.1.tar.bz2
--- cryptsetup-proto.patch DELETED ---
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]