diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-02 00:14:58 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2006-04-02 00:14:58 +0000 |
commit | b37bc068ed3f84fcd0a4523f6b8522f92e82cc02 (patch) | |
tree | a9446ab17d7b28e2688cbc715ed637a0c719caae /security/bruteforceblocker | |
parent | 63691abefa7f5917252e1b9ab8d9f5b59aad9907 (diff) |
- Update to 1.2.3
PR: ports/94077
Submitted by: Daniel Gerzo <danger@rulez.sk> (maintainer)
Notes
Notes:
svn path=/head/; revision=158610
Diffstat (limited to 'security/bruteforceblocker')
-rw-r--r-- | security/bruteforceblocker/Makefile | 5 | ||||
-rw-r--r-- | security/bruteforceblocker/distinfo | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/security/bruteforceblocker/Makefile b/security/bruteforceblocker/Makefile index 7de0e7ecc0f1..838a4a093eae 100644 --- a/security/bruteforceblocker/Makefile +++ b/security/bruteforceblocker/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bruteforceblocker -PORTVERSION= 1.2.1 +PORTVERSION= 1.2.3 CATEGORIES= security MASTER_SITES= http://danger.rulez.sk/projects/bruteforceblocker/ \ ${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 \ ${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 USE_PERL5_RUN= yes diff --git a/security/bruteforceblocker/distinfo b/security/bruteforceblocker/distinfo index 453e5d546c4f..4b32d6b1956d 100644 --- a/security/bruteforceblocker/distinfo +++ b/security/bruteforceblocker/distinfo @@ -1,3 +1,3 @@ -MD5 (bruteforceblocker-1.2.1.tar.gz) = 452a6c8753802d0f2d6b05e6163a726c -SHA256 (bruteforceblocker-1.2.1.tar.gz) = bcd8b80195c18b822c343897e88f24adcd589fdcc5ba1cf9190c4b1f0d454dc8 -SIZE (bruteforceblocker-1.2.1.tar.gz) = 4551 +MD5 (bruteforceblocker-1.2.3.tar.gz) = 783fb368f4c98c936ee7d805109d0140 +SHA256 (bruteforceblocker-1.2.3.tar.gz) = 40779021c35ea5ba69260a20fdddac2cf3009fe6367080b678c8d2db5bfdbe56 +SIZE (bruteforceblocker-1.2.3.tar.gz) = 4892 |