diff --git a/debian/README.Debian b/debian/README.Debian index 9d4b30ec..cedd0afa 100644 --- a/debian/README.Debian +++ b/debian/README.Debian @@ -32,15 +32,6 @@ just a single group (?P...) [1] http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=330827 -Broken chain: - -Currently no checks if an iptables queue generated at the beginning -(fail2ban-http and fail2ban-ssh) exists. So if your firewall resets the iptable -rules -- it is your responsibility to restart fail2ban. Also you can -augment fwban and fwunban rules and include as first lines full -definitions of fwstart. That is nasty solution and probably it will get -resolved in the future. - Mailing: As it was reported (bug #329722) you might need to provide a full @@ -52,4 +43,4 @@ work nicely now See TODO.Debian for more details, as well as the Debian Bug Tracking system. - -- Yaroslav O. Halchenko , Sat Oct 1 02:47:46 2005 + -- Yaroslav O. Halchenko , Wed Oct 12 13:14:48 2005 diff --git a/debian/changelog b/debian/changelog index bdf180c9..d95b9ab1 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,4 @@ -fail2ban (0.5.4-5.8) unstable; urgency=low +fail2ban (0.5.4-5.9) unstable; urgency=low * Added a notification regarding the importance of 0.5.4-5 change of failregex in the config file. diff --git a/debian/postinst b/debian/postinst index ca52285b..0a1911f2 100755 --- a/debian/postinst +++ b/debian/postinst @@ -26,18 +26,28 @@ case "$1" in # Note regarding changed configuration file if [ ! -z $preversion ] \ - && dpkg --compare-versions $preversion lt 0.5.4-5; + && dpkg --compare-versions $preversion lt 0.5.4-6; then - cat <