Sophie

Sophie

distrib > * > 2008.0 > x86_64 > by-pkgid > 732da877575827bf65eff894541b62e7 > files > 2

sshguard-1.0-0.beta2.2mdv2008.0.src.rpm

%define prel beta2

Summary:	Protect hosts from brute force attacks against ssh
Name:		sshguard
Version:	1.0
Release:	%mkrel 0.%{prel}.2
License:	GPL
Group:		Networking/Remote access
Url:		http://sshguard.sourceforge.net
Source0:	http://downloads.sourceforge.net/sshguard/%{name}-%{version}%{prel}.tar.bz2
Requires:	iptables
Requires:	sshd
BuildRoot:	%{_tmppath}/%{name}-%{version}-buildroot

%description
Sshguard protects networked hosts from brute force attacks 
against ssh servers. It detects such attacks and blocks the 
attacker's address with a firewall rule.

%prep
%setup -qn %{name}-%{version}%{prel}

%build
%configure2_5x \
	--with-firewall=iptables

%make

%install
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%makeinstall_std

%find_lang %{name}

%clean
[ "%{buildroot}" != "/" ] && rm -rf %{buildroot}

%files
%defattr(644,root,root,755)
%doc Changes README
%attr(755,root,root) %{_sbindir}/%{name}
%{_mandir}/man8/%{name}*


%changelog
* Tue May 22 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 1.0-0.beta2.2mdv2008.0
+ Revision: 29621
- fix group

* Tue May 22 2007 Tomasz Pawel Gajc <tpg@mandriva.org> 1.0-0.beta2.1mdv2008.0
+ Revision: 29613
- Import sshguard