rpms/mhash/devel mhash-0.9.9.9-keygen_test_fix.patch, NONE, 1.1 mhash.spec, 1.28, 1.29

Tom Callaway spot at fedoraproject.org
Wed Jul 22 22:25:46 UTC 2009


Author: spot

Update of /cvs/pkgs/rpms/mhash/devel
In directory cvs1.fedora.phx.redhat.com:/tmp/cvs-serv28697/devel

Modified Files:
	mhash.spec 
Added Files:
	mhash-0.9.9.9-keygen_test_fix.patch 
Log Message:
update to 0.9.9.9, fix lots of bugs

mhash-0.9.9.9-keygen_test_fix.patch:
 keygen_test.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE mhash-0.9.9.9-keygen_test_fix.patch ---
diff -up mhash-0.9.9.9/src/keygen_test.c.BAD mhash-0.9.9.9/src/keygen_test.c
--- mhash-0.9.9.9/src/keygen_test.c.BAD	2009-07-22 18:01:59.636042665 -0400
+++ mhash-0.9.9.9/src/keygen_test.c	2009-07-22 18:04:53.608292727 -0400
@@ -121,7 +121,7 @@ int main()
 	
 	mhash_keygen_ext(KEYGEN_S2K_SALTED, data, key, keysize, password, passlen);
 
-	mutils_memset(tmp, 0, keysize * 2);
+	// mutils_memset(tmp, 0, keysize * 2);
 
 	tmp = mutils_asciify(key, keysize);
 


Index: mhash.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mhash/devel/mhash.spec,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -p -r1.28 -r1.29
--- mhash.spec	22 Jul 2009 17:23:43 -0000	1.28
+++ mhash.spec	22 Jul 2009 22:25:16 -0000	1.29
@@ -29,8 +29,10 @@ Patch8: mhash-0.9.9.9-maxint.patch
 # Taken from Jitesh Shah
 # http://ftp.uk.linux.org/pub/armlinux/fedora/diffs-f11/mhash/0001-Alignment-fixes.patch
 Patch9: mhash-0.9.9.9-alignment.patch
+# Fix keygen_test
+Patch10: mhash-0.9.9.9-keygen_test_fix.patch
 
-BuildRequires: autoconf
+BuildRequires: autoconf, automake
 Buildroot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot-%(%{__id_u} -n)
 Provides: libmhash = %{version}-%{release}
 
@@ -69,7 +71,8 @@ develop programs that use the mhash libr
 %patch7 -p1 -b .fix-autotool-stomping
 %patch8 -p1 -b .maxint
 %patch9 -p1 -b .alignment2
-autoreconf -i
+%patch10 -p1 -b .fix
+autoconf
 
 %build
 %configure --enable-shared %{?_with_static: --enable-static} %{!?_with_static: --disable-static}




More information about the fedora-extras-commits mailing list