tag 616108 + patch thanks On Fri, 03 Feb 2012 19:39:22 +0000, Marcos Marado wrote:
> Upstream's SVN[1] has a fix for this Thanks. I've prepated an NMU which includes the upstream (one-character) patch for this issue. Since I can't test it, I'm a bit hesitant to upload it. So: Tests welcome :) (Maybe this also addresses #624786?) Cheers, gregor -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: James Taylor: Carolina In My Mind
diff -Nru pidgin-facebookchat-1.69/debian/changelog pidgin-facebookchat-1.69/debian/changelog --- pidgin-facebookchat-1.69/debian/changelog 2012-01-08 18:49:22.000000000 +0100 +++ pidgin-facebookchat-1.69/debian/changelog 2012-02-29 23:27:32.000000000 +0100 @@ -1,3 +1,12 @@ +pidgin-facebookchat (1.69-2.2) UNRELEASED; urgency=low + + * Non-maintainer upload. + * Fix "Authentication Failure - You are not permitted to do that": + add patch channelserver.patch (from upstream svn) that changes the + 'channel' server. (Closes: #616108) + + -- gregor herrmann <gre...@debian.org> Wed, 29 Feb 2012 23:16:51 +0100 + pidgin-facebookchat (1.69-2.1) unstable; urgency=low * Non-maintainer upload. diff -Nru pidgin-facebookchat-1.69/debian/patches/channelserver.patch pidgin-facebookchat-1.69/debian/patches/channelserver.patch --- pidgin-facebookchat-1.69/debian/patches/channelserver.patch 1970-01-01 01:00:00.000000000 +0100 +++ pidgin-facebookchat-1.69/debian/patches/channelserver.patch 2012-02-29 23:21:26.000000000 +0100 @@ -0,0 +1,17 @@ +Description: Use a different 'channel' server to be compatible with HTTPS (and not generate cert errors) +Origin: upstream, https://code.google.com/p/pidgin-facebookchat/source/detail?r=775 +Bug: https://code.google.com/p/pidgin-facebookchat/issues/detail?id=937 +Bug-Debian: http://bugs.debian.org/616108 +Last-Update: 2012-02-29 + +--- a/fb_messages.c ++++ b/fb_messages.c +@@ -332,7 +332,7 @@ + + purple_debug_info("facebook", "getting new messages\n"); + +- fetch_server = g_strdup_printf("%d.%s.facebook.com", 0, channel_number); ++ fetch_server = g_strdup_printf("%d-%s.facebook.com", 0, channel_number); + /* use the current time in the url to get past any transparent proxy caches */ + fetch_url = g_strdup_printf("/x/%lu/%s/p_%" G_GINT64_FORMAT "=%d", (gulong)time(NULL), (fba->is_idle?"false":"true"), fba->uid, fba->message_fetch_sequence); + diff -Nru pidgin-facebookchat-1.69/debian/patches/series pidgin-facebookchat-1.69/debian/patches/series --- pidgin-facebookchat-1.69/debian/patches/series 2012-01-08 18:48:59.000000000 +0100 +++ pidgin-facebookchat-1.69/debian/patches/series 2012-02-29 23:27:04.000000000 +0100 @@ -1,3 +1,4 @@ debian-changes-1.67.1-1 dont_provide_facebook_png.patch use_pkg_config_for_glib_cflags.patch +channelserver.patch
signature.asc
Description: Digital signature