rpms/evolution/F-7 evolution-2.10.3-server-message-double-free.patch, NONE, 1.1 evolution.spec, 1.273, 1.274

Daniel Williams (dcbw) fedora-extras-commits at redhat.com
Tue Mar 25 14:58:48 UTC 2008


Author: dcbw

Update of /cvs/pkgs/rpms/evolution/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv4587

Modified Files:
	evolution.spec 
Added Files:
	evolution-2.10.3-server-message-double-free.patch 
Log Message:
* Tue Mar 25 2008 Dan Williams <dcbw at redhat.com> - 2.10.3-9.fc7
- Add patch for GNOME bug #524310



evolution-2.10.3-server-message-double-free.patch:

--- NEW FILE evolution-2.10.3-server-message-double-free.patch ---
diff -up evolution-2.10.3/mail/mail-session.c.server-message-double-free evolution-2.10.3/mail/mail-session.c
--- evolution-2.10.3/mail/mail-session.c.server-message-double-free	2008-03-25 10:01:13.000000000 -0400
+++ evolution-2.10.3/mail/mail-session.c	2008-03-25 10:01:25.000000000 -0400
@@ -389,10 +389,8 @@ alert_user(CamelSession *session, CamelS
 		mail_msg_unref (m);
 	}
 
-	if (m->ismain) {
-		user_message_free (m);
+	if (m->ismain)
 		mail_msg_unref (m);
-	}
 
 	return result;
 }


Index: evolution.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution/F-7/evolution.spec,v
retrieving revision 1.273
retrieving revision 1.274
diff -u -r1.273 -r1.274
--- evolution.spec	5 Mar 2008 15:40:58 -0000	1.273
+++ evolution.spec	25 Mar 2008 14:57:59 -0000	1.274
@@ -47,7 +47,7 @@
 
 Name: evolution
 Version: 2.10.3
-Release: 8%{?dist}
+Release: 9%{?dist}
 License: GPL
 Group: Applications/Productivity
 Summary: GNOME's next-generation groupware suite
@@ -182,6 +182,9 @@
 # RH bug #436080 / CVE-2008-0072
 Patch58: evolution-2.10.3-CVE-2008-0072.patch
 
+# GNOME bug #524310
+Patch59: evolution-2.10.3-server-message-double-free.patch
+
 ## Dependencies ###
 
 Requires(post): GConf2
@@ -342,6 +345,7 @@
 %patch56 -p1 -b .ETreeTableAdapter-idle-crash
 %patch57 -p1 -b .todo-conduit
 %patch58 -p1 -b .CVE-2008-0072
+%patch59 -p1 -b .server-message-double-free
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -763,6 +767,9 @@
 %{_libdir}/evolution/%{evo_major}/libmenus.so
 
 %changelog
+* Tue Mar 25 2008 Dan Williams <dcbw at redhat.com> - 2.10.3-9.fc7
+- Add patch for GNOME bug #524310
+
 * Tue Mar 04 2008 Matthew Barnes <mbarnes at redhat.com> - 2.10.3-8.fc7
 - Add patch for CVE-2008-0072 (format string vulnerability).
 




More information about the fedora-extras-commits mailing list