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 | 6410e786a164ff2d9b867c00ccb01be33330cce2 (patch) | |
tree | 1844c67f410c9e449ec491ed514a8dd17bb30f83 /chat/libpurple/Makefile.common | |
parent | cfa7387dfb4b2fdcb7528a10d669226a02aa3564 (diff) | |
download | pkgsrc-6410e786a164ff2d9b867c00ccb01be33330cce2.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/libpurple/Makefile.common')
-rw-r--r-- | chat/libpurple/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/libpurple/Makefile.common b/chat/libpurple/Makefile.common index cc65073a4b2..89f126c775a 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.37 2012/04/04 13:20:06 obache Exp $ +# $NetBSD: Makefile.common,v 1.38 2012/05/15 13:07:28 obache 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.10.3 +PIDGIN_VERSION= 2.10.4 DISTNAME= pidgin-${PIDGIN_VERSION} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} |