diff options
author | grant <grant@pkgsrc.org> | 2003-06-19 00:37:58 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2003-06-19 00:37:58 +0000 |
commit | 276e32e6e8ad3ee9209d5025b427dd493d2219ec (patch) | |
tree | 2addd30d8c63322a8119edcdeed8e8808ae7b3dd | |
parent | b90c4bd754cd0704256dc7c0900b5eef0e76f6b2 (diff) | |
download | pkgsrc-276e32e6e8ad3ee9209d5025b427dd493d2219ec.tar.gz |
Pull up revision 1.19 (requested by salo in ticket #1289):
PKGREVISION++
- Fix major core bug with channel mode -k * on hybrid7 servers. For
more information see: http://www.securityfocus.com/archive/1/321093
Patch from BitchX CVS.
-rw-r--r-- | chat/bitchx/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/bitchx/Makefile b/chat/bitchx/Makefile index 8783654bf73..845c61803ac 100644 --- a/chat/bitchx/Makefile +++ b/chat/bitchx/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.15.2.1 2003/04/06 20:56:07 grant Exp $ +# $NetBSD: Makefile,v 1.15.2.2 2003/06/19 00:37:58 grant Exp $ # DISTNAME= ircii-pana-1.0c19 PKGNAME= bitchx-1.0.3.19 -PKGREVISION= 1 +PKGREVISION= 2 WRKSRC= ${WRKDIR}/BitchX CATEGORIES= chat MASTER_SITES= ftp://ftp.bitchx.org/pub/BitchX/source/ \ |