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

jsynacek jsynacek at fedoraproject.org
Tue Nov 18 10:43:53 UTC 2014


commit 1b8b0399db68588b3a7d182659ca245674a06667
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 e486121..a34ed58 100644
--- a/pidgin.spec
+++ b/pidgin.spec
@@ -124,7 +124,7 @@
 
 Name:           pidgin
 Version:        2.10.10
-Release:        2%{?dist}
+Release:        3%{?dist}
 License:        GPLv2+ and GPLv2 and MIT
 # GPLv2+ - libpurple, gnt, finch, pidgin, most prpls
 # GPLv2 - silc & novell prpls
@@ -164,6 +164,8 @@ Patch1:         pidgin-2.10.9-valgrind.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
@@ -476,6 +478,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
@@ -775,6 +778,9 @@ rm -rf $RPM_BUILD_ROOT
 %endif
 
 %changelog
+* Tue Nov 18 2014 Jan Synáček <jsynacek at redhat.com> - 2.10.10-3
+- Fix: Pidgin 2.10.10 can't connect to MSN (#1165066)
+
 * Fri Oct 31 2014 Dan Horák <dan[at]danny.cz> - 2.10.10-2
 - valgrind available only on selected arches
 


More information about the scm-commits mailing list