From 197d6bf6bb25c437e568df49c152b04fb70f239e Mon Sep 17 00:00:00 2001 From: jmmv Date: Sat, 7 Jun 2003 10:42:26 +0000 Subject: Fix crash in -current: a thread was trying to wait for a condition using an unlocked mutex (thus triggering a libpthread assertion). I'm not sure if this patch is completely right, but the program seems to work fine. Bump PKGREVISION to 2. --- net/ettercap/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'net/ettercap/Makefile') diff --git a/net/ettercap/Makefile b/net/ettercap/Makefile index f0e61055994..e8047d7de35 100644 --- a/net/ettercap/Makefile +++ b/net/ettercap/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.14 2003/06/07 10:34:09 jmmv Exp $ +# $NetBSD: Makefile,v 1.15 2003/06/07 10:42:26 jmmv Exp $ DISTNAME= ettercap-0.6.9 -PKGREVISION= 1 +PKGREVISION= 2 CATEGORIES= security net MASTER_SITES= http://ettercap.sourceforge.net/download/ -- cgit v1.2.3