rpms/denyhosts/FC-3 denyhosts-2.6-regex.patch, 1.1, 1.2 denyhosts.spec, 1.16, 1.17

Jason Tibbitts (tibbs) fedora-extras-commits at redhat.com
Wed Jun 20 00:27:14 UTC 2007


Author: tibbs

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

Modified Files:
	denyhosts-2.6-regex.patch denyhosts.spec 
Log Message:
* Tue Jun 19 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-5
- Apply yet another regex.py fix from Jonathan Underwood to fix bug 244943.


denyhosts-2.6-regex.patch:

Index: denyhosts-2.6-regex.patch
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-3/denyhosts-2.6-regex.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- denyhosts-2.6-regex.patch	24 Apr 2007 22:15:31 -0000	1.1
+++ denyhosts-2.6-regex.patch	20 Jun 2007 00:26:39 -0000	1.2
@@ -1,6 +1,12 @@
---- DenyHosts/regex.py.orig	2007-04-23 17:22:21.000000000 +0100
-+++ DenyHosts/regex.py	2007-04-23 17:24:35.000000000 +0100
-@@ -21,7 +21,7 @@
+diff -ur a/DenyHosts/regex.py b/DenyHosts/regex.py
+--- a/DenyHosts/regex.py	2006-12-07 13:47:04.000000000 -0600
++++ b/DenyHosts/regex.py	2007-06-19 18:51:54.000000000 -0500
+@@ -17,11 +17,11 @@
+ 
+ FAILED_ENTRY_REGEX4 = re.compile(r"""Authentication failure for (?P<user>.*) .*from (?P<host>.*)""")
+ 
+-FAILED_ENTRY_REGEX5 = re.compile(r"""User (?P<user>.*) .*from (?P<host>.*) not allowed because none of user's groups are listed in AllowGroups""")
++FAILED_ENTRY_REGEX5 = re.compile(r"""User (?P<user>.*) .*from (?P<host>.*) not allowed because none of user's groups are listed in AllowGroups$""")
  
  FAILED_ENTRY_REGEX6 = re.compile(r"""Did not receive identification string .*from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3})""")
  


Index: denyhosts.spec
===================================================================
RCS file: /cvs/extras/rpms/denyhosts/FC-3/denyhosts.spec,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- denyhosts.spec	24 Apr 2007 22:15:31 -0000	1.16
+++ denyhosts.spec	20 Jun 2007 00:26:39 -0000	1.17
@@ -1,6 +1,6 @@
 Name:           denyhosts
 Version:        2.6
-Release:	4%{?dist}
+Release:	5%{?dist}
 Summary:        A script to help thwart ssh server attacks
 
 Group:          Applications/System
@@ -42,7 +42,7 @@
 %patch0 -p0 -b .config
 %patch1 -p0 -b .setup
 %patch2 -p0 -b .daemon-control
-%patch10 -p0 -b .regex
+%patch10 -p1 -b .regex
 
 cp %{SOURCE6} .
 
@@ -151,6 +151,9 @@
 
 
 %changelog
+* Tue Jun 19 2007 Jason L Tibbitts III <tibbs at math.uh.edu> - 2.6-5
+- Apply yet another regex.py fix from Jonathan Underwood to fix bug 244943.
+
 * 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.
 




More information about the fedora-extras-commits mailing list