From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KR9FB-0008Kf-CQ for garchives@archives.gentoo.org; Thu, 07 Aug 2008 17:25:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CEC7BE04FD; Thu, 7 Aug 2008 17:25:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA664E04FD for ; Thu, 7 Aug 2008 17:25:44 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 98CA465EF4 for ; Thu, 7 Aug 2008 17:25:43 +0000 (UTC) Received: from griffon26 by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1KR9F8-0002Z8-G9 for gentoo-commits@lists.gentoo.org; Thu, 07 Aug 2008 17:25:42 +0000 From: "Maurice van der Pot (griffon26)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, griffon26@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-im/pymsn-t/files: pymsn-t-0.11.3-protocol-version.patch X-VCS-Repository: gentoo-x86 X-VCS-Files: pymsn-t-0.11.3-protocol-version.patch X-VCS-Directories: net-im/pymsn-t/files X-VCS-Committer: griffon26 X-VCS-Committer-Name: Maurice van der Pot Content-Type: text/plain; charset=utf8 Message-Id: Sender: Maurice van der Pot Date: Thu, 07 Aug 2008 17:25:42 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: ed5ecdd9-926e-4b59-b343-be64f1b21513 X-Archives-Hash: 28a677f81eb31afbc35f63750bd876a7 griffon26 08/08/07 17:25:42 Added: pymsn-t-0.11.3-protocol-version.patch Log: Fixed connection issues with current MSN servers (bug #234049). (Portage version: 2.2_rc3/cvs/Linux 2.6.26 x86_64) Revision Changes Path 1.1 net-im/pymsn-t/files/pymsn-t-0.11.3-protocol-version= .patch file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/fil= es/pymsn-t-0.11.3-protocol-version.patch?rev=3D1.1&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-im/pymsn-t/fil= es/pymsn-t-0.11.3-protocol-version.patch?rev=3D1.1&content-type=3Dtext/pl= ain Index: pymsn-t-0.11.3-protocol-version.patch =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D diff -a -u -d -r pymsnt.a/src/legacy/msn/msn.py pymsnt.b/src/legacy/msn/m= sn.py --- pymsnt.a/src/legacy/msn/msn.py 2008-02-08 16:55:07.000000000 +0300 +++ pymsnt.b/src/legacy/msn/msn.py 2008-08-05 20:40:46.000000000 +0400 @@ -110,7 +110,7 @@ from urllib import quote, unquote =20 =20 -MSN_PROTOCOL_VERSION =3D "MSNP11 CVR0" # protocol version +MSN_PROTOCOL_VERSION =3D "MSNP11" # protocol version MSN_PORT =3D 1863 # default dispatch server po= rt MSN_MAX_MESSAGE =3D 1664 # max message length MSN_CVR_STR =3D "0x040c winnt 5.1 i386 MSNMSGR 7.0.0777 msmsgs"