Skip to content

Commit

Permalink
Added to FireHOL distribution.
Browse files Browse the repository at this point in the history
  • Loading branch information
ktsaou committed Dec 7, 2002
1 parent e783b0c commit 826247e
Show file tree
Hide file tree
Showing 6 changed files with 453 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .cvs
@@ -0,0 +1,4 @@
#!/bin/sh

export CVS_RSH=ssh
cvs -z3 -d:ext:ktsaou@cvs.firehol.sourceforge.net:/cvsroot/firehol "$@"
68 changes: 68 additions & 0 deletions .spec
@@ -0,0 +1,68 @@
Summary: An easy to use but powerfull iptables stateful firewall
Name: firehol
Version: 1.33
Release: 1
Copyright: GPL
Group: Applications/Internet
Source: %{name}-%{version}.tar.bz2
URL: http://firehol.sourceforge.net
Vendor: Costa Tsaousis
Packager: Costa Tsaousis
BuildArchitectures: noarch

requires: kernel >= 2.4
requires: gawk >= 3.1
requires: iptables >= 1.2.4
requires: bash >= 2.05

%description
FireHOL uses an extremely simple but powerfull way to define
firewall rules which it turns into complete stateful iptables
firewalls.
FireHOL is a generic firewall generator, meaning that you can
design any kind of local or routing stateful packet filtering
firewalls with ease.

Install FireHOL if you want an easy way to configure stateful
packet filtering firewalls on Linux hosts and routers.

The default configuration file will allow only client traffic
on PPP and ethernet interfaces.

%prep
%setup

%build

%install
install -c -m 750 firehol.sh /etc/init.d/firehol
install -c -m 640 examples/ppp-client.conf /etc/firehol.conf

%pre

%post
/sbin/chkconfig --add firehol

%preun
/sbin/chkconfig --del firehol

%postun

%clean
rm -rf ${RPM_BUILD_DIR}/%{name}-%{version}

%files
%defattr(-,root,root)
%doc README TODO COPYING ChangeLog

/etc/init.d/firehol
%config(noreplace) /etc/firehol.conf

%doc examples/home-adsl.conf
%doc examples/home-dialup.conf
%doc examples/home-router.conf
%doc examples/office.conf
%doc examples/office-private-lan.conf
%doc examples/ppp-client.conf

%changelog

0 comments on commit 826247e

Please sign in to comment.