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

(-)security/py-fail2ban/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	fail2ban
3
PORTNAME=	fail2ban
4
PORTVERSION=	0.9.5
4
PORTVERSION=	0.9.6
5
CATEGORIES=	security python
5
CATEGORIES=	security python
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
6
PKGNAMEPREFIX=	${PYTHON_PKGNAMEPREFIX}
7
7
Lines 15-21 Link Here
15
15
16
USES=		python shebangfix
16
USES=		python shebangfix
17
USE_GITHUB=	yes
17
USE_GITHUB=	yes
18
GH_TAGNAME=	d6eae28
18
GH_TAGNAME=	3605155
19
USE_PYTHON=	autoplist distutils
19
USE_PYTHON=	autoplist distutils
20
USE_RC_SUBR=	fail2ban
20
USE_RC_SUBR=	fail2ban
21
21
(-)security/py-fail2ban/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1469085380
1
TIMESTAMP = 1481500021
2
SHA256 (fail2ban-fail2ban-0.9.5-d6eae28_GH0.tar.gz) = 2d9126d3a8470d7744aeff244cf7fe2d67eff891939f19e6e29687e92df84be1
2
SHA256 (fail2ban-fail2ban-0.9.6-3605155_GH0.tar.gz) = 894c330771d891445ba273447a25f96084889d7ac1dd2b6eb193f69d498b00dc
3
SIZE (fail2ban-fail2ban-0.9.5-d6eae28_GH0.tar.gz) = 338831
3
SIZE (fail2ban-fail2ban-0.9.6-3605155_GH0.tar.gz) = 352123
(-)security/py-fail2ban/files/patch-config_filter.d_common.conf (-2 / +2 lines)
Lines 1-6 Link Here
1
--- config/filter.d/common.conf.orig	2015-08-01 01:32:13 UTC
1
--- config/filter.d/common.conf.orig	2016-12-09 14:36:08 UTC
2
+++ config/filter.d/common.conf
2
+++ config/filter.d/common.conf
3
@@ -32,6 +32,9 @@ __daemon_extra_re = (?:\[ID \d+ \S+\])
3
@@ -32,6 +32,9 @@ __daemon_extra_re = \[ID \d+ \S+\]
4
 # EXAMPLES: sshd[31607], pop(pam_unix)[4920]
4
 # EXAMPLES: sshd[31607], pop(pam_unix)[4920]
5
 __daemon_combs_re = (?:%(__pid_re)s?:\s+%(__daemon_re)s|%(__daemon_re)s%(__pid_re)s?:?)
5
 __daemon_combs_re = (?:%(__pid_re)s?:\s+%(__daemon_re)s|%(__daemon_re)s%(__pid_re)s?:?)
6
 
6
 
(-)security/py-fail2ban/files/patch-setup.py (-13 / +3 lines)
Lines 1-10 Link Here
1
--- setup.py.orig	2015-08-01 01:32:13 UTC
1
--- setup.py.orig	2016-12-09 14:36:08 UTC
2
+++ setup.py
2
+++ setup.py
3
@@ -104,26 +104,13 @@ setup(
3
@@ -149,27 +149,14 @@ setup(
4
 		'bin/fail2ban-client',
4
 		'bin/fail2ban-client',
5
 		'bin/fail2ban-server',
5
 		'bin/fail2ban-server',
6
 		'bin/fail2ban-regex',
6
 		'bin/fail2ban-regex',
7
-		'bin/fail2ban-testcases',
7
-		'bin/fail2ban-testcases',
8
 		# 'bin/fail2ban-python', -- link (binary), will be installed via install_scripts_f2b wrapper
8
 	],
9
 	],
9
 	packages = [
10
 	packages = [
10
 		'fail2ban',
11
 		'fail2ban',
Lines 27-40 Link Here
27
 	},
28
 	},
28
 	data_files = [
29
 	data_files = [
29
 		('/etc/fail2ban',
30
 		('/etc/fail2ban',
30
@@ -147,10 +134,6 @@ setup(
31
 		),
32
 		('/var/lib/fail2ban',
33
 			''
34
-		),
35
-		('/usr/share/doc/fail2ban',
36
-			['README.md', 'README.Solaris', 'DEVELOP', 'FILTERS',
37
-			 'doc/run-rootless.txt']
38
 		)
39
 	] + data_files_extra,
40
 	**setup_extra
(-)security/py-fail2ban/pkg-plist (+1 lines)
Lines 3-8 Link Here
3
man/man1/fail2ban-server.1.gz
3
man/man1/fail2ban-server.1.gz
4
man/man1/fail2ban.1.gz
4
man/man1/fail2ban.1.gz
5
man/man5/fail2ban-jail.conf.5.gz
5
man/man5/fail2ban-jail.conf.5.gz
6
bin/fail2ban-python
6
@dir %%ETCDIR%%/fail2ban.d
7
@dir %%ETCDIR%%/fail2ban.d
7
@dir %%ETCDIR%%/jail.d
8
@dir %%ETCDIR%%/jail.d
8
@dir /var/db/fail2ban
9
@dir /var/db/fail2ban

Return to bug 215239