Merge lp:~cyphermox/evolution/lp751868 into lp:~ubuntu-desktop/evolution/ubuntu

Proposed by Mathieu Trudel-Lapierre
Status: Merged
Merged at revision: 178
Proposed branch: lp:~cyphermox/evolution/lp751868
Merge into: lp:~ubuntu-desktop/evolution/ubuntu
Diff against target: 53 lines (+33/-0)
3 files modified
debian/changelog (+8/-0)
debian/patches/99_git_ldaps_on_port_636_f0ac225.patch (+24/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~cyphermox/evolution/lp751868
Reviewer Review Type Date Requested Status
Ubuntu Desktop Pending
Review via email: mp+56451@code.launchpad.net
To post a comment you must log in.

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-03-23 15:21:52 +0000
+++ debian/changelog 2011-04-05 20:01:47 +0000
@@ -1,3 +1,11 @@
1evolution (2.32.2-0ubuntu5) UNRELEASED; urgency=low
2
3 * debian/patches/99_git_ldaps_on_port_636_f0ac225.patch: Revert commit
4 8542059: it breaks connection to servers that allow only SSL, not TLS.
5 (LP: #751868)
6
7 -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 25 Mar 2011 18:19:39 -0400
8
1evolution (2.32.2-0ubuntu4) natty; urgency=low9evolution (2.32.2-0ubuntu4) natty; urgency=low
210
3 * debian/patches/95-git-04-express_acount_setup_5a25840.patch:11 * debian/patches/95-git-04-express_acount_setup_5a25840.patch:
412
=== added file 'debian/patches/99_git_ldaps_on_port_636_f0ac225.patch'
--- debian/patches/99_git_ldaps_on_port_636_f0ac225.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/99_git_ldaps_on_port_636_f0ac225.patch 2011-04-05 20:01:47 +0000
@@ -0,0 +1,24 @@
1From f0ac22542eb9bc90e9aed645fa6952ce3a0af8aa Mon Sep 17 00:00:00 2001
2From: Matthew Barnes <mbarnes@redhat.com>
3Date: Tue, 29 Mar 2011 18:43:27 +0000
4Subject: Revert "Bug 640083 - Cannot configure LDAPS on port 636"
5
6This reverts commit 8542059ec53e51f56ddc4b4ad720739ec075c72a.
7
8This reportedly caused a regression and does not fix the original issue.
9---
10diff --git a/modules/addressbook/addressbook-config.c b/modules/addressbook/addressbook-config.c
11index 6e461be..b6a8051 100644
12--- a/modules/addressbook/addressbook-config.c
13+++ b/modules/addressbook/addressbook-config.c
14@@ -700,7 +700,7 @@ port_entry_changed_cb (GtkWidget *w, AddressbookSourceDialog *sdialog)
15 const gchar *port = gtk_entry_get_text ((GtkEntry *)w);
16
17 if (!strcmp (port, LDAPS_PORT_STRING)) {
18- sdialog->ssl = ADDRESSBOOK_LDAP_SSL_WHENEVER_POSSIBLE;
19+ sdialog->ssl = ADDRESSBOOK_LDAP_SSL_ALWAYS;
20 gtk_combo_box_set_active (GTK_COMBO_BOX (sdialog->ssl_combobox), sdialog->ssl);
21 gtk_widget_set_sensitive (sdialog->ssl_combobox, FALSE);
22 } else {
23--
24cgit v0.9
025
=== modified file 'debian/patches/series'
--- debian/patches/series 2011-03-23 13:41:19 +0000
+++ debian/patches/series 2011-04-05 20:01:47 +0000
@@ -28,3 +28,4 @@
2895-git-17_bcc_search_rules_06ba028.patch2895-git-17_bcc_search_rules_06ba028.patch
2995-git-18-crash_on_contact_move_098a7ab.patch2995-git-18-crash_on_contact_move_098a7ab.patch
3096_git_sent_draft_folders_wizard_setup_7215cf0.patch3096_git_sent_draft_folders_wizard_setup_7215cf0.patch
3199_git_ldaps_on_port_636_f0ac225.patch

Subscribers

People subscribed via source and target branches