Name: sshguard Version: 1.5 Release: 2%{?dist} License: GPLv2+ Group: System Environment/Shells Summary: Protect hosts from brute force attacks against ssh Url: http://sshguard.sourceforge.net Source0: http://downloads.sourceforge.net/sshguard/%{name}-%{version}.tar.bz2 Requires: iptables Requires: openssh-server %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 -q %build %{configure} --with-firewall=iptables make %{?_smp_mflags} RPM_OPT_FLAGS="$RPM_OPT_FLAGS" %install make install-strip DESTDIR=$RPM_BUILD_ROOT %files %doc Changes README %{_sbindir}/%{name} %{_mandir}/man8/%{name}* %changelog * Tue Aug 14 2012 Sebastien Caps sebastien.caps@guardis.com 1.5-2%{?dist} - Fix some spec issue. * Tue Aug 14 2012 Sebastien Caps sebastien.caps@guardis.com 1.5-1%{?dist} - Rebuilt for RedHat based distro. * Wed Mar 02 2011 Tomasz Pawel Gajc 1.5-1mdv2011.0 + Revision: 641382 - update to new version 1.5 * Sat Sep 26 2009 Tomasz Pawel Gajc 1.4-1mdv2010.0 + Revision: 449478 - update to new version 1.4 * Sun Sep 20 2009 Thierry Vignaud 1.3-2mdv2010.0 + Revision: 445231 - rebuild * Sun Oct 12 2008 Tomasz Pawel Gajc 1.3-1mdv2009.1 + Revision: 293010 - update to new version 1.3 - update to new version 1.3 - update to new version 1.2 * Wed Jan 02 2008 Olivier Blin 1.1-0.beta3.1mdv2009.0 + Revision: 140851 - restore BuildRoot + Thierry Vignaud - kill re-definition of %%buildroot on Pixel's request * Fri Oct 26 2007 Tomasz Pawel Gajc 1.1-0.beta3.1mdv2008.1 + Revision: 102372 - new version * Tue May 22 2007 Tomasz Pawel Gajc 1.0-0.beta2.2mdv2008.0 + Revision: 29621 - fix group * Tue May 22 2007 Tomasz Pawel Gajc 1.0-0.beta2.1mdv2008.0 + Revision: 29613 - Import sshguard