diff options
author | lkundrak <lkundrak> | 2007-06-25 14:15:21 +0000 |
---|---|---|
committer | lkundrak <lkundrak> | 2007-06-25 14:15:21 +0000 |
commit | d88980632486f8e4c2982033dc69fa49dfbacbbf (patch) | |
tree | 4b6fba38e6a1a5c13c690c6642dab7174df34847 /chat/bitchx/Makefile | |
parent | 66017a5cb8078368aeae1a5feb8f1f9127633657 (diff) | |
download | pkgsrc-d88980632486f8e4c2982033dc69fa49dfbacbbf.tar.gz |
Fix for a security issue, CVE-2007-3360. A malicious server could direct
the client into executing arbitrary code.
Diffstat (limited to 'chat/bitchx/Makefile')
-rw-r--r-- | chat/bitchx/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index aa5fa6a17e3..338f3598f93 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.41 2007/05/20 17:19:05 wiz Exp $ +# $NetBSD: Makefile,v 1.42 2007/06/25 14:15:21 lkundrak Exp $ DISTNAME= ircii-pana-1.1-final PKGNAME= bitchx-1.1 +PKGREVISION= 1 CATEGORIES= chat MASTER_SITES= http://www.bitchx.org/files/source/ \ ftp://ftp.bitchx.org/pub/BitchX/source/ \ |