rpms/denyhosts/FC-3 denyhosts-2.6-config.patch, NONE, 1.1 denyhosts.spec, 1.14, 1.15 sources, 1.13, 1.14 denyhosts-2.3-config.patch, 1.1, NONE

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


Author: tibbs

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

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/FC-3/denyhosts.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- denyhosts.spec	24 Jun 2006 19:41:16 -0000	1.14
+++ denyhosts.spec	8 Dec 2006 01:54:02 -0000	1.15
@@ -1,6 +1,6 @@
 Name:           denyhosts
-Version:        2.5
-Release:	1%{?dist}
+Version:        2.6
+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.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)
@@ -121,9 +121,7 @@
 
 %{_bindir}/denyhosts-control
 %{_datadir}/denyhosts
-%{python_sitelib}/DenyHosts/*.py
-%{python_sitelib}/DenyHosts/*.pyc
-%ghost %{python_sitelib}/DenyHosts/*.pyo
+%{python_sitelib}/DenyHosts/
 
 %config(noreplace) %{_sysconfdir}/denyhosts.conf
 %config(noreplace) %{_sysconfdir}/cron.d/denyhosts
@@ -150,6 +148,16 @@
 
 
 %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.
+
 * Thu Jun 22 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.5-1
 - Update to 2.5.
 


Index: sources
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-3/sources,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- sources	24 Jun 2006 19:41:16 -0000	1.13
+++ sources	8 Dec 2006 01:54:02 -0000	1.14
@@ -1 +1 @@
-b33f0cdae6448ae559c5f22dbffe59f2  DenyHosts-2.5.tar.gz
+fc2365305a9402886a2b0173d1beb7df  DenyHosts-2.6.tar.gz


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




More information about the fedora-extras-commits mailing list