diff options
author | tnn <tnn@pkgsrc.org> | 2007-11-03 15:59:17 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2007-11-03 15:59:17 +0000 |
commit | 50ca83c5e956bfa6f30b38134d1a3b9a902bc878 (patch) | |
tree | 4588d3b47f384ca767f55ede640ea728878ea30e /chat/libpurple/Makefile.common | |
parent | 2ebf246ac4d8a41fde3e0adb3319dbdd50542cb4 (diff) | |
download | pkgsrc-50ca83c5e956bfa6f30b38134d1a3b9a902bc878.tar.gz |
Update pidgin IM suite to 2.2.2 for the CVE-2007-4999 fix.
(A remote user can cause a DoS by sending a message with invalid HTML.)
version 2.2.2 (10/23/2007):
http://developer.pidgin.im/query?status=closed&milestone=2.2.2
NOTE: Due to the way this release was made, it is possible that
bugs marked as fixed in 2.2.1 or 2.2.2 will not be fixed
until the next release.
* Various bug and memory leak fixes
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 29a9b310fbf..86131522536 100644 --- a/chat/libpurple/Makefile.common +++ b/chat/libpurple/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.6 2007/09/30 13:47:02 tnn Exp $ +# $NetBSD: Makefile.common,v 1.7 2007/11/03 15:59:17 tnn Exp $ # -PIDGIN_VERSION= 2.2.1 +PIDGIN_VERSION= 2.2.2 DISTNAME= pidgin-${PIDGIN_VERSION} CATEGORIES= chat MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/} |