diff options
author | snj <snj> | 2009-08-13 18:58:31 +0000 |
---|---|---|
committer | snj <snj> | 2009-08-13 18:58:31 +0000 |
commit | 083faaae3bac360c35eb074b850d20adbb16f36a (patch) | |
tree | 187d3dd067c699ed4b32d8b9b4ab27aec49bf012 /chat | |
parent | 10fc29e01d007d35ffc987d91b454f17cbf7bf9e (diff) | |
download | pkgsrc-083faaae3bac360c35eb074b850d20adbb16f36a.tar.gz |
Update libpurple and friends to 2.5.8. Changes:
ICQ:
* Fix misparsing a web message as an SMS message. (Yuriy Kaminskiy)
MSN:
Increase NS command history size to prevent crashes on buddy lists that
have a lot of buddies on other networks like Yahoo!.
MySpace:
* Accounts with empty buddy lists are now properly marked as connected.
* Fix receiving messages from users of MySpace IM's web client.
Yahoo:
* Fixed phantom online buddies. They should now properly disappear when
signing out.
* Fixed the crashes some users were seeing with cn.scs.msg.yahoo.com in
2.5.7.
* Fixed compiling on systems with glib 2.4.x or older.
* Fixed an issue with file transfers. This may not resolve all issues,
but it should resolve at least some of the most common ones.
* The pager server will automatically update to scsa.msg.yahoo.com if the
user empties the field or if it is scs.msg.yahoo.com. This should ease
the pain of transition to the new login method.
XMPP:
* Fix an incompatibility betweeen Prosody and libpurple clients.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/libpurple/Makefile.common | 4 | ||||
-rw-r--r-- | chat/libpurple/distinfo | 8 | ||||
-rw-r--r-- | chat/pidgin-silc/distinfo | 8 |
3 files changed, 10 insertions, 10 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common index ebe4415afd4..a9af5a8a435 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.27 2009/06/24 14:42:51 kefren Exp $ +# $NetBSD: Makefile.common,v 1.28 2009/08/13 18:58:31 snj Exp $ # # used by chat/finch/Makefile # used by chat/libpurple/Makefile @@ -6,7 +6,7 @@ # used by chat/pidgin-sametime/Makefile # used by chat/pidgin-silc/Makefile -PIDGIN_VERSION= 2.5.7 +PIDGIN_VERSION= 2.5.8 DISTNAME= pidgin-${PIDGIN_VERSION} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} diff --git a/chat/libpurple/distinfo b/chat/libpurple/distinfo index e2b9987d23d..8a46caaeb5c 100644 --- a/chat/libpurple/distinfo +++ b/chat/libpurple/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.22 2009/06/24 14:42:51 kefren Exp $ +$NetBSD: distinfo,v 1.23 2009/08/13 18:58:31 snj Exp $ -SHA1 (pidgin-2.5.7.tar.bz2) = be1913739febd3c367011615f349cba563a06a51 -RMD160 (pidgin-2.5.7.tar.bz2) = 0453d5bf283fb8eb0651ef5989236ba38355b7ef -Size (pidgin-2.5.7.tar.bz2) = 8462821 bytes +SHA1 (pidgin-2.5.8.tar.bz2) = 672f7e16c429c210f33f2499520c436db4e2384c +RMD160 (pidgin-2.5.8.tar.bz2) = b13108331a3da1639f30a76984c3c09529b7d5aa +Size (pidgin-2.5.8.tar.bz2) = 8246538 bytes SHA1 (patch-aa) = 1b1e34c7ecf91fb2ac8ddca3376b7803975420c0 diff --git a/chat/pidgin-silc/distinfo b/chat/pidgin-silc/distinfo index eafbdb0de41..47304c40573 100644 --- a/chat/pidgin-silc/distinfo +++ b/chat/pidgin-silc/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.18 2009/06/28 19:01:33 kefren Exp $ +$NetBSD: distinfo,v 1.19 2009/08/13 18:58:31 snj Exp $ -SHA1 (pidgin-2.5.7.tar.bz2) = be1913739febd3c367011615f349cba563a06a51 -RMD160 (pidgin-2.5.7.tar.bz2) = 0453d5bf283fb8eb0651ef5989236ba38355b7ef -Size (pidgin-2.5.7.tar.bz2) = 8462821 bytes +SHA1 (pidgin-2.5.8.tar.bz2) = 672f7e16c429c210f33f2499520c436db4e2384c +RMD160 (pidgin-2.5.8.tar.bz2) = b13108331a3da1639f30a76984c3c09529b7d5aa +Size (pidgin-2.5.8.tar.bz2) = 8246538 bytes SHA1 (silc-toolkit-1.1.7.tar.gz) = a25918e83d5070ff75b7d6f296698dada76a92ca RMD160 (silc-toolkit-1.1.7.tar.gz) = 783297f44d577d5ec7dcff7952996944e4b1d5c6 Size (silc-toolkit-1.1.7.tar.gz) = 2678989 bytes |