summaryrefslogtreecommitdiff
path: root/chat/pidgin
diff options
context:
space:
mode:
authortnn <tnn>2008-07-11 07:39:20 +0000
committertnn <tnn>2008-07-11 07:39:20 +0000
commit79e2caff143e86b8dd066379ca1c21774e40edc1 (patch)
treed403a1dc100c936ae5c3abcf07bc46345e985e38 /chat/pidgin
parentadae7b61af2ee22aa9e28dd1810145018d630b94 (diff)
downloadpkgsrc-79e2caff143e86b8dd066379ca1c21774e40edc1.tar.gz
Update pidgin and friends to 2.4.3. Done during pkgsrc freeze because of:
i) CVE-2008-2927 fix ii) the previous version was being rejected from the ICQ network. version 2.4.3 (07/01/2008): libpurple: * Yahoo! Japan now uses UTF-8, matching the behavior of official clients and restoring compatibility with the web messenger (Yusuke Odate) * Setting your buddy icon once again works for Yahoo! accounts. * Fixes in the Yahoo! protocol to prevent a double free, crashes on aliases, and alias functionality * Fix crashes in the bonjour protocol * Always use UTF-8 for Yahoo! (#5973) * Fix a crash when the given jabber id is invalid. * Make the IRC "unknown message" debugging messages UTF-8 safe. * Fix connecting to ICQ * Fix a memleak when handling jabber xforms. Pidgin: * Include the send button plugin in the win32 build * Various memory leak fixes
Diffstat (limited to 'chat/pidgin')
-rw-r--r--chat/pidgin/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin/Makefile b/chat/pidgin/Makefile
index 2682d9cc13a..8a7f5701a30 100644
--- a/chat/pidgin/Makefile
+++ b/chat/pidgin/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.12 2008/05/30 12:29:00 wiz Exp $
+# $NetBSD: Makefile,v 1.13 2008/07/11 07:39:20 tnn Exp $
#
PKGNAME= pidgin-${PIDGIN_VERSION}
-PKGREVISION= 1
COMMENT= Multi-protocol Instant Messaging client GTK frontend
PKG_DESTDIR_SUPPORT= user-destdir
@@ -38,6 +37,7 @@ post-install:
# XXX install pidgin.1 via doc/Makefile
+BUILDLINK_API_DEPENDS.libpurple+= libpurple-${PIDGIN_VERSION}{,nb*}
.include "../../chat/libpurple/buildlink3.mk"
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"