mirror of https://github.com/fail2ban/fail2ban
moved dh_python into binary-indep, added another regex for attacks
parent
d8c1587130
commit
438e4edfd8
|
@ -326,7 +326,7 @@ timepattern = %%d/%%b/%%Y:%%H:%%M:%%S
|
|||
# Notes.: regex to match the password failure messages in the logfile.
|
||||
# Values: TEXT Default: [[]client (?P<host>\S*)[]] user .*(?:: authentication failure|not found)
|
||||
#
|
||||
failregex = ^(?P<host>\S*) -.*"GET .*awstats\.pl\?configdir=\|echo.*
|
||||
failregex = ^(?P<host>\S*) -.*"GET .*(?:awstats\.pl\?configdir=|index2\.php\?_REQUEST\[option\].*)\|echo.*
|
||||
|
||||
[SSH]
|
||||
# Option: enabled
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
fail2ban (0.6.0-3.4) UNRELEASED; urgency=low
|
||||
fail2ban (0.6.0-3.5) UNRELEASED; urgency=low
|
||||
|
||||
* Modifications in README.Debian to reflect a "finding" on
|
||||
not-AllowedUsers banning which requires default Debian configuration
|
||||
|
|
|
@ -69,6 +69,8 @@ install: build
|
|||
# Build architecture-independent files here.
|
||||
binary-indep: build install
|
||||
# We have nothing to do by default.
|
||||
# migrated from binary-arch
|
||||
dh_python
|
||||
|
||||
# Build architecture-dependent files here.
|
||||
binary-arch: build install copy-inits
|
||||
|
@ -93,7 +95,6 @@ binary-arch: build install copy-inits
|
|||
dh_compress
|
||||
dh_fixperms
|
||||
# dh_perl
|
||||
dh_python
|
||||
# dh_makeshlibs
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
|
|
Loading…
Reference in New Issue