[pidgin/f20] Fix: Pidgin 2.10.10 can't connect to MSN (#1165066)

jsynacek jsynacek at fedoraproject.org
Tue Nov 18 11:45:50 UTC 2014


commit 1334fb92d458fbcabffb81b7a8be716e2199723a
Author: Jan Synacek <jsynacek at redhat.com>
Date:   Tue Nov 18 10:52:17 2014 +0100

    Fix: Pidgin 2.10.10 can't connect to MSN (#1165066)

 pidgin-2.10.10-msn-connection-fix.patch |   22 ++++++++++++++++++++++
 pidgin.spec                             |    8 +++++++-
 2 files changed, 29 insertions(+), 1 deletions(-)
---
diff --git a/pidgin-2.10.10-msn-connection-fix.patch b/pidgin-2.10.10-msn-connection-fix.patch
new file mode 100644
index 0000000..1fb1b80
--- /dev/null
+++ b/pidgin-2.10.10-msn-connection-fix.patch
@@ -0,0 +1,22 @@
+# HG changeset patch
+# User Elliott Sales de Andrade <qulogic at pidgin.im>
+# Date 1415770313 18000
+# Node ID f6a91e6c77a44e6303eb47085516edacaed24ece
+# Parent  6f5e35bda0c9f28537b4fc9c4075936acad92055
+msn: Update Application ID to re-enable buddy list.
+
+Thanks to TReKiE on IRC for the new ID.
+
+diff --git a/libpurple/protocols/msn/contact.h b/libpurple/protocols/msn/contact.h
+--- a/libpurple/protocols/msn/contact.h
++++ b/libpurple/protocols/msn/contact.h
+@@ -60,7 +60,8 @@
+ #include "session.h"
+ #include "soap.h"
+ 
+-#define MSN_APPLICATION_ID "CFE80F9D-180F-4399-82AB-413F33A1FA11"
++/* Thanks to TReKiE on the #pidgin channel for this new ID. */
++#define MSN_APPLICATION_ID "484AAC02-7F59-41B7-9601-772045DCC569"
+ 
+ #define MSN_CONTACT_SERVER	"local-bay.contacts.msn.com"
+ 
diff --git a/pidgin.spec b/pidgin.spec
index 2d4f13a..3906845 100644
--- a/pidgin.spec
+++ b/pidgin.spec
@@ -119,7 +119,7 @@
 
 Name:           pidgin
 Version:        2.10.10
-Release:        1%{?dist}
+Release:        2%{?dist}
 License:        GPLv2+ and GPLv2 and MIT
 # GPLv2+ - libpurple, gnt, finch, pidgin, most prpls
 # GPLv2 - silc & novell prpls
@@ -158,6 +158,8 @@ Patch0:         pidgin-NOT-UPSTREAM-2.5.2-rhel4-sound-migration.patch
 ## Patches 100+: To be Included in Future Upstream
 Patch100:       pidgin-2.10.1-fix-msn-ft-crashes.patch
 #Patch101:       pidgin-2.10.7-link-libirc-to-libsasl2.patch
+# already included upstream
+Patch102:       pidgin-2.10.10-msn-connection-fix.patch
 
 BuildRoot:      %{_tmppath}/%{name}-%{version}-root
 Summary:        A Gtk+ based multiprotocol instant messaging client
@@ -464,6 +466,7 @@ echo "FEDORA=%{fedora} RHEL=%{rhel}"
 %patch100 -p0 -R -b .ftcrash
 # https://developer.pidgin.im/ticket/15517
 #%patch101 -p1 -b .irc-sasl
+%patch102 -p1 -b .msn-connection
 
 # Our preferences
 cp %{SOURCE1} prefs.xml
@@ -756,6 +759,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Nov 18 2014 Jan Synáček <jsynacek at redhat.com> - 2.10.10-2
+- Fix: Pidgin 2.10.10 can't connect to MSN (#1165066)
+
 * Wed Oct 29 2014 Jan Synáček <jsynacek at redhat.com> - 2.10.10-1
 - Update to 2.10.10, includes security fixes for CVE-2014-3694,
   CVE-2014-3695, CVE-2014-3696, CVE-2014-3697 and CVE-2014-3698


More information about the scm-commits mailing list