aboutsummaryrefslogtreecommitdiff
path: root/security/bruteforceblocker
diff options
context:
space:
mode:
authorDaniel Gerzo <danger@FreeBSD.org>2018-11-04 19:09:42 +0000
committerDaniel Gerzo <danger@FreeBSD.org>2018-11-04 19:09:42 +0000
commit47da562900840c6b0aaecb0caf34c70872730692 (patch)
treec86c8060e5d8e072ab5152037cce05c1666fd6e2 /security/bruteforceblocker
parent94c44afb2470dda877a4ebbef60ca961d7981f93 (diff)
downloadports-47da562900840c6b0aaecb0caf34c70872730692.tar.gz
ports-47da562900840c6b0aaecb0caf34c70872730692.zip
Notes
Diffstat (limited to 'security/bruteforceblocker')
-rw-r--r--security/bruteforceblocker/Makefile3
-rw-r--r--security/bruteforceblocker/distinfo6
-rw-r--r--security/bruteforceblocker/files/patch-bruteforceblocker.pl12
3 files changed, 4 insertions, 17 deletions
diff --git a/security/bruteforceblocker/Makefile b/security/bruteforceblocker/Makefile
index 693439b878f5..edd261d35574 100644
--- a/security/bruteforceblocker/Makefile
+++ b/security/bruteforceblocker/Makefile
@@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bruteforceblocker
-PORTVERSION= 1.2.4
-PORTREVISION= 1
+PORTVERSION= 1.2.6
CATEGORIES= security
MAINTAINER= danger@FreeBSD.org
diff --git a/security/bruteforceblocker/distinfo b/security/bruteforceblocker/distinfo
index b743c03313ee..3de52312044c 100644
--- a/security/bruteforceblocker/distinfo
+++ b/security/bruteforceblocker/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1504347612
-SHA256 (dgerzo-bruteforceblocker-1.2.4_GH0.tar.gz) = 2155a623fab775e2087cacf33595bc819f7a969942484fe93f21334f3bb3c697
-SIZE (dgerzo-bruteforceblocker-1.2.4_GH0.tar.gz) = 5051
+TIMESTAMP = 1541358471
+SHA256 (dgerzo-bruteforceblocker-1.2.6_GH0.tar.gz) = 965f608cb2c2ba6f36f74c9d27dfa3f0c0089841e8121b70c1b741e988f1465b
+SIZE (dgerzo-bruteforceblocker-1.2.6_GH0.tar.gz) = 5301
diff --git a/security/bruteforceblocker/files/patch-bruteforceblocker.pl b/security/bruteforceblocker/files/patch-bruteforceblocker.pl
deleted file mode 100644
index 215d4434e3fe..000000000000
--- a/security/bruteforceblocker/files/patch-bruteforceblocker.pl
+++ /dev/null
@@ -1,12 +0,0 @@
---- bruteforceblocker.pl.orig 2018-02-05 04:11:53 UTC
-+++ bruteforceblocker.pl
-@@ -82,7 +82,8 @@ while (<>) {
- /.*Did not receive identification string from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn})$/i ||
- /.*Bad protocol version identification .* from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn})$/i ||
- /.*User.*from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn}) not allowed because.*/i ||
-- /.*error: maximum authentication attempts exceeded for.*from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn}).*/i) {
-+ /.*error: maximum authentication attempts exceeded for.*from ($work->{ipv4}|$work->{ipv6}|$work->{fqdn}).*/i ||
-+ /.*fatal: Unable to negotiate with ($work->{ipv4}|$work->{ipv6}|$work->{fqdn}).*/i) {
-
- my $IP = $1;
- if ($IP =~ /$work->{fqdn}/i) {