Adam Krouskop - 2008-09-16

Should this be of value to anyone, here is a patch that works again version 2.6.3 of DenyHosts with Python 2.4. Copy this to a file /tmp/dh.patch and then execute:

patch /usr/lib/python2.4/site-packages/DenyHosts/deny_hosts.py /tmp/dh.patch

441c441
< if plugin_deny: plugin.execute(plugin_deny, deny_hosts)
---
> if plugin_deny: plugin.execute(plugin_deny, new_denied_hosts)