rpms/denyhosts/FC-4 denyhosts-2.3-config.patch, NONE, 1.1 denyhosts.spec, 1.11, 1.12 denyhosts-2.2-config.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Mon Jun 19 17:38:57 UTC 2006


Author: tibbs

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

Modified Files:
	denyhosts.spec 
Added Files:
	denyhosts-2.3-config.patch 
Removed Files:
	denyhosts-2.2-config.patch 
Log Message:
* Thu Apr  6 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.3-2
- Fix uncommented MacOS X SECURE_LOG config setting.


denyhosts-2.3-config.patch:

--- NEW FILE denyhosts-2.3-config.patch ---
--- denyhosts.cfg-dist.config	2006-04-04 18:37:48.000000000 -0500
+++ denyhosts.cfg-dist	2006-04-06 10:09:13.219892334 -0500
@@ -22,7 +22,7 @@
 #SECURE_LOG = /private/var/log/asl.log
 #
 # Mac OS X (v10.3 or earlier):
-SECURE_LOG=/private/var/log/system.log
+#SECURE_LOG=/private/var/log/system.log
 #
 ########################################################################
 
@@ -53,13 +53,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
 #######################################################################
 
 
@@ -133,7 +138,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
 #
 #######################################################################
 
@@ -196,7 +201,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
 #
 #######################################################################
 
@@ -235,7 +240,7 @@
 #
 # SMTP_SUBJECT: you can specify the "Subject:" of messages sent
 # by DenyHosts when it reports thwarted abuse attempts
-SMTP_SUBJECT = DenyHosts Report
+SMTP_SUBJECT = DenyHosts Report from $[HOSTNAME]
 #
 ######################################################################
 


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-4/denyhosts.spec,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- denyhosts.spec	5 Apr 2006 04:53:52 -0000	1.11
+++ denyhosts.spec	6 Apr 2006 15:29:53 -0000	1.12
@@ -1,6 +1,6 @@
 Name:           denyhosts
 Version:        2.3
-Release:	1%{?dist}
+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-2.2-config.patch
+Patch0:		denyhosts-2.3-config.patch
 Patch1:		denyhosts-2.3-setup.patch
 Patch2:		denyhosts-2.2-daemon-control.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -150,7 +150,10 @@
 
 
 %changelog
-* Tue Apr  4 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.3
+* Thu Apr  6 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.3-2
+- Fix uncommented MacOS X SECURE_LOG config setting.
+
+* Tue Apr  4 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.3-1
 - Update to version 2.3.
 
 * Fri Mar 31 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.2-6


--- denyhosts-2.2-config.patch DELETED ---




More information about the fedora-extras-commits mailing list