rpms/denyhosts/FC-3 denyhosts-1.1.4-config.patch, NONE, 1.1 denyhosts.spec, 1.6, 1.7 sources, 1.7, 1.8 denyhosts-1.1.3-config.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Sat Jan 14 17:47:12 UTC 2006


Author: tibbs

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

Modified Files:
	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-2
- Clean up %post script; just call condrestart and don't bother with
  the call to --upgrade099.

* 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: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-3/denyhosts.spec,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- denyhosts.spec	21 Nov 2005 23:21:10 -0000	1.6
+++ denyhosts.spec	14 Jan 2006 17:47:12 -0000	1.7
@@ -1,6 +1,6 @@
 Name:           denyhosts
-Version:        1.1.3
-release:	1%{?dist}
+Version:        1.1.4
+release:	2%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -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)
@@ -82,13 +82,7 @@
 # sure that all of the hosts.deny entries were created by denyhosts
 %post
 /sbin/chkconfig --add denyhosts
-
-RUNNING=`/sbin/service denyhosts status | grep "is running"`
-/sbin/service denyhosts stop > /dev/null 2>&1 || :
-%{_bindir}/denyhosts.py -c /etc/denyhosts.conf --upgrade099 > /dev/null 2>&1 || :
-if [ -n "$RUNNING" ]; then
-  /sbin/service denyhosts start > /dev/null 2>&1
-fi
+/sbin/service denyhosts condrestart
 exit 0
 
 
@@ -125,6 +119,13 @@
 %{_bindir}/denyhosts-control
 
 %changelog
+* Fri Jan 13 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 1.1.4-2
+- Clean up %post script; just call condrestart and don't bother with
+  the call to --upgrade099.
+
+* 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/FC-3/sources,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- sources	21 Nov 2005 23:21:10 -0000	1.7
+++ sources	14 Jan 2006 17:47:12 -0000	1.8
@@ -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