mirror of https://github.com/fail2ban/fail2ban
* [e2232fc] Backport patch to fix CVE-2009-5023: Insecure creation of tempfile (Closes: #544232)
parent
95a28f3c65
commit
5dcfc588f0
|
@ -206,5 +206,5 @@ dest = reports@dshield.org
|
||||||
# Notes.: Base name of temporary files used for buffering
|
# Notes.: Base name of temporary files used for buffering
|
||||||
# Values: [ STRING ] Default: /tmp/fail2ban-dshield
|
# Values: [ STRING ] Default: /tmp/fail2ban-dshield
|
||||||
#
|
#
|
||||||
tmpfile = /tmp/fail2ban-dshield
|
tmpfile = /var/run/fail2ban/tmp-dshield
|
||||||
|
|
||||||
|
|
|
@ -81,7 +81,7 @@ lines = 5
|
||||||
|
|
||||||
# Default temporary file
|
# Default temporary file
|
||||||
#
|
#
|
||||||
tmpfile = /tmp/fail2ban-mail.txt
|
tmpfile = /var/run/fail2ban/tmp-mail.txt
|
||||||
|
|
||||||
# Destination/Addressee of the mail
|
# Destination/Addressee of the mail
|
||||||
#
|
#
|
||||||
|
|
|
@ -141,4 +141,4 @@ mnwurl = http://mynetwatchman.com/insertwebreport.asp
|
||||||
# Notes.: Base name of temporary files
|
# Notes.: Base name of temporary files
|
||||||
# Values: [ STRING ] Default: /tmp/fail2ban-mynetwatchman
|
# Values: [ STRING ] Default: /tmp/fail2ban-mynetwatchman
|
||||||
#
|
#
|
||||||
tmpfile = /tmp/fail2ban-mynetwatchman
|
tmpfile = /var/run/fail2ban/tmp-mynetwatchman
|
||||||
|
|
|
@ -101,5 +101,5 @@ lines = 5
|
||||||
|
|
||||||
# Default temporary file
|
# Default temporary file
|
||||||
#
|
#
|
||||||
tmpfile = /tmp/fail2ban-mail.txt
|
tmpfile = /var/run/fail2ban/tmp-mail.txt
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,11 @@
|
||||||
|
fail2ban (0.8.4-3+squeeze1) stable; urgency=low
|
||||||
|
|
||||||
|
* Non-maintainer upload.
|
||||||
|
* [e2232fc] Backport patch to fix CVE-2009-5023: Insecure creation of
|
||||||
|
tempfile (Closes: #544232, #635746)
|
||||||
|
|
||||||
|
-- Jonathan Wiltshire <jmw@debian.org> Thu, 28 Jul 2011 14:14:17 +0100
|
||||||
|
|
||||||
fail2ban (0.8.4-3) unstable; urgency=low
|
fail2ban (0.8.4-3) unstable; urgency=low
|
||||||
|
|
||||||
* Commenting out named-refused-udp jail and providing even fatter
|
* Commenting out named-refused-udp jail and providing even fatter
|
||||||
|
|
Loading…
Reference in New Issue