r2597 - /unstable/evolution-data-server/debian/patches/03_CamelNetworkService-fails-to-connect-to-localhost.patch

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Mon Sep 8 15:22:09 UTC 2014


Author: bigon
Date: Mon Sep  8 15:22:09 2014
New Revision: 2597

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=2597
Log:
Refresh debian/patches/03_CamelNetworkService-fails-to-connect-to-localhost.patch

Modified:
    unstable/evolution-data-server/debian/patches/03_CamelNetworkService-fails-to-connect-to-localhost.patch

Modified: unstable/evolution-data-server/debian/patches/03_CamelNetworkService-fails-to-connect-to-localhost.patch
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/patches/03_CamelNetworkService-fails-to-connect-to-localhost.patch?rev=2597&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/patches/03_CamelNetworkService-fails-to-connect-to-localhost.patch	(original)
+++ unstable/evolution-data-server/debian/patches/03_CamelNetworkService-fails-to-connect-to-localhost.patch	Mon Sep  8 15:22:09 2014
@@ -5,12 +5,10 @@
 
 A regression after a change for bug 731585.
 
-diff --git a/camel/camel-network-service.c b/camel/camel-network-service.c
-index d1ad212..c54f284 100644
---- a/camel/camel-network-service.c
-+++ b/camel/camel-network-service.c
-@@ -665,7 +665,7 @@ network_service_new_connectable (CamelNetworkService *service)
- 	host = camel_network_settings_dup_host_ensure_ascii (network_settings);
+--- evolution-data-server-3.12.5.orig/camel/camel-network-service.c
++++ evolution-data-server-3.12.5/camel/camel-network-service.c
+@@ -665,7 +665,7 @@ network_service_new_connectable (CamelNe
+ 	host = camel_network_settings_dup_host (network_settings);
  	port = camel_network_settings_get_port (network_settings);
  
 -	if (host && *host && g_ascii_strcasecmp (host, "localhost") != 0)
@@ -18,11 +16,9 @@
  		connectable = g_network_address_new (host, port);
  
  	g_free (host);
-diff --git a/camel/camel-network-settings.c b/camel/camel-network-settings.c
-index 9bd2c06..7322634 100644
---- a/camel/camel-network-settings.c
-+++ b/camel/camel-network-settings.c
-@@ -57,7 +57,7 @@ camel_network_settings_default_init (CamelNetworkSettingsInterface *iface)
+--- evolution-data-server-3.12.5.orig/camel/camel-network-settings.c
++++ evolution-data-server-3.12.5/camel/camel-network-settings.c
+@@ -56,7 +56,7 @@ camel_network_settings_default_init (Cam
  			"host",
  			"Host",
  			"Host name for the network service",
@@ -31,11 +27,9 @@
  			G_PARAM_READWRITE |
  			G_PARAM_CONSTRUCT |
  			G_PARAM_STATIC_STRINGS));
-diff --git a/camel/camel-sasl-digest-md5.c b/camel/camel-sasl-digest-md5.c
-index 49846f9..53b835a 100644
---- a/camel/camel-sasl-digest-md5.c
-+++ b/camel/camel-sasl-digest-md5.c
-@@ -838,8 +838,10 @@ sasl_digest_md5_challenge_sync (CamelSasl *sasl,
+--- evolution-data-server-3.12.5.orig/camel/camel-sasl-digest-md5.c
++++ evolution-data-server-3.12.5/camel/camel-sasl-digest-md5.c
+@@ -838,8 +838,10 @@ sasl_digest_md5_challenge_sync (CamelSas
  
  	g_return_val_if_fail (user != NULL, NULL);
  
@@ -47,11 +41,9 @@
  
  	password = camel_service_get_password (service);
  	g_return_val_if_fail (password != NULL, NULL);
-diff --git a/camel/camel-sasl-gssapi.c b/camel/camel-sasl-gssapi.c
-index d8b53b4..5bf09a8 100644
---- a/camel/camel-sasl-gssapi.c
-+++ b/camel/camel-sasl-gssapi.c
-@@ -315,8 +315,10 @@ sasl_gssapi_challenge_sync (CamelSasl *sasl,
+--- evolution-data-server-3.12.5.orig/camel/camel-sasl-gssapi.c
++++ evolution-data-server-3.12.5/camel/camel-sasl-gssapi.c
+@@ -315,8 +315,10 @@ sasl_gssapi_challenge_sync (CamelSasl *s
  
  	g_return_val_if_fail (user != NULL, NULL);
  
@@ -63,6 +55,3 @@
  
  	switch (priv->state) {
  	case GSSAPI_STATE_INIT:
--- 
-cgit v0.10.1
-




More information about the pkg-evolution-commits mailing list