View | Details | Raw Unified | Return to bug 251341
Collapse All | Expand All

(-)Makefile (-7 / +3 lines)
Lines 1-15 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	fail2ban
3
PORTNAME=	fail2ban
4
PORTVERSION=	0.11.1
4
PORTVERSION=	0.11.2
5
PORTREVISION=	2
6
CATEGORIES=	security python
5
CATEGORIES=	security python
7
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
8
7
9
PATCHFILES=	55e76c0b807e87f6a04d459bb9c59da33c98572b.patch:-p1 \
10
		9d7388e68448e9294e568a8ad21599e719c914b0.patch:-p1
11
PATCH_SITES=	https://github.com/fail2ban/fail2ban/commit/
12
13
MAINTAINER=	theis@gmx.at
8
MAINTAINER=	theis@gmx.at
14
COMMENT=	Scans log files and bans IP that makes too many password failures
9
COMMENT=	Scans log files and bans IP that makes too many password failures
15
10
Lines 30-36 Link Here
30
25
31
SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
26
SUB_LIST+=	PYTHON_CMD=${PYTHON_CMD}
32
27
33
PYDISTUTILS_INSTALLARGS+=	--install-data=${ETCDIR} --without-test
28
PYDISTUTILS_BUILDARGS+=		--without-tests
29
PYDISTUTILS_INSTALLARGS+=	--install-data=${ETCDIR}
34
30
35
PORTDOCS=	README.md DEVELOP
31
PORTDOCS=	README.md DEVELOP
36
32
(-)distinfo (-7 / +3 lines)
Lines 1-7 Link Here
1
TIMESTAMP = 1602718222
1
TIMESTAMP = 1606166575
2
SHA256 (fail2ban-fail2ban-0.11.1_GH0.tar.gz) = 71d2a52b66bb0f87ac3812246bdd3819ec561913cd44afd39130a342f043aa6d
2
SHA256 (fail2ban-fail2ban-0.11.2_GH0.tar.gz) = 383108e5f8644cefb288537950923b7520f642e7e114efb843f6e7ea9268b1e0
3
SIZE (fail2ban-fail2ban-0.11.1_GH0.tar.gz) = 538660
3
SIZE (fail2ban-fail2ban-0.11.2_GH0.tar.gz) = 559552
4
SHA256 (55e76c0b807e87f6a04d459bb9c59da33c98572b.patch) = 9832614d10f1cf0d45fa0bae62e69dda06934758582a4beebbe9755040b51cfa
5
SIZE (55e76c0b807e87f6a04d459bb9c59da33c98572b.patch) = 847
6
SHA256 (9d7388e68448e9294e568a8ad21599e719c914b0.patch) = eb0a708146135acf4b9bf3e3238de6dc74e1512c64debff6282f4eaf62cd22e1
7
SIZE (9d7388e68448e9294e568a8ad21599e719c914b0.patch) = 2148

Return to bug 251341