- Update to 1.2.3
PR: ports/94077 Submitted by: Daniel Gerzo <danger@rulez.sk> (maintainer)
This commit is contained in:
parent
63691abefa
commit
b37bc068ed
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=158610
2 changed files with 6 additions and 5 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= bruteforceblocker
|
PORTNAME= bruteforceblocker
|
||||||
PORTVERSION= 1.2.1
|
PORTVERSION= 1.2.3
|
||||||
CATEGORIES= security
|
CATEGORIES= security
|
||||||
MASTER_SITES= http://danger.rulez.sk/projects/bruteforceblocker/ \
|
MASTER_SITES= http://danger.rulez.sk/projects/bruteforceblocker/ \
|
||||||
${MASTER_SITE_LOCAL}
|
${MASTER_SITE_LOCAL}
|
||||||
|
@ -17,7 +17,8 @@ COMMENT= Checks for SSH bruteforce and blocks given IPs
|
||||||
|
|
||||||
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
|
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Unix/Syslog.pm:${PORTSDIR}/sysutils/p5-Unix-Syslog \
|
||||||
${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \
|
${SITE_PERL}/Sys/Hostname/Long.pm:${PORTSDIR}/sysutils/p5-Sys-Hostname-Long \
|
||||||
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww
|
${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
|
||||||
|
${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_PERL5_RUN= yes
|
USE_PERL5_RUN= yes
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
MD5 (bruteforceblocker-1.2.1.tar.gz) = 452a6c8753802d0f2d6b05e6163a726c
|
MD5 (bruteforceblocker-1.2.3.tar.gz) = 783fb368f4c98c936ee7d805109d0140
|
||||||
SHA256 (bruteforceblocker-1.2.1.tar.gz) = bcd8b80195c18b822c343897e88f24adcd589fdcc5ba1cf9190c4b1f0d454dc8
|
SHA256 (bruteforceblocker-1.2.3.tar.gz) = 40779021c35ea5ba69260a20fdddac2cf3009fe6367080b678c8d2db5bfdbe56
|
||||||
SIZE (bruteforceblocker-1.2.1.tar.gz) = 4551
|
SIZE (bruteforceblocker-1.2.3.tar.gz) = 4892
|
||||||
|
|
Loading…
Reference in a new issue