rpms/cryptsetup-luks/devel cryptsetup-luks-1.0.1-proto.patch, NONE, 1.1 .cvsignore, 1.3, 1.4 cryptsetup-luks.spec, 1.8, 1.9 sources, 1.3, 1.4 cryptsetup-proto.patch, 1.1, NONE luks-hmac-64bit-fix.patch, 1.3, NONE

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Fri Jul 1 18:03:23 UTC 2005


Author: notting

Update of /cvs/dist/rpms/cryptsetup-luks/devel
In directory cvs.devel.redhat.com:/tmp/cvs-serv21973

Modified Files:
	.cvsignore cryptsetup-luks.spec sources 
Added Files:
	cryptsetup-luks-1.0.1-proto.patch 
Removed Files:
	cryptsetup-proto.patch luks-hmac-64bit-fix.patch 
Log Message:
update to 1.0.1, adjust patches


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/devel/.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 18:03:09 -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/devel/cryptsetup-luks.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- cryptsetup-luks.spec	16 Jun 2005 17:28:07 -0000	1.8
+++ cryptsetup-luks.spec	1 Jul 2005 18:03:09 -0000	1.9
@@ -1,13 +1,12 @@
 Summary: A utility for setting up encrypted filesystems
 Name: cryptsetup-luks
-Version: 1.0
-Release: 2
+Version: 1.0.1
+Release: 1
 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
-Patch2: luks-hmac-64bit-fix.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
@@ -32,7 +31,6 @@
 %prep
 %setup -q
 %patch -p1
-%patch2 -p1 -b .64bit
 
 %build
 %configure --enable-static
@@ -64,6 +62,10 @@
 rm -rf $RPM_BUILD_ROOT
 
 %changelog
+* Fri Jul  1 2005 Bill Nottingham <notting at redhat.com> 1.0.1-1
+- update to 1.0.1 - fixes incompatiblity with previous cryptsetup for
+  piped passwords
+
 * Thu Jun 16 2005 Bill Nottingham <notting at redhat.com> 1.0-2
 - add patch for 32/64 bit compatibility (#160445, <redhat at paukstadt.de>)
 


Index: sources
===================================================================
RCS file: /cvs/dist/rpms/cryptsetup-luks/devel/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 18:03:09 -0000	1.4
@@ -1 +1 @@
-62c4bff081e470fb2c9a0f2cb890e613  cryptsetup-luks-1.0.tar.bz2
+b2415f67ceed3ad2c7dd2e878cf7787d  cryptsetup-luks-1.0.1.tar.bz2


--- cryptsetup-proto.patch DELETED ---


--- luks-hmac-64bit-fix.patch DELETED ---




More information about the fedora-cvs-commits mailing list