diff options
author | salo <salo@pkgsrc.org> | 2003-03-29 21:20:29 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2003-03-29 21:20:29 +0000 |
commit | 0d095992f91b0e11be94d26d94cdd74fb147141f (patch) | |
tree | b1bba0a5a836479564a88f830486250138eacf01 /chat/bitchx/Makefile | |
parent | f3bbd5629b566c02e6e9f4c7051673bd655bfb0a (diff) | |
download | pkgsrc-0d095992f91b0e11be94d26d94cdd74fb147141f.tar.gz |
Bump PKGREVISION: fix several potential buffer overflows found by Timo
Sirainen <tss at iki dot fi>, see the following url for more details:
http://securityfocus.com/archive/1/315057
Patch from bugtraq by <caf at guarana dor org>.
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 1848981248e..13a7e6a9192 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.16 2003/03/29 12:40:16 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2003/03/29 21:20:29 salo Exp $ # DISTNAME= ircii-pana-1.0c19 PKGNAME= bitchx-1.0.3.19 +PKGREVISION= 1 WRKSRC= ${WRKDIR}/BitchX CATEGORIES= chat MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ |