initial changelog entry + use flushlogs in logrotate

pull/808/head
Yaroslav Halchenko 2014-02-07 01:00:42 -05:00
parent 493c441bcb
commit 34c3264f2c
2 changed files with 10 additions and 5 deletions

13
debian/changelog vendored
View File

@ -1,9 +1,14 @@
fail2ban (0.8.11-2) UNRELEASED; urgency=low fail2ban (0.8.12-1) unstable; urgency=low
* /etc/default/fail2ban -- minor typo. Thanks Vincent Lefevre for report (the * New upstream release
rest will be reflected in the next upstream release) (Closes: #734421) - provides "fail2ban-client flushlogs" command, debian/fail2ban.logrotate
was adjusted to use it. Helps to mitigate #697333
- removes indentation of name and loglevel while logging to SYSLOG
(Closes: #730202)
* /etc/default/fail2ban -- minor typo. Thanks Vincent Lefevre for report
(Closes: #734421)
-- Yaroslav Halchenko <debian@onerussian.com> Mon, 06 Jan 2014 23:39:33 -0500 -- Yaroslav Halchenko <debian@onerussian.com> Fri, 07 Feb 2014 00:45:38 -0500
fail2ban (0.8.11-1) unstable; urgency=low fail2ban (0.8.11-1) unstable; urgency=low

View File

@ -7,7 +7,7 @@
delaycompress delaycompress
missingok missingok
postrotate postrotate
fail2ban-client set logtarget /var/log/fail2ban.log >/dev/null fail2ban-client flushlogs 1>/dev/null
endscript endscript
# If fail2ban runs as non-root it still needs to have write access # If fail2ban runs as non-root it still needs to have write access