diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-06-07 10:42:26 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-06-07 10:42:26 +0000 |
commit | 197d6bf6bb25c437e568df49c152b04fb70f239e (patch) | |
tree | 96c4b356f8cec4313eba20b705b86ae4baa212fe /net/ettercap/Makefile | |
parent | 26af44ee64de6720becb0b22df7fb09619a68a9c (diff) | |
download | pkgsrc-197d6bf6bb25c437e568df49c152b04fb70f239e.tar.gz |
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.
Diffstat (limited to 'net/ettercap/Makefile')
-rw-r--r-- | net/ettercap/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |