summaryrefslogtreecommitdiff
path: root/chat/libpurple
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2011-03-14 12:21:48 +0000
committeradam <adam@pkgsrc.org>2011-03-14 12:21:48 +0000
commitb098435bd03265da395be03bc6ff807bae3231ab (patch)
tree18d295a74a167fda903b3e3f0df978d38d01a4d4 /chat/libpurple
parenta271826ba5369a845e4e517740a102c7890ff670 (diff)
downloadpkgsrc-b098435bd03265da395be03bc6ff807bae3231ab.tar.gz
Changes 2.7.11:
General: * Our bundled libgadu should now build on HP-UX. * Fix some instances of file transfers never completing. Pidgin: * Sort by Status no longer causes buddies to move around when you click them. * Fix embedding in the system tray on older GTK+ releases (such as on CentOS 5.5 and older Fedora). * No longer require libstartup-notification for startup notification support. GTK+ has included support for years, so use it instead. AIM: * Fix a bug where some buddies from your buddy list might not show up. Affected non-English ICQ users the most. * Send keepalives for all types of network connections. Will hopefully make chat rooms more reliable. MSN: * Fix bug that prevented added buddies to your buddy list in certain circumstances. MXit: * MXit plugin and reported client version now follow the libpurple version. * Don't try to request profile information for non-user contacts. * Allow Re-Invite for contacts in Deleted or Rejected state. * Ensure we don't send packets too fast to the MXit server and trigger its flood-detection mechanism. Also increased the internal packet queue to 32 packets. XMPP: * Fix building on platforms with an older glib (inadvertantly broken in 2.7.10). * Don't treat the on-join status storms as 'new arrivals'. * Extend the /join command to support room JIDs, enabling you to join a room on any server. * Add support for receiving a limited amount of history when joining a room (not currently supported by Pidgin and Finch). Yahoo!/Yahoo! JAPAN: * Fix CVE-2011-1091, denials of service caused by NULL pointer dereferences due to improper handling of malformed YMSG packets.
Diffstat (limited to 'chat/libpurple')
-rw-r--r--chat/libpurple/Makefile3
-rw-r--r--chat/libpurple/Makefile.common4
-rw-r--r--chat/libpurple/distinfo8
3 files changed, 7 insertions, 8 deletions
diff --git a/chat/libpurple/Makefile b/chat/libpurple/Makefile
index 9fb54108459..ebc6e55ab5d 100644
--- a/chat/libpurple/Makefile
+++ b/chat/libpurple/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.26 2011/02/21 15:51:44 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2011/03/14 12:21:48 adam Exp $
PKGNAME= libpurple-${PIDGIN_VERSION}
-PKGREVISION= 1
COMMENT= Multi-protocol Instant Messaging client backend
PKG_DESTDIR_SUPPORT= user-destdir
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common
index 68da82473ae..c40426d078c 100644
--- a/chat/libpurple/Makefile.common
+++ b/chat/libpurple/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.33 2011/02/10 12:17:37 adam Exp $
+# $NetBSD: Makefile.common,v 1.34 2011/03/14 12:21:48 adam 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.7.10
+PIDGIN_VERSION= 2.7.11
DISTNAME= pidgin-${PIDGIN_VERSION}
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}
diff --git a/chat/libpurple/distinfo b/chat/libpurple/distinfo
index 9c49170aa19..f91efcbf83c 100644
--- a/chat/libpurple/distinfo
+++ b/chat/libpurple/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.28 2011/02/10 12:17:37 adam Exp $
+$NetBSD: distinfo,v 1.29 2011/03/14 12:21:48 adam Exp $
-SHA1 (pidgin-2.7.10.tar.bz2) = ebce0b8c6130849e0df1bdc4557470b1d99da45a
-RMD160 (pidgin-2.7.10.tar.bz2) = a79e53ba1ecef4c17e2ebf8121a712cf03eac6ca
-Size (pidgin-2.7.10.tar.bz2) = 9970363 bytes
+SHA1 (pidgin-2.7.11.tar.bz2) = 3da07577c15257108d61c7f2d3f63cd422cdb4d7
+RMD160 (pidgin-2.7.11.tar.bz2) = 2bee3fe39c02948d10e1fdb6fff2840941148786
+Size (pidgin-2.7.11.tar.bz2) = 9978175 bytes