rpms/denyhosts/EL-5 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.38, 1.39 sources, 1.20, 1.21 denyhosts-2.3-config.patch, 1.1, NONE

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Fri Dec 8 01:58:06 UTC 2006


Author: tibbs

Update of /cvs/extras/rpms/denyhosts/EL-5
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv19382

Modified Files:
	denyhosts.spec sources 
Added Files:
	denyhosts-2.6-config.patch 
Removed Files:
	denyhosts-2.3-config.patch 
Log Message:
* Thu Dec 07 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-2
- Update config patch.

* Thu Dec 07 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-1
- Update to 2.6; fixes bug 218824, CVE-2006-6301.



denyhosts-2.6-config.patch:

--- NEW FILE denyhosts-2.6-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
@@ -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/EL-5/denyhosts.spec,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- denyhosts.spec	29 Aug 2006 19:49:02 -0000	1.38
+++ denyhosts.spec	8 Dec 2006 01:57:36 -0000	1.39
@@ -1,5 +1,5 @@
 Name:           denyhosts
-Version:        2.5
+Version:        2.6
 Release:	2%{?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-2.3-config.patch
+Patch0:		denyhosts-2.6-config.patch
 Patch1:		denyhosts-2.4-setup.patch
 Patch2:		denyhosts-2.2-daemon-control.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
@@ -148,6 +148,12 @@
 
 
 %changelog
+* Thu Dec 07 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-2
+- Update config patch.
+
+* Thu Dec 07 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-1
+- Update to 2.6; fixes bug 218824, CVE-2006-6301.
+
 * Tue Aug 29 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.5-2
 - No need to ghost .pyo files.
 - Fix %%{python_sitelib}/Denyhosts ownership.


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/EL-5/sources,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- sources	22 Jun 2006 15:02:09 -0000	1.20
+++ sources	8 Dec 2006 01:57:36 -0000	1.21
@@ -1 +1 @@
-b33f0cdae6448ae559c5f22dbffe59f2  DenyHosts-2.5.tar.gz
+fc2365305a9402886a2b0173d1beb7df  DenyHosts-2.6.tar.gz


--- denyhosts-2.3-config.patch DELETED ---




More information about the scm-commits mailing list