Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 6906 - dsniff-2.3.ebuild [new package]
Summary: dsniff-2.3.ebuild [new package]
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High enhancement (vote)
Assignee: Jared H. Hudson
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-22 19:23 UTC by foser (RETIRED)
Modified: 2003-02-04 19:42 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
dsniff-2.3.ebuild [new package] (dsniff-2.3.ebuild,2.15 KB, text/plain)
2002-08-22 19:24 UTC, foser (RETIRED)
Details
dsniff-2.3.ebuild [update] (dsniff-2.3.ebuild,2.16 KB, text/plain)
2002-08-24 08:32 UTC, foser (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description foser (RETIRED) gentoo-dev 2002-08-22 19:23:39 UTC
Dsniff is a set of tools for networks auditing and penetration testing.

This is a kinda tricky ebuild since it needs sys-libs/db, but the version Gentoo
uses just can't be used by dniffs configure script for some reason (believe me i
tried). The only option i saw was building db in the workdir only to be used by
dsniffs building process. Works fine, only problem is that it may request
another db version then is in portage at a certain time, because the version is
hardcoded into the ebuild. This is inconvenient at most imo.
Also there are a couple of small hacks in the ebuild for working around the
uberb0rked config script, which only wants to install in /usr/local/ for some
reason. Setting other paths leads to.. trouble, lots of it :) Since i was
working on that, i also put the config/data files where they should be :
/etc/dsniff .

I'm kinda proud of this small twinkling jewel ebuild ;) It's time to get to bed
before i get really lyrical.

PS. It should ofcourse go in the net-analyzer category.
Comment 1 foser (RETIRED) gentoo-dev 2002-08-22 19:24:19 UTC
Created attachment 3331 [details]
dsniff-2.3.ebuild [new package]
Comment 2 foser (RETIRED) gentoo-dev 2002-08-24 08:32:15 UTC
Created attachment 3386 [details]
dsniff-2.3.ebuild [update]

Made a mistake in the SRC_URI path for db3. I just copied it from the existing
ebuilds, but it changed. Not that it matters that much, it all gets downloaded
from the mirror anyway. Maybe an idea to fix it in the db ebuilds as well.
Comment 3 foser (RETIRED) gentoo-dev 2002-09-01 08:49:31 UTC
Noticed there already was a dsniff ebuild around, which does patch the whole
configure script (which is probably possible). It seems to have some problems,
but surely worth taking a look at instead of my solution ( bug 5155 ).