diff options
author | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-11-12 00:22:39 +0800 |
commit | 9b580ffb435c69606f640c5a657190b54a1ef870 (patch) | |
tree | b85006a979d929da61946937a62b6c6b97fa4c79 /security/bruteforceblocker | |
parent | 6a4416929169733984a0ac898468560f66931e1c (diff) | |
parent | f86bb659dcd66c74ffce85ffcc1575d2095989f8 (diff) | |
download | freebsd-ports-gnome-gnome-3.28.tar.gz freebsd-ports-gnome-gnome-3.28.tar.zst freebsd-ports-gnome-gnome-3.28.zip |
Merge branch 'master' into gnome-3.28gnome-3.28
Diffstat (limited to 'security/bruteforceblocker')
-rw-r--r-- | security/bruteforceblocker/Makefile | 3 | ||||
-rw-r--r-- | security/bruteforceblocker/distinfo | 6 | ||||
-rw-r--r-- | security/bruteforceblocker/files/patch-bruteforceblocker.pl | 12 |
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) { |