public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange/files: evolution-exchange-2.30.1-fix-warnings.patch evolution-exchange-2.30.1-ldap-flags.patch evolution-exchange-2.30.1-windows-mobile.patch evolution-exchange-2.30.1-message-source.patch
@ 2010-06-13 21:41 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2010-06-13 21:41 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/13 21:41:06

  Added:                evolution-exchange-2.30.1-fix-warnings.patch
                        evolution-exchange-2.30.1-ldap-flags.patch
                        evolution-exchange-2.30.1-windows-mobile.patch
                        evolution-exchange-2.30.1-message-source.patch
  Log:
  Add new version for Gnome 2.30
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-fix-warnings.patch?rev=1.1&content-type=text/plain

Index: evolution-exchange-2.30.1-fix-warnings.patch
===================================================================
From ed3fb164eb20364498d8a619671328c024068bfe Mon Sep 17 00:00:00 2001
From: Milan Crha <mcrha@redhat.com>
Date: Fri, 30 Apr 2010 14:24:45 +0000
Subject: Bug #616913 - Unnecessary check producing false critical warnings

---
diff --git a/tools/exchange-share-config-listener.c b/tools/exchange-share-config-listener.c
index 8d8bc66..3dc1ae1 100644
--- a/tools/exchange-share-config-listener.c
+++ b/tools/exchange-share-config-listener.c
@@ -736,8 +736,6 @@ exchange_share_config_listener_get_account_for_uri (ExchangeShareConfigListener
 	GSList *accounts, *a;
 	ExchangeAccount *res = NULL;
 
-	g_return_val_if_fail (uri != NULL, NULL);
-
 	if (!excl)
 		excl = exchange_share_config_listener_get_global ();
 
--
cgit v0.8.3.1



1.1                  gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-ldap-flags.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-ldap-flags.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-ldap-flags.patch?rev=1.1&content-type=text/plain

Index: evolution-exchange-2.30.1-ldap-flags.patch
===================================================================
From 5f4159f4050fdc84753a342fa2fb6c1f9e47dc51 Mon Sep 17 00:00:00 2001
From: Matthew Barnes <mbarnes@redhat.com>
Date: Wed, 28 Apr 2010 12:49:46 +0000
Subject: Add LDAP build flags to the EPlugin.

---
diff --git a/eplugin/Makefile.am b/eplugin/Makefile.am
index 4f710d7..b256dd5 100644
--- a/eplugin/Makefile.am
+++ b/eplugin/Makefile.am
@@ -27,7 +27,8 @@ liborg_gnome_exchange_operations_la_CPPFLAGS = \
 	$(EVOLUTION_DATA_SERVER_CFLAGS) \
 	$(EVOLUTION_PLUGIN_CFLAGS) \
 	$(EVOLUTION_SHELL_CFLAGS) \
-	$(EVOLUTION_MAIL_CFLAGS)
+	$(EVOLUTION_MAIL_CFLAGS) \
+	$(LDAP_CFLAGS)
 
 
 liborg_gnome_exchange_operations_la_SOURCES = \
@@ -65,6 +66,7 @@ liborg_gnome_exchange_operations_la_LIBADD = \
 	$(EVOLUTION_SHELL_LIBS) \
 	$(EVOLUTION_MAIL_LIBS) \
 	$(PTHREAD_LIB) \
+	$(LDAP_LIBS) \
 	$(DNS_LIBS)
 
 liborg_gnome_exchange_operations_la_LDFLAGS = \
--
cgit v0.8.3.1



1.1                  gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-windows-mobile.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-windows-mobile.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-windows-mobile.patch?rev=1.1&content-type=text/plain

Index: evolution-exchange-2.30.1-windows-mobile.patch
===================================================================
From 2ecc00b0c4ba504d67549977e21509ddf53c5ac8 Mon Sep 17 00:00:00 2001
From: Peter <peter@petesbox.net>
Date: Thu, 29 Apr 2010 19:08:49 +0000
Subject: Bug #403903 - Appointments don't display in Windows Mobile 5

---
diff --git a/calendar/e-cal-backend-exchange-calendar.c b/calendar/e-cal-backend-exchange-calendar.c
index e17f495..8a84afa 100644
--- a/calendar/e-cal-backend-exchange-calendar.c
+++ b/calendar/e-cal-backend-exchange-calendar.c
@@ -748,6 +748,7 @@ create_object (ECalBackendSync *backend, EDataCal *cal,
 	E2kContext *e2kctx;
 	struct _cb_data *cbdata;
 	gboolean send_options;
+	ECalComponentClassification classif;
 
 	d(printf ("ecbexc_create_object(%p, %p, %s, %s)", backend, cal, *calobj ? *calobj : NULL, *uid ? *uid : NULL));
 
@@ -836,6 +837,17 @@ create_object (ECalBackendSync *backend, EDataCal *cal,
 	cbdata->vcal_comp = e_cal_util_new_top_level ();
 	cbdata->cal = cal;
 
+	/* Though OWA produces "CLASS:" (which we map to
+	 * "CLASS:PUBLIC" above), it will accept "CLASS:PUBLIC".
+	 * However, some other exchange clients, notably Windows
+	 * Mobile Outlook, don't work unless we map "CLASS:PUBLIC"
+	 * back to "CLASS:". For details, see
+	 * https://bugzilla.gnome.org/show_bug.cgi?id=403903#c23
+	 */
+	e_cal_component_get_classification (comp, &classif);
+	if (classif == E_CAL_COMPONENT_CLASS_PUBLIC)
+		e_cal_component_set_classification (comp, E_CAL_COMPONENT_CLASS_NONE);
+
 	/* Remove X parameters from properties */
 	/* This is specifically for X-EVOLUTION-END-DATE,
 	   but removing anything else is probably ok too */
--
cgit v0.8.3.1



1.1                  gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-message-source.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-message-source.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/evolution-exchange/files/evolution-exchange-2.30.1-message-source.patch?rev=1.1&content-type=text/plain

Index: evolution-exchange-2.30.1-message-source.patch
===================================================================
From c81811577adc7003b6917e9b22c8a9cdd769fc24 Mon Sep 17 00:00:00 2001
From: Milan Crha <mcrha@redhat.com>
Date: Mon, 10 May 2010 12:23:03 +0000
Subject: Bug #617510 - Displays source of a message sent by RoadSync 5

---
diff --git a/camel/camel-exchange-folder.c b/camel/camel-exchange-folder.c
index c45243a..abbad0b 100644
--- a/camel/camel-exchange-folder.c
+++ b/camel/camel-exchange-folder.c
@@ -423,6 +423,22 @@ get_message (CamelFolder *folder, const gchar *uid, CamelException *ex)
 	if (!ba)
 		return NULL;
 
+	while ((ba->len > 10 && g_str_has_prefix ((const gchar *)ba->data, "MAIL FROM:")) ||
+	       (ba->len >  8 && g_str_has_prefix ((const gchar *)ba->data, "RCPT TO:")) ||
+	       (ba->len >  2 && (ba->data[0] == '\n' || ba->data[1] == '\n'))) {
+		guint i;
+
+		i = 0;
+		while (i < ba->len && ba->data[i] != '\n')
+			i++;
+
+		if (i < ba->len)
+			g_byte_array_remove_range (ba, 0, i + 1);
+		else
+			break;
+	}
+
+
 	stream = camel_stream_mem_new_with_byte_array (ba);
 
 	crlffilter = camel_mime_filter_crlf_new (CAMEL_MIME_FILTER_CRLF_DECODE, CAMEL_MIME_FILTER_CRLF_MODE_CRLF_ONLY);
--
cgit v0.8.3.1






^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-13 21:41 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-13 21:41 [gentoo-commits] gentoo-x86 commit in gnome-extra/evolution-exchange/files: evolution-exchange-2.30.1-fix-warnings.patch evolution-exchange-2.30.1-ldap-flags.patch evolution-exchange-2.30.1-windows-mobile.patch evolution-exchange-2.30.1-message-source.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox