diff options
author | ohauer <ohauer@FreeBSD.org> | 2011-08-01 06:23:40 +0800 |
---|---|---|
committer | ohauer <ohauer@FreeBSD.org> | 2011-08-01 06:23:40 +0800 |
commit | acd803921b1aa9938b1b1dda9a438ca55eb11c9a (patch) | |
tree | 2ad1e4a7e5e0436ffa8af61589cd44b1b75c933f /security | |
parent | 0f21eca3b9a6c6078f4ece7407f596654e1767b6 (diff) | |
download | freebsd-ports-gnome-acd803921b1aa9938b1b1dda9a438ca55eb11c9a.tar.gz freebsd-ports-gnome-acd803921b1aa9938b1b1dda9a438ca55eb11c9a.tar.zst freebsd-ports-gnome-acd803921b1aa9938b1b1dda9a438ca55eb11c9a.zip |
- fix reg. expression in filter.d/common.conf
- over to new maintainer
PR: ports/157979
Submitted by: Christoph Theis <theis _at_ gmx.at> (new maintainer)
Diffstat (limited to 'security')
-rw-r--r-- | security/py-fail2ban/Makefile | 4 | ||||
-rw-r--r-- | security/py-fail2ban/files/patch-common.conf | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/security/py-fail2ban/Makefile b/security/py-fail2ban/Makefile index f71b312d681e..4f424ae38cf9 100644 --- a/security/py-fail2ban/Makefile +++ b/security/py-fail2ban/Makefile @@ -7,12 +7,12 @@ PORTNAME= fail2ban PORTVERSION= 0.8.4 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= security python MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-stable/${PORTNAME}-${PORTVERSION} PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} -MAINTAINER= tony@pc-tony.com +MAINTAINER= theis@gmx.at COMMENT= Scans log files and bans IP that makes too many password failures MAKE_JOBS_SAFE= yes diff --git a/security/py-fail2ban/files/patch-common.conf b/security/py-fail2ban/files/patch-common.conf index 9cf5a4098aa1..89504cf1e65d 100644 --- a/security/py-fail2ban/files/patch-common.conf +++ b/security/py-fail2ban/files/patch-common.conf @@ -13,5 +13,5 @@ # [hostname] [vserver tag] daemon_id spaces # this can be optional (for instance if we match named native log files) -__prefix_line = \s*(?:\S+ )?(?:@vserver_\S+ )?%(__daemon_combs_re)s?\s* -+__prefix_line = \s*%(__bsd_verbose_mode)s(?:\S+ )?(?:@vserver_\S+ )?%(__daemon_combs_re)s?\s* ++__prefix_line = \s*%(__bsd_verbose_mode)s?(?:\S+ )?(?:@vserver_\S+ )?%(__daemon_combs_re)s?\s* |