View | Details | Raw Unified | Return to bug 225570 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 3-8 Link Here
3
3
4
PORTNAME=	bruteforceblocker
4
PORTNAME=	bruteforceblocker
5
PORTVERSION=	1.2.4
5
PORTVERSION=	1.2.4
6
PORTREVISION=	1
6
CATEGORIES=	security
7
CATEGORIES=	security
7
8
8
MAINTAINER=	danger@FreeBSD.org
9
MAINTAINER=	danger@FreeBSD.org
(-)files/patch-bruteforceblocker.pl (+12 lines)
Line 0 Link Here
1
--- bruteforceblocker.pl.orig	2018-02-05 04:11:53 UTC
2
+++ bruteforceblocker.pl
3
@@ -82,7 +82,8 @@ while (<>) {
4
 	/.*Did not receive identification string from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn})$/i ||
5
 	/.*Bad protocol version identification .* from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn})$/i ||
6
 	/.*User.*from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn}) not allowed because.*/i ||
7
-	/.*error: maximum authentication attempts exceeded for.*from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn}).*/i) {
8
+	/.*error: maximum authentication attempts exceeded for.*from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn}).*/i ||
9
+	/.*fatal: Unable to negotiate with ($work->{ipv4}|$work->{ipv6}|$work->{fqdn}).*/i) {
10
 
11
 	my $IP = $1;
12
 	if ($IP =~ /$work->{fqdn}/i) {
(-)pkg-descr (-1 / +1 lines)
Lines 8-11 Link Here
8
traffic to the that box from given IP (this also depends on
8
traffic to the that box from given IP (this also depends on
9
configuration done in pf.conf).
9
configuration done in pf.conf).
10
10
11
WWW: http://danger.rulez.sk/projects/bruteforceblocker/
11
WWW: http://danger.rulez.sk/index.php/bruteforceblocker/

Return to bug 225570