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 | 5908229cb6f0665515b7188bb137d79d97317396 (patch) | |
tree | d403a1dc100c936ae5c3abcf07bc46345e985e38 /chat/pidgin-silc | |
parent | d8050943421ad4f255200936db4d8043edf7a13b (diff) | |
download | pkgsrc-5908229cb6f0665515b7188bb137d79d97317396.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')
-rw-r--r-- | chat/pidgin-silc/Makefile | 3 | ||||
-rw-r--r-- | chat/pidgin-silc/distinfo | 10 |
2 files changed, 7 insertions, 6 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" diff --git a/chat/pidgin-silc/distinfo b/chat/pidgin-silc/distinfo index 07736959b33..939b7feaa98 100644 --- a/chat/pidgin-silc/distinfo +++ b/chat/pidgin-silc/distinfo @@ -1,12 +1,12 @@ -$NetBSD: distinfo,v 1.11 2008/05/17 23:46:46 tnn Exp $ +$NetBSD: distinfo,v 1.12 2008/07/11 07:39:21 tnn Exp $ -SHA1 (pidgin-2.4.2.tar.bz2) = 66c0aa58122f29c3a0262a555f05af46ca76fa77 -RMD160 (pidgin-2.4.2.tar.bz2) = 5609117af4cfd23bffdd4c071b5239750ad6bcfc -Size (pidgin-2.4.2.tar.bz2) = 9376721 bytes +SHA1 (pidgin-2.4.3.tar.bz2) = c967ddda3cb4a8aecfb2566427e8cbd260f2c0de +RMD160 (pidgin-2.4.3.tar.bz2) = c5fa8f3f9e52ffffcc829d08a8b822cd9cdf5368 +Size (pidgin-2.4.3.tar.bz2) = 9382967 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) = eb8f1bd893cbf21de47bd0671a45dc3fed9f3f63 +SHA1 (patch-aa) = a64f525462056178653e5b7548862773a1fdce32 SHA1 (patch-ab) = 5f1fc87cc258de372fbdf521aeb6822f50506090 SHA1 (patch-ae) = ff4f2d738656c6f23c423046f746b9ed2878c415 SHA1 (patch-ag) = fa71295e848f1b06f318f06fab8fcc90110c20a3 |