Browse Source

* new version

master v0.6
Alex 'AdUser' Z 1 year ago
parent
commit
f263c064a7
  1. 2
      CMakeLists.txt
  2. 37
      ChangeLog
  3. 6
      debian/changelog
  4. 3
      debian/control

2
CMakeLists.txt

@ -1,5 +1,5 @@
set(CNAME "f2b")
set(VERSION "0.5")
set(VERSION "0.6")
project(${CNAME} C)
cmake_minimum_required(VERSION 2.6)

37
ChangeLog

@ -6,6 +6,43 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
## Unreleased
## [0.6] - 2023-02-07
### Added
* add 'log level <level>' command
* add 'log events' command
* support for libipset > 7.X
* readline support in f2bc
* add log rotation to debian package
* new options for daemon -- "coredumps" && "nice"
* allow jails without filter
* replace simple "match count" with advanced "scored matches"
* add source/filter match tags in stats
* show daemon uptime in status
### Changed
* filters collection now in separate repository
* change modules naming & location
* change 'rotate' command to 'log rotate' for consistency
* client and control socket fully refactored to use plain tcp
* allow redis source/backend fail on start (no network yet)
* filter-test now uses config instead direct library load
* match count now not limited to last 5
* jail's "maxcount" parameter replaced with "maxscore" (need config fix)
* if missing password for control socket in config it will be set random (and send to logfile)
* build system now relies on pkg-config instead cmake modules
### Removed
* multicast source/backend (replaced with f2bcd)
### Fixed
* don't hard depend on mountall
* fix setting jail 'state' param
* SO_PEERCRED is linux-specific now
## [0.5] - 2017-01-19
### Added

6
debian/changelog vendored

@ -1,3 +1,9 @@
f2b (0.6-1) unstable; urgency=medium
* new version
-- Alex 'AdUser' Z <ad_user@runbox.com> Tue, 07 Feb 2023 14:00:06 +1000
f2b (0.5-1) unstable; urgency=medium
* new version

3
debian/control vendored

@ -10,7 +10,8 @@ Vcs-Browser: https://github.com/AdUser/f2b
Package: f2b
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, f2b-filters
Depends: ${shlibs:Depends}, ${misc:Depends}
Recommends: f2b-filters
Description: lightweight automatic anti-bot turret for your public serivces
Features:
.

Loading…
Cancel
Save