Subject: CVS commit: pkgsrc/net/ettercap
To: None <pkgsrc-changes@netbsd.org>
From: Julio Merino <jmmv@netbsd.org>
List: pkgsrc-changes
Date: 06/07/2003 10:42:28
Module Name:	pkgsrc
Committed By:	jmmv
Date:		Sat Jun  7 10:42:27 UTC 2003

Modified Files:
	pkgsrc/net/ettercap: Makefile distinfo
Added Files:
	pkgsrc/net/ettercap/patches: patch-ad

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -r1.14 -r1.15 pkgsrc/net/ettercap/Makefile
cvs rdiff -r1.6 -r1.7 pkgsrc/net/ettercap/distinfo
cvs rdiff -r0 -r1.1 pkgsrc/net/ettercap/patches/patch-ad

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.