forked from pool/fail2ban
974194c817
- Update to 1.0.1: * https://github.com/fail2ban/fail2ban/blob/1.0.1/ChangeLog - Remove fail2ban-0.11.2-upstream-patch-python-3.9.patch. - Remove fail2ban-0.11.2-upstream-patch-for-CVE-2021-32749.patch. - Remove fail2ban-rpmlintrc since it's no longer needed. - Add fail2ban.keyring. OBS-URL: https://build.opensuse.org/request/show/1010250 OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=112
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
Index: fail2ban-1.0.1/config/jail.conf
|
|
===================================================================
|
|
--- fail2ban-1.0.1.orig/config/jail.conf
|
|
+++ fail2ban-1.0.1/config/jail.conf
|
|
@@ -731,7 +731,7 @@ backend = %(syslog_backend)s
|
|
# filter = named-refused
|
|
# port = domain,953
|
|
# protocol = udp
|
|
-# logpath = /var/log/named/security.log
|
|
+# logpath = /var/lib/named/log/security.log
|
|
|
|
# IMPORTANT: see filter.d/named-refused for instructions to enable logging
|
|
# This jail blocks TCP traffic for DNS requests.
|
|
@@ -739,7 +739,7 @@ backend = %(syslog_backend)s
|
|
[named-refused]
|
|
|
|
port = domain,953
|
|
-logpath = /var/log/named/security.log
|
|
+logpath = /var/lib/named/log/security.log
|
|
|
|
|
|
[nsd]
|
|
Index: fail2ban-1.0.1/config/paths-common.conf
|
|
===================================================================
|
|
--- fail2ban-1.0.1.orig/config/paths-common.conf
|
|
+++ fail2ban-1.0.1/config/paths-common.conf
|
|
@@ -90,4 +90,4 @@ solidpop3d_log = %(syslog_local0)s
|
|
mysql_log = %(syslog_daemon)s
|
|
mysql_backend = %(default_backend)s
|
|
|
|
-roundcube_errors_log = /var/log/roundcube/errors
|
|
+roundcube_errors_log = /srv/www/roundcubemail/logs/errors
|