pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/chat Update libpurple, piding, pidgin-sametime, pidgin...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/34e775abc490
branches:  trunk
changeset: 555913:34e775abc490
user:      mlelstv <mlelstv%pkgsrc.org@localhost>
date:      Thu Mar 12 07:37:51 2009 +0000

description:
Update libpurple, piding, pidgin-sametime, pidgin-silc, finch to
version 2.5.5;

version 2.5.5 (03/01/2009):
        libpurple:
        * Fix a crash when removing an account with an unknown protocol id.
        * Beta support for SSL connections for AIM and ICQ accounts.  To
          enable, check the "Use SSL" option from the Advanced tab when
          editing your AIM or ICQ account. (Paul Aurich)
        * Fix a memory leak in SILC. (Luke Petre)
        * Fix some string handling in the SIMPLE prpl, which fixes some buddy name
          handling and other issues. (Paul Aurich, Marcus Sundberg)
        * Implement support for resolving DNS via the SOCKS4 proxy (SOCKS4a).

        ICQ:
        * Fix retrieval of status messages from users of ICQ 6.x, Miranda, and
          other libpurple clients. (Daniel Ljungborg)
        * Change client ID to match ICQ Basic 14.34.3096.  This fixes publishing
          of buddy icons and available messages.
        * Properly publish status messages for statuses other than Available.
          ICQ 6.x users can now see these status messages. (Daniel Ljungborg)
        * Fix receipt of messages from the mobile client Slick. (David Jedelsky)

        MSN:
        * Fix transfer of buddy icons, custom smileys, and files from the
          latest Windows Live Messenger 9 official client. (Thomas
          Gibson-Robinson)
        * Large (multi-part) messages are now correctly re-combined.
        * Federated/Yahoo! buddies should now stop creating sync issues at
          every signin.  You may need to remove duplicates in the Address
          Book.  See the FAQ for more information.  Thanks to Jason Lingohr
          for lots of debugging and testing.
        * Messages from Yahoo! buddies are no longer silently dropped.
        * We now save and use the CacheKey for ABCH SOAP requests.
        * Don't try to parse Personal Status Messages or Current Media if they
          don't exist.
        * Convert from ISO-8859-1 encoding to UTF-8 when no charset is specified
          on incoming messages.  This should fix some issues with messages from
          older clients.
        * Force sending the font "Segoe UI" if outgoing formatting doesn't specify
          a font already.
        * Queue callbacks when token updates are in progress to prevent two token
          update attempts from trampling each other.
        * Fixed a crash on Windows when removing a buddy's alias.
        * Update the Address Book when buddies' friendly names change.  This
          prevents seeing an outdated alias or not seeing an alias at all for
          buddies who are offline when you sign in.
        * Update tokens for FindMembership and ABFindAll SOAP requests.
        * We no longer try to send empty messages.  This could happen when a
          message contained only formatting and that formatting was not supported
          on MSN.
        * Buddies on both the Allow and Block list are now automatically
          removed from the Allow list.  Users with this problem will now no
          longer receive an ADL 241 error.  The problematic buddy should now
          appear on the buddy list and can be removed or unblocked as desired.

        XMPP:
        * Resources using __HOSTNAME__ substitution will now grab only the short
          hostname instead of the FQDN on systems which put the FQDN in the
          hostname. (Matěj Cepl)
        * No longer send a 'to' attribute on an outgoing stanza when we haven't
          received one.  This fixes a registration bug as described in ticket
          #6635.

        Pidgin:
        * Tooltip windows now appear below the mouse cursor. (Kosta Arvanitis)
        * Tooltip windows now disappear on keypress events. (Kosta Arvanitis)
        * Tooltip windows no longer linger when scrolling the buddy list. (Kosta
          Arvanitis)

        Finch:
        * Allow rebinding keys to change the focused widget (details in the
          man-page, look for GntBox::binding)

version 2.5.4 (01/12/2009):
        libpurple:
        * Fix a connection timeout with empty Gadu-Gady buddy lists. (Martin
          Rosinski)
        * Don't ignore namespace information when parsing XMPP data. (Michal
          Witkowski)
        * Fix a crash that occurred when retrieving certain Offline Messages
          on MSN.
        * Extended purple-url-handler to handle "gtalk" URI's. (Paul Aurich)
        * Fix the hang on exit in Network Location Awareness for Windows XP
          and Windows Vista. (Paul Aurich)

        MSN:
        * Change Contact Server to temporarily fix connection problems.
          (Thanks to Youness Alaoui)

        XMPP:
        * Support for XEP-0191 blocking.  (Vijay Raghunathan)
        * Don't put SASL PLAIN or IQ Auth passwords in debug logs. (Paul Aurich)
        * Fix removal of avatars (both PEP and vCard), we weren't removing
          them correctly before. (Paul Aurich)

        Pidgin:
        * Fix a crash in the Add Account dialog when changing protocols under
          certain circumstances.

        Finch:
        * Redirect stderr outputs to the debug window.
        * Fix rebinding actions with the arrow-keys and tab.

diffstat:

 chat/libpurple/Makefile.common  |   4 ++--
 chat/libpurple/PLIST            |   6 +++++-
 chat/libpurple/distinfo         |   9 ++++-----
 chat/libpurple/patches/patch-ae |  13 -------------
 chat/pidgin-silc/distinfo       |   9 ++++-----
 5 files changed, 15 insertions(+), 26 deletions(-)

diffs (102 lines):

diff -r df7158cb5442 -r 34e775abc490 chat/libpurple/Makefile.common
--- a/chat/libpurple/Makefile.common    Thu Mar 12 04:55:52 2009 +0000
+++ b/chat/libpurple/Makefile.common    Thu Mar 12 07:37:51 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.24 2008/12/22 18:47:43 jmcneill Exp $
+# $NetBSD: Makefile.common,v 1.25 2009/03/12 07:37:51 mlelstv 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.3
+PIDGIN_VERSION=        2.5.5
 DISTNAME=      pidgin-${PIDGIN_VERSION}
 CATEGORIES=    chat
 MASTER_SITES=  ${MASTER_SITE_SOURCEFORGE:=pidgin/}
diff -r df7158cb5442 -r 34e775abc490 chat/libpurple/PLIST
--- a/chat/libpurple/PLIST      Thu Mar 12 04:55:52 2009 +0000
+++ b/chat/libpurple/PLIST      Thu Mar 12 07:37:51 2009 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.16 2008/12/22 18:47:44 jmcneill Exp $
+@comment $NetBSD: PLIST,v 1.17 2009/03/12 07:37:51 mlelstv Exp $
 include/libpurple/account.h
 include/libpurple/accountopt.h
 include/libpurple/blist.h
@@ -116,6 +116,7 @@
 share/locale/it/LC_MESSAGES/pidgin.mo
 share/locale/ja/LC_MESSAGES/pidgin.mo
 share/locale/ka/LC_MESSAGES/pidgin.mo
+share/locale/km/LC_MESSAGES/pidgin.mo
 share/locale/kn/LC_MESSAGES/pidgin.mo
 share/locale/ko/LC_MESSAGES/pidgin.mo
 share/locale/ku/LC_MESSAGES/pidgin.mo
@@ -154,6 +155,8 @@
 share/locale/zh_CN/LC_MESSAGES/pidgin.mo
 share/locale/zh_HK/LC_MESSAGES/pidgin.mo
 share/locale/zh_TW/LC_MESSAGES/pidgin.mo
+share/purple/ca-certs/AOL_Member_CA.pem
+share/purple/ca-certs/America_Online_Root_Certification_Authority_1.pem
 share/purple/ca-certs/CAcert_Class3.pem
 share/purple/ca-certs/CAcert_Root.pem
 share/purple/ca-certs/Equifax_Secure_CA.pem
@@ -163,6 +166,7 @@
 share/purple/ca-certs/StartCom_Free_SSL_CA.pem
 share/purple/ca-certs/VeriSign_Class_3_Public_Primary_Certification_Authority_-_G5.pem
 share/purple/ca-certs/Verisign_Class3_Primary_CA.pem
+share/purple/ca-certs/VeriSign_International_Server_Class_3_CA.pem
 share/purple/ca-certs/Verisign_RSA_Secure_Server_CA.pem
 share/sounds/purple/alert.wav
 share/sounds/purple/login.wav
diff -r df7158cb5442 -r 34e775abc490 chat/libpurple/distinfo
--- a/chat/libpurple/distinfo   Thu Mar 12 04:55:52 2009 +0000
+++ b/chat/libpurple/distinfo   Thu Mar 12 07:37:51 2009 +0000
@@ -1,7 +1,6 @@
-$NetBSD: distinfo,v 1.19 2008/12/22 18:47:44 jmcneill Exp $
+$NetBSD: distinfo,v 1.20 2009/03/12 07:37:51 mlelstv Exp $
 
-SHA1 (pidgin-2.5.3.tar.bz2) = bd3f6eca0a0c9b221be8a664e904450db8589314
-RMD160 (pidgin-2.5.3.tar.bz2) = c139b2746f2557f5f132e6460f5bff7009fd8259
-Size (pidgin-2.5.3.tar.bz2) = 8393073 bytes
+SHA1 (pidgin-2.5.5.tar.bz2) = a99ef50504b2b5f4014bfad232957322829d568f
+RMD160 (pidgin-2.5.5.tar.bz2) = b7d37b73b9cced0f399cbc233c7ee0cdcf33e582
+Size (pidgin-2.5.5.tar.bz2) = 8357209 bytes
 SHA1 (patch-aa) = 5e12c4ce353811387595c35590ecd9d1fa415be7
-SHA1 (patch-ae) = 33d7197c76cee9eca51faceda2af681079198676
diff -r df7158cb5442 -r 34e775abc490 chat/libpurple/patches/patch-ae
--- a/chat/libpurple/patches/patch-ae   Thu Mar 12 04:55:52 2009 +0000
+++ /dev/null   Thu Jan 01 00:00:00 1970 +0000
@@ -1,13 +0,0 @@
-$NetBSD: patch-ae,v 1.3 2008/12/22 18:47:44 jmcneill Exp $
-
---- doc/Makefile.in.orig       2008-12-20 19:38:39.000000000 -0500
-+++ doc/Makefile.in    2008-12-22 12:54:04.000000000 -0500
-@@ -415,6 +415,8 @@
- target_os = @target_os@
- target_vendor = @target_vendor@
- man_MANS = pidgin.1 finch.1
-+@ENABLE_GTK_TRUE@man_MANS = pidgin.1
-+@ENABLE_GNT_TRUE@man_MANS += finch.1
- EXTRA_DIST = \
-       C-HOWTO.dox \
-       PERL-HOWTO.dox \
diff -r df7158cb5442 -r 34e775abc490 chat/pidgin-silc/distinfo
--- a/chat/pidgin-silc/distinfo Thu Mar 12 04:55:52 2009 +0000
+++ b/chat/pidgin-silc/distinfo Thu Mar 12 07:37:51 2009 +0000
@@ -1,10 +1,9 @@
-$NetBSD: distinfo,v 1.16 2008/12/22 18:47:44 jmcneill Exp $
+$NetBSD: distinfo,v 1.17 2009/03/12 07:37:51 mlelstv Exp $
 
-SHA1 (pidgin-2.5.3.tar.bz2) = bd3f6eca0a0c9b221be8a664e904450db8589314
-RMD160 (pidgin-2.5.3.tar.bz2) = c139b2746f2557f5f132e6460f5bff7009fd8259
-Size (pidgin-2.5.3.tar.bz2) = 8393073 bytes
+SHA1 (pidgin-2.5.5.tar.bz2) = a99ef50504b2b5f4014bfad232957322829d568f
+RMD160 (pidgin-2.5.5.tar.bz2) = b7d37b73b9cced0f399cbc233c7ee0cdcf33e582
+Size (pidgin-2.5.5.tar.bz2) = 8357209 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
 SHA1 (patch-aa) = 5e12c4ce353811387595c35590ecd9d1fa415be7
-SHA1 (patch-ae) = 33d7197c76cee9eca51faceda2af681079198676


Home | Main Index | Thread Index | Old Index