Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 349780 - net-analyzer/w3af installs prebuilt binaries in /usr
Summary: net-analyzer/w3af installs prebuilt binaries in /usr
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: LABBE Corentin
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-26 15:21 UTC by Diego Elio Pettenò (RETIRED)
Modified: 2010-12-29 11:22 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Diego Elio Pettenò (RETIRED) gentoo-dev 2010-12-26 15:21:40 UTC
Okay I'm not really sure how to solve this but I'd suggest it should be moved into /opt even if it's just _one_ payload to be binary...
Comment 1 montjoie 2010-12-28 09:47:12 UTC
I think you speak about /usr/lib/w3af/plugins/attack/payloads/code/netcat
I grep netcat on w3af sources and i see nothing that use it at this place.
Seems that netcat_installed.py check for a netcat in classic path (/bin/netcat /bin/nc /etc/alternative/netcat)

So, i will update the ebuild to delete this static executable and add one of the netcat availlable in portage to the dependency
Comment 2 Diego Elio Pettenò (RETIRED) gentoo-dev 2010-12-28 11:41:23 UTC
Thanks, that looks perfect.
Comment 3 Markos Chandras (RETIRED) gentoo-dev 2010-12-29 11:22:05 UTC
Fixed