mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
security/py-fail2ban: update 0.9.2 -> 0.9.3
- Add LICENSE_FILE PR: 202026 Submitted by: Christoph Theis <theis@gmx.at> (maintainer)
This commit is contained in:
parent
e835f81e37
commit
0fb23d8542
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=393518
@ -1,8 +1,7 @@
|
||||
# $FreeBSD$
|
||||
|
||||
PORTNAME= fail2ban
|
||||
PORTVERSION= 0.9.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 0.9.3
|
||||
CATEGORIES= security python
|
||||
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
||||
|
||||
@ -10,6 +9,7 @@ MAINTAINER= theis@gmx.at
|
||||
COMMENT= Scans log files and bans IP that makes too many password failures
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:${PORTSDIR}/databases/py-sqlite3
|
||||
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (fail2ban-fail2ban-0.9.2_GH0.tar.gz) = 476687098303bdee8d6b69e05f190ab150e39e64d56ce158d29bbc5924b06f89
|
||||
SIZE (fail2ban-fail2ban-0.9.2_GH0.tar.gz) = 314902
|
||||
SHA256 (fail2ban-fail2ban-0.9.3_GH0.tar.gz) = b3a0793d9ed3b4e341e568388c65bb07a904f77ac8044186376cab3e58e5b2c9
|
||||
SIZE (fail2ban-fail2ban-0.9.3_GH0.tar.gz) = 321920
|
||||
|
@ -35,6 +35,7 @@ bin/fail2ban-server
|
||||
%%ETCDIR%%/action.d/iptables-xt_recent-echo.conf
|
||||
%%ETCDIR%%/action.d/iptables.conf
|
||||
%%ETCDIR%%/action.d/mail-buffered.conf
|
||||
%%ETCDIR%%/action.d/mail-whois-common.conf
|
||||
%%ETCDIR%%/action.d/mail-whois-lines.conf
|
||||
%%ETCDIR%%/action.d/mail-whois.conf
|
||||
%%ETCDIR%%/action.d/mail.conf
|
||||
@ -54,6 +55,7 @@ bin/fail2ban-server
|
||||
%%ETCDIR%%/action.d/sendmail-whois.conf
|
||||
%%ETCDIR%%/action.d/sendmail.conf
|
||||
%%ETCDIR%%/action.d/shorewall.conf
|
||||
%%ETCDIR%%/action.d/shorewall-ipset-proto6.conf
|
||||
%%ETCDIR%%/action.d/smtp.py
|
||||
%%ETCDIR%%/action.d/symbiosis-blacklist-allports.conf
|
||||
%%ETCDIR%%/action.d/ufw.conf
|
||||
@ -68,6 +70,7 @@ bin/fail2ban-server
|
||||
%%ETCDIR%%/filter.d/apache-nohome.conf
|
||||
%%ETCDIR%%/filter.d/apache-noscript.conf
|
||||
%%ETCDIR%%/filter.d/apache-overflows.conf
|
||||
%%ETCDIR%%/filter.d/apache-pass.conf
|
||||
%%ETCDIR%%/filter.d/apache-shellshock.conf
|
||||
%%ETCDIR%%/filter.d/assp.conf
|
||||
%%ETCDIR%%/filter.d/asterisk.conf
|
||||
@ -89,6 +92,7 @@ bin/fail2ban-server
|
||||
%%ETCDIR%%/filter.d/exim-spam.conf
|
||||
%%ETCDIR%%/filter.d/exim.conf
|
||||
%%ETCDIR%%/filter.d/freeswitch.conf
|
||||
%%ETCDIR%%/filter.d/froxlor-auth.conf
|
||||
%%ETCDIR%%/filter.d/groupoffice.conf
|
||||
%%ETCDIR%%/filter.d/gssftpd.conf
|
||||
%%ETCDIR%%/filter.d/guacamole.conf
|
||||
|
Loading…
Reference in New Issue
Block a user