rpms/mutt/devel mutt-1.5.16-md5.patch,1.1,1.2 mutt.spec,1.48,1.49

Miroslav Lichvar (mlichvar) fedora-extras-commits at redhat.com
Mon Sep 17 12:20:54 UTC 2007


Author: mlichvar

Update of /cvs/pkgs/rpms/mutt/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv6416

Modified Files:
	mutt-1.5.16-md5.patch mutt.spec 
Log Message:
- fix md5 on big-endian systems


mutt-1.5.16-md5.patch:

Index: mutt-1.5.16-md5.patch
===================================================================
RCS file: /cvs/pkgs/rpms/mutt/devel/mutt-1.5.16-md5.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mutt-1.5.16-md5.patch	28 Aug 2007 14:24:52 -0000	1.1
+++ mutt-1.5.16-md5.patch	17 Sep 2007 12:20:52 -0000	1.2
@@ -1144,3 +1144,21 @@
 +  md5_process_bytes (response, MD5_DIGEST_LEN, &ctx);
 +  md5_finish_ctx (&ctx, response);
  }
+# HG changeset patch
+# User Emanuele Giaquinta
+# Date 1189794927 25200
+# Node ID c699e5847630f6c9a2207d87d7f933a06b9d9e87
+# Parent  154417d57b9da5e488108887b3061a5322de8dbd
+The new MD5 code needs AC_C_BIGENDIAN on big-endian systems
+
+diff -r 154417d57b9d -r c699e5847630 configure.ac
+--- a/configure.ac	Thu Sep 13 09:39:47 2007 -0700
++++ b/configure.ac	Fri Sep 14 11:35:27 2007 -0700
+@@ -39,6 +39,7 @@ AC_CHECK_TOOL(AR, ar, ar)
+ 
+ AC_C_INLINE
+ AC_C_CONST
++AC_C_BIGENDIAN
+ 
+ AC_SYS_LARGEFILE
+ AC_FUNC_FSEEKO


Index: mutt.spec
===================================================================
RCS file: /cvs/pkgs/rpms/mutt/devel/mutt.spec,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- mutt.spec	28 Aug 2007 14:24:52 -0000	1.48
+++ mutt.spec	17 Sep 2007 12:20:52 -0000	1.49
@@ -1,7 +1,7 @@
 Summary: A text mode mail user agent
 Name: mutt
 Version: 1.5.16
-Release: 3%{?dist}
+Release: 4%{?dist}
 Epoch: 5
 # The entire source code is GPLv2+ except
 # pgpewrap.c setenv.c sha1.c wcwidth.c which are Public Domain
@@ -101,6 +101,9 @@
 %{_mandir}/man5/muttrc.*
 
 %changelog
+* Mon Sep 17 2007 Miroslav Lichvar <mlichvar at redhat.com> 5:1.5.16-4
+- fix md5 on big-endian systems
+
 * Tue Aug 28 2007 Miroslav Lichvar <mlichvar at redhat.com> 5:1.5.16-3
 - replace md5 implementation
 - update license tag




More information about the fedora-extras-commits mailing list