View | Details | Raw Unified | Return to bug 221442 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-1 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	fail2ban
3
PORTNAME=	fail2ban
4
PORTVERSION=	0.9.7
4
PORTVERSION=	0.10.0
5
CATEGORIES=	security python
5
CATEGORIES=	security python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
7
Lines 33-38 Link Here
33
33
34
FILES=		${WRKSRC}/bin/fail2ban-client \
34
FILES=		${WRKSRC}/bin/fail2ban-client \
35
		${WRKSRC}/fail2ban/client/configreader.py \
35
		${WRKSRC}/fail2ban/client/configreader.py \
36
		${WRKSRC}/fail2ban/client/fail2bancmdline.py \
37
		${WRKSRC}/fail2ban/client/fail2banregex.py \
36
		${WRKSRC}/man/fail2ban-client.1 \
38
		${WRKSRC}/man/fail2ban-client.1 \
37
		${WRKSRC}/man/fail2ban-client.h2m \
39
		${WRKSRC}/man/fail2ban-client.h2m \
38
		${WRKSRC}/setup.py
40
		${WRKSRC}/setup.py
(-)distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1496237420
1
TIMESTAMP = 1502542383
2
SHA256 (fail2ban-fail2ban-0.9.7_GH0.tar.gz) = 2817eb0d4f670bef2a79a5a9cfb824b41a4445f5a92a307a453ac95f497c7440
2
SHA256 (fail2ban-fail2ban-0.10.0_GH0.tar.gz) = 3517b68bff71924f179609eb51dd2fe66d78653646528cdf8edf2370ff047c80
3
SIZE (fail2ban-fail2ban-0.9.7_GH0.tar.gz) = 356374
3
SIZE (fail2ban-fail2ban-0.10.0_GH0.tar.gz) = 459813
(-)pkg-message (-7 / +6 lines)
Lines 1-16 Link Here
1
1
2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
2
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
3
3
4
Please do not edit the fail2ban.conf and jail.conf files as they
4
Please do not edit the fail2ban.conf, jail.conf, or any other 
5
will be overwritten upon each upgrade of the port.
5
files in the distributen as they will be overwritten upon each 
6
upgrade of the port. Instead, create new files named *.local e.g. 
7
fail2ban.local or jail.local.
6
8
7
Instead, create new files named fail2ban.local and jail.local
8
9
For more information, see the official manual:
9
For more information, see the official manual:
10
11
http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Configuration
10
http://www.fail2ban.org/wiki/index.php/MANUAL_0_8#Configuration
12
11
13
If you are upgrading from 0.8.x consider adopting the new
12
If you have custom filters or actions and you are upgrading from
14
configuration style.
13
0.9.x please check them.
15
14
16
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
15
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

Return to bug 221442