SHA256
1
0
forked from pool/fail2ban

Accepting request 214757 from home:weberho:branches:security

- Reviewed and fixed one github references in the changelog following http://en.opensuse.org/openSUSE:Packaging_Patches_guidelines#Current_set_of_abbreviations
- Use new flushlogs syntax after logrotate

OBS-URL: https://build.opensuse.org/request/show/214757
OBS-URL: https://build.opensuse.org/package/show/security/fail2ban?expand=0&rev=40
This commit is contained in:
Johannes Weberhofer 2014-01-23 08:49:19 +00:00 committed by Git OBS Bridge
parent a3b7f0e995
commit 1c64f0f9db
2 changed files with 28 additions and 11 deletions

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Jan 23 08:40:40 UTC 2014 - jweberhofer@weberhofer.at
- Reviewed and fixed github references in the changelog
-------------------------------------------------------------------
Wed Jan 22 09:27:43 UTC 2014 - jweberhofer@weberhofer.at
- Use new flushlogs syntax after logrotate
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Jan 22 08:50:05 UTC 2014 - jweberhofer@weberhofer.at Wed Jan 22 08:50:05 UTC 2014 - jweberhofer@weberhofer.at
@ -105,8 +115,10 @@ Thu Jun 13 08:58:53 UTC 2013 - jweberhofer@weberhofer.at
ports specifications ports specifications
* config/filter.d/roundcube-auth.conf -- support roundcube 0.9+ * config/filter.d/roundcube-auth.conf -- support roundcube 0.9+
* files/suse-initd -- update to the copy from stock SUSE * files/suse-initd -- update to the copy from stock SUSE
* Updates to asterisk filter. Closes gh#fail2ban/fail2ban#227/gh#fail2ban/fail2ban#230. * Updates to asterisk filter. Closes gh#fail2ban/fail2ban#227,
* Updates to asterisk to include AUTH_UNKNOWN_DOMAIN. Closes gh#fail2ban/fail2ban#244. gh#fail2ban/fail2ban#230.
* Updates to asterisk to include AUTH_UNKNOWN_DOMAIN. Closes
gh#fail2ban/fail2ban#244.
------------------------------------------------------------------ ------------------------------------------------------------------
Tue May 28 06:46:54 UTC 2013 - jweberhofer@weberhofer.at Tue May 28 06:46:54 UTC 2013 - jweberhofer@weberhofer.at
@ -124,15 +136,16 @@ Tue May 14 10:06:35 UTC 2013 - jweberhofer@weberhofer.at
- Fixes: Yaroslav Halchenko - Fixes: Yaroslav Halchenko
* [6f4dad46] python-2.4 is the minimal version. * [6f4dad46] python-2.4 is the minimal version.
* [1eb23cf8] do not rely on scripts being under /usr -- might differ e.g. * [1eb23cf8] do not rely on scripts being under /usr -- might differ e.g.
on Fedora. Closes gh#fail2ban/fail2ban#112. Thanks to Camusensei for the bug report. on Fedora. Closes gh#fail2ban/fail2ban#112. Thanks to Camusensei for the
bug report.
* [bf4d4af1] Changes for atomic writes. Thanks to Steven Hiscocks for * [bf4d4af1] Changes for atomic writes. Thanks to Steven Hiscocks for
insight. Closes gh#fail2ban/fail2ban#103. insight. Closes gh#fail2ban/fail2ban#103.
* [ab044b75] delay check for the existence of config directory until read. * [ab044b75] delay check for the existence of config directory until read.
* [3b4084d4] fixing up for handling of TAI64N timestamps. * [3b4084d4] fixing up for handling of TAI64N timestamps.
* [154aa38e] do not shutdown logging until all jails stop. * [154aa38e] do not shutdown logging until all jails stop.
* [f2156604] pyinotify -- monitor IN_MOVED_TO events. Closes gh#fail2ban/fail2ban#184. * [f2156604] pyinotify -- monitor IN_MOVED_TO events. Closes
Thanks to Jon Foster for report and troubleshooting. gh#fail2ban/fail2ban#184. Thanks to Jon Foster for report and
Orion Poplawski troubleshooting. Orion Poplawski
* [e4aedfdc00] pyinotify - use bitwise op on masks and do not try tracking * [e4aedfdc00] pyinotify - use bitwise op on masks and do not try tracking
newly created directories. newly created directories.
Nicolas Collignon Nicolas Collignon
@ -150,7 +163,8 @@ Tue May 14 10:06:35 UTC 2013 - jweberhofer@weberhofer.at
* [945ad3d9] Fix dates on email actions to work in different locals. Closes * [945ad3d9] Fix dates on email actions to work in different locals. Closes
gh#fail2ban/fail2ban#70. Thanks to iGeorgeX for the idea. gh#fail2ban/fail2ban#70. Thanks to iGeorgeX for the idea.
blotus blotus
* [96eb8986] ' and " should also be escaped in action tags Closes gh#fail2ban/fail2ban#109 * [96eb8986] ' and " should also be escaped in action tags Closes
gh#fail2ban/fail2ban#109
Christoph Theis, Nick Hilliard, Daniel Black Christoph Theis, Nick Hilliard, Daniel Black
* [b3bd877d,cde71080] Make syslog -v and syslog -vv formats work on FreeBSD * [b3bd877d,cde71080] Make syslog -v and syslog -vv formats work on FreeBSD
- New features: - New features:
@ -241,7 +255,8 @@ would be at a significant security risk.
custom action files) since its value could contain arbitrary custom action files) since its value could contain arbitrary
symbols. Thanks for discovery go to the NBS System security symbols. Thanks for discovery go to the NBS System security
team team
* [0935566,5becaf8] Various python 2.4 and 2.5 compatibility fixes. Close gh#fail2ban/fail2ban#83 * [0935566,5becaf8] Various python 2.4 and 2.5 compatibility fixes.
Close gh#fail2ban/fail2ban#83
* [b159eab] do not enable pyinotify backend if pyinotify < 0.8.3 * [b159eab] do not enable pyinotify backend if pyinotify < 0.8.3
* [37a2e59] store IP as a base, non-unicode str to avoid spurious messages * [37a2e59] store IP as a base, non-unicode str to avoid spurious messages
in the console. Close gh#fail2ban/fail2ban#91 in the console. Close gh#fail2ban/fail2ban#91
@ -249,7 +264,8 @@ would be at a significant security risk.
- New features: - New features:
David Engeset David Engeset
* [2d672d1,6288ec2] 'unbanip' command for the client + avoidance of touching * [2d672d1,6288ec2] 'unbanip' command for the client + avoidance of touching
the log file to take 'banip' or 'unbanip' in effect. Close gh#fail2ban/fail2ban#81, gh#fail2ban/fail2ban#86 the log file to take 'banip' or 'unbanip' in effect.
Close gh#fail2ban/fail2ban#81, gh#fail2ban/fail2ban#86
- Enhancements: - Enhancements:
* [2d66f31] replaced uninformative "Invalid command" message with warning log * [2d66f31] replaced uninformative "Invalid command" message with warning log
@ -257,7 +273,8 @@ would be at a significant security risk.
* [958a1b0] improved failregex to "support" auth.backend = "htdigest" * [958a1b0] improved failregex to "support" auth.backend = "htdigest"
* [9e7a3b7] until we make it proper module -- adjusted sys.path only if * [9e7a3b7] until we make it proper module -- adjusted sys.path only if
system-wide run system-wide run
* [f52ba99] downgraded "already banned" from WARN to INFO level. Closes gh#fail2ban/fail2ban#79 * [f52ba99] downgraded "already banned" from WARN to INFO level.
Closes gh#fail2ban/fail2ban#79
* [f105379] added hints into the log on some failure return codes (e.g. 0x7f00 * [f105379] added hints into the log on some failure return codes (e.g. 0x7f00
for this gh#fail2ban/fail2ban#87) for this gh#fail2ban/fail2ban#87)
* Various others: travis-ci integration, script to run tests * Various others: travis-ci integration, script to run tests

View File

@ -8,6 +8,6 @@
missingok missingok
create 644 root root create 644 root root
postrotate postrotate
fail2ban-client set logtarget /var/log/fail2ban.log 1>/dev/null || true fail2ban-client flushlogs 1>/dev/null || true
endscript endscript
} }