rpms/denyhosts/devel denyhosts-2.6-regex.patch,NONE,1.1

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


Author: tibbs

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

Added Files:
	denyhosts-2.6-regex.patch 
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.


denyhosts-2.6-regex.patch:

--- NEW FILE denyhosts-2.6-regex.patch ---
--- 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 @@
 
 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})""")
 
-FAILED_ENTRY_REGEX7 = re.compile(r"""User (?P<user>.*) not allowed because not listed in AllowUsers""")
+FAILED_ENTRY_REGEX7 = re.compile(r"""User (?P<user>.*) .*from (::ffff:)?(?P<host>\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}) not allowed because not listed in AllowUsers""")
 
 
 # these are reserved for future versions




More information about the fedora-extras-commits mailing list