--- rpms/smeserver-denyhosts/contribs9/smeserver-denyhosts.spec 2014/06/17 18:43:54 1.3 +++ rpms/smeserver-denyhosts/contribs9/smeserver-denyhosts.spec 2017/02/06 17:01:42 1.10 @@ -1,23 +1,24 @@ -# $Id: smeserver-denyhosts.spec,v 1.2 2013/07/14 19:39:26 unnilennium Exp $ +# $Id: smeserver-denyhosts.spec,v 1.9 2015/03/31 13:40:22 unnilennium Exp $ # Authority: unnilennium # Name: Jean-Philippe Pialasse Summary: smeserver-denyhosts %define name smeserver-denyhosts -%define version 2.8 -%define release 1 +%define version 2.9 +%define release 7 Name: %{name} Version: %{version} Release: %{release}%{?dist} License: GPL Group: Applications/System Source: %{name}-%{version}.tgz -#REM contribs9 Patch0: smeserver-denyhosts-2.8-locale-2013-07-14.patch +Patch0: smeserver-denyhosts-2.9-regexpatch.patch +Patch1: smeserver-denyhosts-2.9-bz10076-wrongIPremovedfromWL.patch BuildRoot: /var/tmp/%{name}-%{version}-%{release}-buildroot BuildArch: noarch BuildRequires: e-smith-devtools >= 1.13.1-03 Requires: smeserver-release >= 8.0 -Requires: denyhosts >= 2.6 +Requires: denyhosts >= 2.6-20 Requires: e-smith-formmagick >= 1.4.0-12 %description @@ -25,7 +26,8 @@ Integration package to mesh denyhosts wi %prep %setup -#REM contribs9 %patch0 -p1 +%patch0 -p1 +%patch1 -p1 %build /usr/bin/perl createlinks @@ -46,6 +48,16 @@ rm -rf $RPM_BUILD_ROOT touch /etc/hosts.deny_ssh %changelog +* Mon Feb 06 2017 Jean-Philipe Pialasse 2.9-7.sme +- fix removing from whitelist does not remove the desired IP but a random one [SME: 10076] + +* Mon Mar 30 2015 JP Pialasse 2.9-6.sme +- fixed non working REGEX [SME: 8894] +- fixed should isntall epel version not repoforge [SME: 8892] + +* Sun Mar 29 2015 JP Pialasse 2.9-1.sme +- fixed path to perl modules + * Mon Jun 16 2014 JP Pialasse 2.8-1.sme - initial import to SME9 contribs