Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 288481 - Dependency of net-misc/whois missing on net-analyzer/fail2ban-0.8.4
Summary: Dependency of net-misc/whois missing on net-analyzer/fail2ban-0.8.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal
Assignee: Gentoo Netmon project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-10 20:27 UTC by muhsin
Modified: 2009-10-17 04:36 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 muhsin 2009-10-10 20:27:50 UTC
I think fail2ban uses whois internally when it reports, but the ebuild doesnt have net-misc/whois as dependency

Reproducible: Always
Comment 1 Jeremy Olexa (darkside) (RETIRED) archtester gentoo-dev Security 2009-10-17 04:36:09 UTC
it's in 0.8.3 too:

%% grep -r "/usr/bin/whois" *
fail2ban-0.8.3/config/action.d/sendmail-whois.conf:            `/usr/bin/whois <ip>`\n
fail2ban-0.8.3/config/action.d/sendmail-whois-lines.conf:            `/usr/bin/whois <ip>`\n\n
fail2ban-0.8.4/config/action.d/sendmail-whois-lines.conf:            `/usr/bin/whois <ip>`\n\n
fail2ban-0.8.4/config/action.d/sendmail-whois.conf:            `/usr/bin/whois <ip>`\n

fixed in 0.8.4, thanks.