Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 31052 - bump net-firewall/firehol to 1.159
Summary: bump net-firewall/firehol to 1.159
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Martin Holzer (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks: 26486
  Show dependency tree
 
Reported: 2003-10-13 11:07 UTC by Maik Schreiber
Modified: 2003-11-08 19:33 UTC (History)
0 users

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 Maik Schreiber 2003-10-13 11:07:04 UTC
A new version of net-firewall/firehol is out. A simple version bump to 1.159 is fine.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2003-10-13 11:52:08 UTC
as usual, in cvs
Comment 2 Costa Tsaousis 2003-11-08 19:33:14 UTC
Hi,

I am the developer of FireHOL. I have a few suggestions for the firehol ebuild
(sorry for not taking care of this, but I am not yet so familiar with Gentoo):

1. FireHOL completely supports Gentoo out of the box. This means that the
src_compile() section in the ebuild should not search/replace anything.

2. I have verified every external component used by FireHOL and concluded
to this list of packages needed by FireHOL:

RDEPEND="app-shells/bash
        sys-apps/fileutils
        sys-apps/gawk
        sys-apps/grep
        sys-apps/iproute
        net-firewall/iptables
        sys-apps/less
        sys-apps/modutils
        sys-apps/net-tools
        sys-apps/procps
        sys-apps/sed
        sys-apps/sh-utils
        sys-apps/textutils
        sys-apps/util-linux"

I don't know if there is some policy regarding any of the above (note for
example modutils which might become module-init-tools in 2.6 kernels).
Anyway, the above list is the complete list of packages FireHOL depends on.

3. I suggest to put examples/client-all.conf as the default /etc/firehol/firehol.conf,
but only if the later does not already exist (there is no need to have the
user etc-update the configuration for this file).

Regards,

Costa