Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-mailwatch-plugin/files: xfce4-mailwatch-plugin-1.1.0-no-ssl.patch
Date: Mon, 31 Oct 2011 03:58:43
Message-Id: E1MfyDY-0004ef-Ft@stork.gentoo.org
1 ssuominen 09/08/25 15:45:52
2
3 Added: xfce4-mailwatch-plugin-1.1.0-no-ssl.patch
4 Log:
5 Rename xfce4-mailwatch to xfce4-mailwatch-plugin.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 xfce-extra/xfce4-mailwatch-plugin/files/xfce4-mailwatch-plugin-1.1.0-no-ssl.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/files/xfce4-mailwatch-plugin-1.1.0-no-ssl.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-mailwatch-plugin/files/xfce4-mailwatch-plugin-1.1.0-no-ssl.patch?rev=1.1&content-type=text/plain
13
14 Index: xfce4-mailwatch-plugin-1.1.0-no-ssl.patch
15 ===================================================================
16 http://bugzilla.xfce.org/show_bug.cgi?id=4608
17
18 === modified file 'libmailwatch-core/mailwatch-net-conn.c'
19 --- libmailwatch-core/mailwatch-net-conn.c 2008-11-13 11:42:40 +0000
20 +++ libmailwatch-core/mailwatch-net-conn.c 2008-11-13 11:42:48 +0000
21 @@ -195,7 +195,6 @@
22 return 0;
23 }
24
25 -#endif /* defined(HAVE_SSL_SUPPORT) */
26
27
28
29 @@ -234,6 +233,7 @@
30
31 return TRUE;
32 }
33 +#endif /* defined(HAVE_SSL_SUPPORT) */
34
35 static XfceMailwatchNetConnStatus
36 xfce_mailwatch_net_conn_do_connect(XfceMailwatchNetConn *net_conn,
37
38 === modified file 'libmailwatch-core/mailwatch-utils.c'
39 --- libmailwatch-core/mailwatch-utils.c 2008-11-13 11:41:27 +0000
40 +++ libmailwatch-core/mailwatch-utils.c 2008-11-13 11:43:36 +0000
41 @@ -186,7 +186,7 @@
42 return response_base64;
43 #else
44 g_warning("CRAM-MD5 computation unavailable: libmailwatch was not compiled with gnutls support.");
45 - return NULL
46 + return NULL;
47 #endif
48 }