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

(-)security/snort2pfcd/Makefile (-2 / +3 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	snort2pfcd
3
PORTNAME=	snort2pfcd
4
PORTVERSION=	0.7
4
PORTVERSION=	0.8
5
CATEGORIES=	security
5
CATEGORIES=	security
6
MASTER_SITES=	http://www.tworoutes.com/oss/
6
MASTER_SITES=	http://www.tworoutes.com/oss/
7
7
Lines 8-14 Link Here
8
MAINTAINER=	onestsam@gmail.com
8
MAINTAINER=	onestsam@gmail.com
9
COMMENT=	Snort alert to pf blocker
9
COMMENT=	Snort alert to pf blocker
10
10
11
LICENSE=	NONE
11
LICENSE=	GPLv2
12
LICENSE_FILE=	${WRKSRC}/COPYING
12
13
13
LIB_DEPENDS=	libcidr.so:devel/libcidr
14
LIB_DEPENDS=	libcidr.so:devel/libcidr
14
RUN_DEPENDS=	snort:security/snort
15
RUN_DEPENDS=	snort:security/snort
(-)security/snort2pfcd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1473519574
1
TIMESTAMP = 1474356568
2
SHA256 (snort2pfcd-0.7.tar.gz) = 719105f443a565cf1917735f1471d05150e8448cb2c461824e9910108c904091
2
SHA256 (snort2pfcd-0.8.tar.gz) = bb42ee95f40a221d091f73ae87f1c281fd18e4958f086676f199e1d090aec03c
3
SIZE (snort2pfcd-0.7.tar.gz) = 9493
3
SIZE (snort2pfcd-0.8.tar.gz) = 9914
(-)security/snort2pfcd/pkg-descr (-1 / +1 lines)
Lines 1-5 Link Here
1
Analyzes snort alert output and blocks ip addresses using pf for a specified
1
Analyzes snort alert output and blocks ip addresses using pf for a specified
2
period of time. A whitelist is specified in CIDR format to exclude local and 
2
period of time. A whitelist is specified in CIDR format to exclude local and 
3
trusted ip address from being blocked.
3
trusted ip address from being blocked. Sources below.
4
4
5
WWW: https://github.com/onestsam/snort2pfcd
5
WWW: https://github.com/onestsam/snort2pfcd

Return to bug 212842