From 6266b94229817b678f886ed07e399edaca9afcaa Mon Sep 17 00:00:00 2001 From: Alex 'AdUser' Z Date: Thu, 27 Apr 2017 21:26:19 +1000 Subject: [PATCH] * update debian pkg metadata --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index 6f6b2e1..fbd67be 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: f2b Section: net Priority: optional Maintainer: Alex 'AdUser' Z -Build-Depends: debhelper (>= 9), cmake, libpcre3-dev, libhiredis-dev, libipset-dev +Build-Depends: debhelper (>= 9), cmake, libpcre3-dev, libhiredis-dev, libipset-dev, libreadline-dev Standards-Version: 3.9.5 Homepage: https://github.com/AdUser/f2b Vcs-Git: https://github.com/AdUser/f2b.git @@ -16,7 +16,7 @@ Description: lightweight automatic anti-bot turret for your public serivces . * written in pure C * small memory footprint - * minimum dependencies (required: libc, libdl; optional: pcre, redis) + * minimum dependencies (required: libc, libdl; optional: readline, pcre, redis, ipset) * fully modular: pluggable sources/filters/backends (you may easy write custom one) * support for distributed installs (teamwork) * stateful (can save/restore banned ips on restart)