diff options
author | tnn <tnn> | 2007-11-03 15:59:17 +0000 |
---|---|---|
committer | tnn <tnn> | 2007-11-03 15:59:17 +0000 |
commit | 92efbb96e29787347d6f63f30381166e20323d89 (patch) | |
tree | 4588d3b47f384ca767f55ede640ea728878ea30e /chat/pidgin | |
parent | bc4d4f231355fae164fbfa68ad333ce6227fc824 (diff) | |
download | pkgsrc-92efbb96e29787347d6f63f30381166e20323d89.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.mk | 4 |
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 |