rpms/denyhosts/devel denyhosts.spec,1.41,1.42

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Mon Apr 23 17:07:33 UTC 2007


Author: tibbs

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

Modified Files:
	denyhosts.spec 
Log Message:
* Mon Apr 23 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-4
- Apply fix to regex.py from Jonathan Underwood to fix bug 237449.



Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/devel/denyhosts.spec,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- denyhosts.spec	9 Dec 2006 05:04:07 -0000	1.41
+++ denyhosts.spec	23 Apr 2007 17:06:58 -0000	1.42
@@ -1,6 +1,6 @@
 Name:           denyhosts
 Version:        2.6
-Release:	3%{?dist}
+Release:	4%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -16,6 +16,8 @@
 Patch0:		denyhosts-2.6-config.patch
 Patch1:		denyhosts-2.4-setup.patch
 Patch2:		denyhosts-2.2-daemon-control.patch
+# Patch10 is a security fix
+Patch10:	denyhosts-2.6-regex.patch
 BuildRoot:      %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n)
 BuildArch:	noarch
 
@@ -40,6 +42,7 @@
 %patch0 -p0 -b .config
 %patch1 -p0 -b .setup
 %patch2 -p0 -b .daemon-control
+%patch10 -p0 -b .regex
 
 cp %{SOURCE6} .
 
@@ -148,6 +151,9 @@
 
 
 %changelog
+* Mon Apr 23 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-4
+- Apply fix to regex.py from Jonathan Underwood to fix bug 237449.
+
 * Fri Dec 08 2006 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-3
 - Rebuild for new python.
 




More information about the scm-commits mailing list