rpms/denyhosts/FC-3 denyhosts-0.6.0-version.patch, NONE, 1.1 .cvsignore, 1.2, 1.3 denyhosts.cron, 1.1, 1.2 denyhosts.spec, 1.1, 1.2 sources, 1.2, 1.3

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Sat Jul 2 21:41:47 UTC 2005


Author: tibbs

Update of /cvs/extras/rpms/denyhosts/FC-3
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv31102

Modified Files:
	.cvsignore denyhosts.cron denyhosts.spec sources 
Added Files:
	denyhosts-0.6.0-version.patch 
Log Message:
* Sat Jul  2 2005 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.6.0-1
- Update to 0.6.0
- Add fix for "from version import VERSION" issue.


denyhosts-0.6.0-version.patch:

--- NEW FILE denyhosts-0.6.0-version.patch ---
--- denyhosts.py.orig	2005-07-02 16:10:46.004999307 -0500
+++ denyhosts.py	2005-07-02 16:11:18.259173082 -0500
@@ -7,7 +7,8 @@
 import time
 import socket
 from types import ListType, TupleType
-from version import VERSION
+#from version import VERSION
+VERSION = "0.6.0"
 
 global DEBUG
 DEBUG=0


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-3/.cvsignore,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore	20 May 2005 04:57:02 -0000	1.2
+++ .cvsignore	2 Jul 2005 21:41:44 -0000	1.3
@@ -1 +1,2 @@
 DenyHosts-0.5.5.tar.gz
+DenyHosts-0.6.0.tar.gz


Index: denyhosts.cron
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-3/denyhosts.cron,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- denyhosts.cron	20 May 2005 04:57:02 -0000	1.1
+++ denyhosts.cron	2 Jul 2005 21:41:44 -0000	1.2
@@ -1,2 +1,6 @@
+# This defaults to running once every ten minutes, but if your host is being
+# heavily attacked then it is reasonable to make it run as frequently as once
+# every minute.  DenyHosts runs quickly once it has initially processed your
+# logs and should not take a significant amount of CPU time.
 */10 * * * * root [ -f /var/lock/subsys/denyhosts ] && /usr/bin/denyhosts.py -c /etc/denyhosts.conf
 


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-3/denyhosts.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- denyhosts.spec	20 May 2005 04:57:02 -0000	1.1
+++ denyhosts.spec	2 Jul 2005 21:41:44 -0000	1.2
@@ -1,6 +1,6 @@
 Name:           denyhosts
-Version:        0.5.5
-Release: 2%{?dist}
+Version:        0.6.0
+Release:	1%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -11,6 +11,7 @@
 Source2:	denyhosts.init
 Source3:	denyhosts-allowed-hosts
 Patch0:		denyhosts-0.5.5-workdir.patch
+Patch1:		denyhosts-0.6.0-version.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArchitectures: noarch
 
@@ -28,7 +29,8 @@
 
 %prep
 %setup -q -n DenyHosts-%{version}
-%patch0 -p0 
+%patch0 -p0
+%patch1 -p0
 
 %install
 rm -rf $RPM_BUILD_ROOT
@@ -87,6 +89,10 @@
 %{_initrddir}/denyhosts
 
 %changelog
+* Sat Jul  2 2005 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.6.0-1
+- Update to 0.6.0
+- Add fix for "from version import VERSION" issue.
+
 * Thu May 19 2005 Jason L Tibbitts III <tibbs at math.uh.edu> - 0.5.5-2
 - Use dist tag
 - Don't automatically enable at install time


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-3/sources,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- sources	20 May 2005 04:57:02 -0000	1.2
+++ sources	2 Jul 2005 21:41:44 -0000	1.3
@@ -1 +1 @@
-e5b49f8e949d3afd3bbd9d4611267dae  DenyHosts-0.5.5.tar.gz
+6d65457ed9c31c548160e2aa74e5a80e  DenyHosts-0.6.0.tar.gz




More information about the fedora-extras-commits mailing list