diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-12 20:38:43 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-12 20:38:43 +0000 |
commit | ef8ce85600799cc5fcba8aed92e721f3d4501d24 (patch) | |
tree | d907e6d859c5e6ac0976fbd0f7220eb7546a9355 /net-im/gaim/Makefile | |
parent | update to 0.4.94 (diff) |
Fix the remotely exploitable buffer overflows in the MSN protocol.
Submitted by: nectar
Obtained from: Sebastian Krahmer
Diffstat (limited to 'net-im/gaim/Makefile')
-rw-r--r-- | net-im/gaim/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net-im/gaim/Makefile b/net-im/gaim/Makefile index 8d19f30f0bb7..1dd76e2958eb 100644 --- a/net-im/gaim/Makefile +++ b/net-im/gaim/Makefile @@ -6,12 +6,11 @@ PORTNAME= gaim PORTVERSION= 0.81 +PORTREVISION= 1 CATEGORIES?= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} -FORBIDDEN= MSN component contains remotely exploitable buffer overflows http://vuxml.freebsd.org/5b8f9a02-ec93-11d8-b913-000c41e2cdad.html - MAINTAINER?= marcus@FreeBSD.org COMMENT= Multi-protocol instant messaging client |