diff options
author | tnn <tnn@pkgsrc.org> | 2008-07-11 07:39:20 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-07-11 07:39:20 +0000 |
commit | c0f923e15511417b8d6d06a7e985dafc3531191f (patch) | |
tree | d403a1dc100c936ae5c3abcf07bc46345e985e38 /chat/pidgin-silc/Makefile | |
parent | d68e364e258986472677dc0b1116ee447c4f1c17 (diff) | |
download | pkgsrc-c0f923e15511417b8d6d06a7e985dafc3531191f.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-silc/Makefile')
-rw-r--r-- | chat/pidgin-silc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile index 6d1f3dfeb0a..b60d5687fa6 100644 --- a/chat/pidgin-silc/Makefile +++ b/chat/pidgin-silc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2008/05/17 23:46:46 tnn Exp $ +# $NetBSD: Makefile,v 1.8 2008/07/11 07:39:21 tnn Exp $ # PKGNAME= pidgin-silc-${PIDGIN_VERSION} @@ -42,6 +42,7 @@ SUBST_SED.linkage= -e 's/-lsilcclient -lsilc/-Wl,--whole-archive,libsilcclient.a .endif +BUILDLINK_API_DEPENDS.libpurple+= libpurple-${PIDGIN_VERSION}{,nb*} .include "../../chat/libpurple/buildlink3.mk" .include "../../converters/libiconv/buildlink3.mk" .include "../../devel/GConf/schemas.mk" |