1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

- update to 1.2.6

This commit is contained in:
Daniel Gerzo 2018-11-04 19:09:42 +00:00
parent 94c44afb24
commit 47da562900
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=484142
3 changed files with 4 additions and 17 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= bruteforceblocker
PORTVERSION= 1.2.4
PORTREVISION= 1
PORTVERSION= 1.2.6
CATEGORIES= security
MAINTAINER= danger@FreeBSD.org

View File

@ -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

View File

@ -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) {