Sophie

Sophie

distrib > Scientific%20Linux > 5x > x86_64 > by-pkgid > dfa8b311270489de49b984d23b4ac43a > files > 4

iptstate-1.4-2.el5.src.rpm

Name: iptstate
Summary: A top-like display of IP Tables state table entries
Version: 1.4
Release: 2%{?dist}
Source: iptstate-%{version}.tar.bz2
Patch0: iptstate-1.4-man8.patch
Patch1: iptstate-1.4-single.patch
Group: System Environment/Base
URL: http://www.phildev.net/iptstate/
BuildRoot: %{_tmppath}/%{name}-buildroot
License: zlib License
Requires: iptables
BuildRequires: ncurses-devel

%description
IP Tables State (iptstate) was originally written to implement
the "state top" feature of IP Filter (see "The Idea" below) in
IP Tables. "State top" displays the states held by your stateful
firewall in a top-like manner.

Since IP Tables doesn't have a built in way to easily display 
this information even once, an option was added to just have it 
display the state table once.
 
Features include:
    - Top-like realtime state table information
    - Sorting by any field
    - Reversible sorting
    - Single display of state table
    - Customizable refresh rate
    - Open Source (specifically I'm using the zlib license)


%prep
%setup -q
%patch0 -p1 -b .man8
%patch1 -p1 -b .single

%build
make CXXFLAGS="$RPM_OPT_FLAGS"

%install
rm -rf $RPM_BUILD_ROOT
%makeinstall PREFIX=%{buildroot}%{_prefix}

%clean
rm -rf $RPM_BUILD_ROOT 

%files
%defattr(-,root,root,0755)
%doc LICENSE README
%{_sbindir}/iptstate
%{_mandir}/man8/iptstate.*

%changelog
* Tue Nov 10 2009 Thomas Woerner <twoerner@redhat.com> 1.4-2
- fixed print function in single mode
  Resolves: rhbz#474381

* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 1.4-1.1.2.2
- rebuild

* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 1.4-1.1.2.1
- bump again for double-long bug on ppc(64)

* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 1.4-1.1.2
- rebuilt for new gcc4.1 snapshot and glibc changes

* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
- rebuilt

* Mon Apr 18 2005 Thomas Woerner <twoerner@redhat.com> 1.4-1.1
- fixed man page: install as man8 instead of man1, fixed reference for
  iptables(8)

* Sun Apr 17 2005 Warren Togami <wtogami@redhat.com> 1.4-1
- 1.4

* Wed Feb  9 2005 Thomas Woerner <twoerner@redhat.com> 1.3-5
- rebuild

* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
- rebuilt

* Mon Feb  2 2004 Thomas Woerner <twoerner@redhat.com> 1.3-2
- added BuildRequires for ncurses-devel

* Mon Jan 26 2004 Thomas Woerner <twoerner@redhat.com> 1.3-1
- initial package