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
1=== modified file 'debian/changelog'
2--- debian/changelog 2011-03-23 15:21:52 +0000
3+++ debian/changelog 2011-04-05 20:01:47 +0000
4@@ -1,3 +1,11 @@
5+evolution (2.32.2-0ubuntu5) UNRELEASED; urgency=low
6+
7+ * debian/patches/99_git_ldaps_on_port_636_f0ac225.patch: Revert commit
8+ 8542059: it breaks connection to servers that allow only SSL, not TLS.
9+ (LP: #751868)
10+
11+ -- Mathieu Trudel-Lapierre <mathieu-tl@ubuntu.com> Fri, 25 Mar 2011 18:19:39 -0400
12+
13 evolution (2.32.2-0ubuntu4) natty; urgency=low
14
15 * debian/patches/95-git-04-express_acount_setup_5a25840.patch:
16
17=== added file 'debian/patches/99_git_ldaps_on_port_636_f0ac225.patch'
18--- debian/patches/99_git_ldaps_on_port_636_f0ac225.patch 1970-01-01 00:00:00 +0000
19+++ debian/patches/99_git_ldaps_on_port_636_f0ac225.patch 2011-04-05 20:01:47 +0000
20@@ -0,0 +1,24 @@
21+From f0ac22542eb9bc90e9aed645fa6952ce3a0af8aa Mon Sep 17 00:00:00 2001
22+From: Matthew Barnes <mbarnes@redhat.com>
23+Date: Tue, 29 Mar 2011 18:43:27 +0000
24+Subject: Revert "Bug 640083 - Cannot configure LDAPS on port 636"
25+
26+This reverts commit 8542059ec53e51f56ddc4b4ad720739ec075c72a.
27+
28+This reportedly caused a regression and does not fix the original issue.
29+---
30+diff --git a/modules/addressbook/addressbook-config.c b/modules/addressbook/addressbook-config.c
31+index 6e461be..b6a8051 100644
32+--- a/modules/addressbook/addressbook-config.c
33++++ b/modules/addressbook/addressbook-config.c
34+@@ -700,7 +700,7 @@ port_entry_changed_cb (GtkWidget *w, AddressbookSourceDialog *sdialog)
35+ const gchar *port = gtk_entry_get_text ((GtkEntry *)w);
36+
37+ if (!strcmp (port, LDAPS_PORT_STRING)) {
38+- sdialog->ssl = ADDRESSBOOK_LDAP_SSL_WHENEVER_POSSIBLE;
39++ sdialog->ssl = ADDRESSBOOK_LDAP_SSL_ALWAYS;
40+ gtk_combo_box_set_active (GTK_COMBO_BOX (sdialog->ssl_combobox), sdialog->ssl);
41+ gtk_widget_set_sensitive (sdialog->ssl_combobox, FALSE);
42+ } else {
43+--
44+cgit v0.9
45
46=== modified file 'debian/patches/series'
47--- debian/patches/series 2011-03-23 13:41:19 +0000
48+++ debian/patches/series 2011-04-05 20:01:47 +0000
49@@ -28,3 +28,4 @@
50 95-git-17_bcc_search_rules_06ba028.patch
51 95-git-18-crash_on_contact_move_098a7ab.patch
52 96_git_sent_draft_folders_wizard_setup_7215cf0.patch
53+99_git_ldaps_on_port_636_f0ac225.patch

Subscribers

People subscribed via source and target branches