rpms/evolution-data-server/F-8 evolution-data-server-1.12.3-e2k-context-fba.patch, NONE, 1.1 evolution-data-server.spec, 1.194, 1.195

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Wed Feb 20 15:43:09 UTC 2008


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-data-server/F-8
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv16233

Modified Files:
	evolution-data-server.spec 
Added Files:
	evolution-data-server-1.12.3-e2k-context-fba.patch 
Log Message:

* Wed Feb 20 2008 Matthew Barnes <mbarnes at redhat.com> - 1.12.3-3.fc8
- Add patch for RH bug #433469 (crash on Exchange authentication).


evolution-data-server-1.12.3-e2k-context-fba.patch:

--- NEW FILE evolution-data-server-1.12.3-e2k-context-fba.patch ---
diff -up evolution-data-server-1.12.3/servers/exchange/lib/e2k-context.c.e2k-context-fba evolution-data-server-1.12.3/servers/exchange/lib/e2k-context.c
--- evolution-data-server-1.12.3/servers/exchange/lib/e2k-context.c.e2k-context-fba	2008-02-20 10:35:06.000000000 -0500
+++ evolution-data-server-1.12.3/servers/exchange/lib/e2k-context.c	2008-02-20 10:35:52.000000000 -0500
@@ -647,6 +647,9 @@ e2k_context_fba (E2kContext *ctx, SoupMe
 					      "application/x-www-form-urlencoded",
 					      SOUP_BUFFER_SYSTEM_OWNED,
 					      form_body->str, form_body->len);
+	if (!post_msg)
+		goto failed;
+
 	soup_message_set_flags (post_msg, SOUP_MESSAGE_NO_REDIRECT);
 	e2k_context_send_message (ctx, NULL /* FIXME? */, post_msg);
 	g_string_free (form_body, FALSE);


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/F-8/evolution-data-server.spec,v
retrieving revision 1.194
retrieving revision 1.195
diff -u -r1.194 -r1.195
--- evolution-data-server.spec	23 Jan 2008 15:43:43 -0000	1.194
+++ evolution-data-server.spec	20 Feb 2008 15:42:14 -0000	1.195
@@ -27,7 +27,7 @@
 
 Name: evolution-data-server
 Version: 1.12.3
-Release: 2%{?dist}
+Release: 3%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -65,6 +65,9 @@
 # RH bug #278171 / GNOME bug #445309
 Patch20: evolution-data-server-1.12.3-camel-shutdown.patch
 
+# RH bug #433469
+Patch21: evolution-data-server-1.12.3-e2k-context-fba.patch
+
 ### Dependencies ###
 
 Requires: GConf2
@@ -154,6 +157,7 @@
 %patch18 -p1 -b .camel-folder-summary-crash
 %patch19 -p1 -b .fix-64bit-acinclude
 %patch20 -p1 -b .camel-shutdown
+%patch21 -p1 -b .e2k-context-fba
 
 gtkdocize
 
@@ -388,6 +392,9 @@
 %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
 
 %changelog
+* Wed Feb 20 2008 Matthew Barnes <mbarnes at redhat.com> - 1.12.3-3.fc8
+- Add patch for RH bug #433469 (crash on Exchange authentication).
+
 * Wed Jan 23 2008 Matthew Barnes <mbarnes at redhat.com> - 1.12.3-2.fc8
 - Add patch for RH bug #278171 (crash on shutdown).
 




More information about the fedora-extras-commits mailing list