rpms/denyhosts/devel denyhosts-1.1.4-config.patch, NONE, 1.1 .cvsignore, 1.13, 1.14 denyhosts.spec, 1.18, 1.19 sources, 1.13, 1.14 denyhosts-1.1.3-config.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Fri Jan 13 16:58:27 UTC 2006


Author: tibbs

Update of /cvs/extras/rpms/denyhosts/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv7039

Modified Files:
	.cvsignore denyhosts.spec sources 
Added Files:
	denyhosts-1.1.4-config.patch 
Removed Files:
	denyhosts-1.1.3-config.patch 
Log Message:
* Fri Jan 13 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.4-1
- Update to 1.1.4.


denyhosts-1.1.4-config.patch:

--- NEW FILE denyhosts-1.1.4-config.patch ---
--- denyhosts.cfg-dist.orig	2005-12-16 16:45:05.000000000 -0600
+++ denyhosts.cfg-dist	2006-01-13 10:56:34.762167881 -0600
@@ -46,13 +46,18 @@
 #            'y' = years
 #
 # never purge:
-PURGE_DENY = 
+#PURGE_DENY = 
 #
 # purge entries older than 1 week
 #PURGE_DENY = 1w
 #
 # purge entries older than 5 days
 #PURGE_DENY = 5d
+#
+# For the default Fedora Extras install, we want timestamping but no
+# expiration (at least by default) so this is deliberately set high.
+# Adjust to taste.
+PURGE_DENY = 4w
 #######################################################################
 
 
@@ -115,7 +120,7 @@
 # Note: it is recommended that you use an absolute pathname
 # for this value (eg. /home/foo/denyhosts/data)
 #
-WORK_DIR = /usr/share/denyhosts/data
+WORK_DIR = /var/lib/denyhosts
 #
 #######################################################################
 
@@ -178,7 +183,7 @@
 # match your email address.  If you do not want to receive these reports
 # leave this field blank (or run with the --noemail option)
 #
-ADMIN_EMAIL = 
+ADMIN_EMAIL = root
 #
 #######################################################################
 


Index: .cvsignore
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/.cvsignore,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- .cvsignore	20 Nov 2005 17:21:48 -0000	1.13
+++ .cvsignore	13 Jan 2006 16:58:26 -0000	1.14
@@ -1 +1 @@
-DenyHosts-1.1.3.tar.gz
+DenyHosts-1.1.4.tar.gz


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- denyhosts.spec	20 Nov 2005 17:21:49 -0000	1.18
+++ denyhosts.spec	13 Jan 2006 16:58:26 -0000	1.19
@@ -1,5 +1,5 @@
 Name:           denyhosts
-Version:        1.1.3
+Version:        1.1.4
 release:	1%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
@@ -13,7 +13,7 @@
 Source4:	denyhosts.sysconfig
 Source5:	denyhosts.logrotate
 Source6:	README.fedora
-Patch0:		denyhosts-1.1.3-config.patch
+Patch0:		denyhosts-1.1.4-config.patch
 Patch1:		denyhosts-0.9.8-setup.patch
 Patch2:		denyhosts-1.0.0-daemon-control.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -125,6 +125,9 @@
 %{_bindir}/denyhosts-control
 
 %changelog
+* Fri Jan 13 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.4-1
+- Update to 1.1.4.
+
 * Fri Nov 18 2005 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.3-1
 - Update to 1.1.3
 - Update README.fedora to document what the package currently does.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	20 Nov 2005 17:21:49 -0000	1.13
+++ sources	13 Jan 2006 16:58:26 -0000	1.14
@@ -1 +1 @@
-bacc9e55a17572b832a19035129f7c12  DenyHosts-1.1.3.tar.gz
+f4b9beb55cc36ab44fb7fe0c96210734  DenyHosts-1.1.4.tar.gz


--- denyhosts-1.1.3-config.patch DELETED ---




More information about the fedora-extras-commits mailing list