]> git.pld-linux.org Git - packages/fwanalog.git/commitdiff
- not ready yet
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 27 Jan 2004 01:36:45 +0000 (01:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fwanalog.spec -> 1.1

fwanalog.spec [new file with mode: 0644]

diff --git a/fwanalog.spec b/fwanalog.spec
new file mode 100644 (file)
index 0000000..73dacb6
--- /dev/null
@@ -0,0 +1,36 @@
+%define        pre     pre4
+Summary:       firewall logfile analysis program
+Summary(pl):   Analizator logów firewalla
+Name:          fwanalog
+Version:       0.6.4
+Release:       0.%{pre}.1
+License:       GPL
+Group:         Networking/Utilities
+Source0:       http://tud.at/programm/fwanalog/%{name}-%{version}pre4.tar.gz
+# Source0-md5: 6d54ec2aca8280be418640a937a5b5ef
+URL:           http://tud.at/programm/fwanalog/
+BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
+
+%description
+wanalog is a shell script that parses and summarizes firewall
+logfiles. It currently (version 0.6.4pre4) understands logs from ipf
+(tested with OpenBSD 2.8's and 2.9's ipf, also FreeBSD, NetBSD and
+Solaris 8 with ipf), OpenBSD 3.x pf, Linux 2.2 ipchains, Linux 2.4
+iptables, some ZyXEL/NetGear routers and (experimentally) Cisco PIX,
+Watchguard Firebox and Firewall-One (not NG!) firewalls. I have tested
+it on Debian GNU/Linux "sid" with bash and OpenBSD 2.8, 2.9 and 3.x
+with ksh as /bin/sh. Other people use it on all kinds of Unix-like
+platforms.
+
+%prep
+%setup  -q -n %{name}-%{version}%{pre}
+
+%build
+
+%install
+
+%clean
+rm -rf $RPM_BUILD_ROOT
+
+%files
+%defattr(644,root,root,755)
This page took 0.070021 seconds and 4 git commands to generate.