rpms/evolution-data-server/devel evolution-data-server-1.10.1-e-source-group.patch, NONE, 1.1 evolution-data-server.spec, 1.161, 1.162

Matthew Barnes (mbarnes) fedora-extras-commits at redhat.com
Mon May 7 19:50:09 UTC 2007


Author: mbarnes

Update of /cvs/pkgs/rpms/evolution-data-server/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv27867

Modified Files:
	evolution-data-server.spec 
Added Files:
	evolution-data-server-1.10.1-e-source-group.patch 
Log Message:

* Mon May 07 2007 Matthew Barnes <mbarnes at redhat.com> - 1.10.1-4.fc7
- Add patch to fix a dangling pointer in e-source-group.c.


evolution-data-server-1.10.1-e-source-group.patch:

--- NEW FILE evolution-data-server-1.10.1-e-source-group.patch ---
--- evolution-data-server-1.10.1/libedataserver/e-source-group.c.e-source-group	2007-05-07 15:28:33.000000000 -0400
+++ evolution-data-server-1.10.1/libedataserver/e-source-group.c	2007-05-07 15:28:49.000000000 -0400
@@ -230,6 +230,7 @@
 
 		if (new_source == NULL) {
 			g_object_unref (new);
+			new = NULL;
 			goto done;
 		}
 		e_source_group_add_source (new, new_source, -1);


Index: evolution-data-server.spec
===================================================================
RCS file: /cvs/pkgs/rpms/evolution-data-server/devel/evolution-data-server.spec,v
retrieving revision 1.161
retrieving revision 1.162
diff -u -r1.161 -r1.162
--- evolution-data-server.spec	30 Apr 2007 20:58:25 -0000	1.161
+++ evolution-data-server.spec	7 May 2007 19:49:34 -0000	1.162
@@ -26,7 +26,7 @@
 
 Name: evolution-data-server
 Version: 1.10.1
-Release: 3%{?dist}
+Release: 4%{?dist}
 License: LGPL
 Group: System Environment/Libraries
 Summary: Backend data server for Evolution
@@ -81,6 +81,9 @@
 # RH bug #235290 / GNOME bug #424373
 Patch24: evolution-data-server-1.10.1-apop-auth-vulnerability.patch
 
+# Fix a dangling pointer (no bug number).
+Patch25: evolution-data-server-1.10.1-e-source-group.patch
+
 ### Dependencies ###
 
 Requires: GConf2
@@ -175,6 +178,7 @@
 %patch22 -p1 -b .isa-support
 %patch23 -p1 -b .code-cleanup
 %patch24 -p1 -b .apop-auth-vulnerability
+%patch25 -p1 -b .e-source-group
 
 mkdir -p krb5-fakeprefix/include
 mkdir -p krb5-fakeprefix/lib
@@ -392,6 +396,9 @@
 %{_libdir}/pkgconfig/libexchange-storage-%{eds_api_version}.pc
 
 %changelog
+* Mon May 07 2007 Matthew Barnes <mbarnes at redhat.com> - 1.10.1-4.fc7
+- Add patch to fix a dangling pointer in e-source-group.c.
+
 * Mon Apr 30 2007 Matthew Barnes <mbarnes at redhat.com> - 1.10.1-3.fc7
 - Revise patch for RH bug #235290 to not break string freeze.
 




More information about the fedora-extras-commits mailing list