openbsd-ports/net/pidgin/patches/patch-pidgin_gtkdialogs_c
sthen 83f602262c SECURITY update to 2.66, fixing CVE-2010-0277, CVE-2010-0423, CVE-2010-0420
From Brad (maintainer), ok jasper@ (ports is still not fully open)
2010-02-28 22:51:56 +00:00

17 lines
571 B
Plaintext

$OpenBSD: patch-pidgin_gtkdialogs_c,v 1.19 2010/02/28 22:51:56 sthen Exp $
--- pidgin/gtkdialogs.c.orig Tue Feb 16 04:34:06 2010
+++ pidgin/gtkdialogs.c Thu Feb 18 20:11:07 2010
@@ -603,6 +603,12 @@ g_string_append(str, "<br/> <b>Library Support</b><br
g_string_append(str, " <b>GtkSpell:</b> Disabled<br/>");
#endif
+#ifdef HAVE_OPENSSL
+ g_string_append(str, " <b>OpenSSL:</b> Enabled<br/>");
+#else
+ g_string_append(str, " <b>OpenSSL:</b> Disabled<br/>");
+#endif
+
#ifdef HAVE_GNUTLS
g_string_append(str, " <b>GnuTLS:</b> Enabled<br/>");
#else