diff options
author | obache <obache@pkgsrc.org> | 2012-05-15 13:07:28 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2012-05-15 13:07:28 +0000 |
commit | 12d9c0b9cc0985631922e380adbf265907f3238c (patch) | |
tree | 1844c67f410c9e449ec491ed514a8dd17bb30f83 /chat/pidgin-silc/Makefile | |
parent | 5cca50a1da496d9e45bc94d7154899b45443e08e (diff) | |
download | pkgsrc-12d9c0b9cc0985631922e380adbf265907f3238c.tar.gz |
Update pidgin to 2.10.4.
version 2.10.4 (05/06/2012):
General:
* Support building against Farstream in addition to Farsight.
(Olivier Crete) (#14936)
IRC:
* Disable periodic WHO timer. IRC channel user lists will no
longer automatically display away status, but libpurple will be
much kinder to the network.
* Print unknown numerics to channel windows if we can associate
them. Thanks to Marien Zwart. (#15090)
MSN:
* Fix a possible crash when receiving messages with certain characters
or character encodings. Thanks to Fabian Yamaguchi for reporting
this!
XMPP:
* Fix a possible crash when receiving a series of specially crafted
file transfer requests. Thanks to José Valentín Gutiérrez for
reporting this! (CVE-2012-2214)
Windows-Specific Changes:
* Words added to spell check dictionaries are saved across restarts of
Pidgin (#11886)
Diffstat (limited to 'chat/pidgin-silc/Makefile')
-rw-r--r-- | chat/pidgin-silc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin-silc/Makefile b/chat/pidgin-silc/Makefile index ebb3567edce..7e441b6cd52 100644 --- a/chat/pidgin-silc/Makefile +++ b/chat/pidgin-silc/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.30 2012/04/27 12:31:37 obache Exp $ +# $NetBSD: Makefile,v 1.31 2012/05/15 13:07:28 obache Exp $ PKGNAME= pidgin-silc-${PIDGIN_VERSION} -PKGREVISION= 1 + COMMENT= SILC plugin for the Pidgin instant messenger PKG_DESTDIR_SUPPORT= user-destdir |