summaryrefslogtreecommitdiff
path: root/chat/pidgin
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2007-11-03 15:59:17 +0000
committertnn <tnn@pkgsrc.org>2007-11-03 15:59:17 +0000
commit50ca83c5e956bfa6f30b38134d1a3b9a902bc878 (patch)
tree4588d3b47f384ca767f55ede640ea728878ea30e /chat/pidgin
parent2ebf246ac4d8a41fde3e0adb3319dbdd50542cb4 (diff)
downloadpkgsrc-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/pidgin')
-rw-r--r--chat/pidgin/buildlink3.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/pidgin/buildlink3.mk b/chat/pidgin/buildlink3.mk
index 15814f1e6ff..32df1f83af6 100644
--- a/chat/pidgin/buildlink3.mk
+++ b/chat/pidgin/buildlink3.mk
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.3 2007/08/04 14:01:38 tnn Exp $
+# $NetBSD: buildlink3.mk,v 1.4 2007/11/03 15:59:18 tnn Exp $
BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
PIDGIN_BUILDLINK3_MK:= ${PIDGIN_BUILDLINK3_MK}+
@@ -12,7 +12,7 @@ BUILDLINK_PACKAGES+= pidgin
BUILDLINK_ORDER:= ${BUILDLINK_ORDER} ${BUILDLINK_DEPTH}pidgin
.if ${PIDGIN_BUILDLINK3_MK} == "+"
-BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.0.1nb1
+BUILDLINK_API_DEPENDS.pidgin+= pidgin>=2.2.2
BUILDLINK_PKGSRCDIR.pidgin?= ../../chat/pidgin
.endif # PIDGIN_BUILDLINK3_MK