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

(-)security/snort2pfcd/Makefile (-3 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
2
3
PORTNAME=	snort2pfcd
1
PORTNAME=	snort2pfcd
4
PORTVERSION=	2.5
2
PORTVERSION=	2.6
5
CATEGORIES=	security
3
CATEGORIES=	security
6
MASTER_SITES=	http://www.tworoutes.com/oss/
4
MASTER_SITES=	http://www.tworoutes.com/oss/
7
5
(-)security/snort2pfcd/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1594189865
1
TIMESTAMP = 1594365043
2
SHA256 (snort2pfcd-2.5.tar.gz) = 465d52167486aef4f326427433fa5cb417ec492ca32ffcd5fd400a85fb2b475b
2
SHA256 (snort2pfcd-2.6.tar.gz) = 0bafab42d7fa433db6a9df52e8030e068d3fe99dbe60d30b237beca59b5d6ec0
3
SIZE (snort2pfcd-2.5.tar.gz) = 15788
3
SIZE (snort2pfcd-2.6.tar.gz) = 15938
(-)security/snort2pfcd/files/snort2pfcd.in (-1 lines)
Lines 37-43 Link Here
37
	if [ -f ${pidfile} ]; then
37
	if [ -f ${pidfile} ]; then
38
		echo "Stopping ${name}..."
38
		echo "Stopping ${name}..."
39
		kill $(cat ${pidfile})
39
		kill $(cat ${pidfile})
40
		rm ${pidfile}
41
	else
40
	else
42
		echo "${name} is not running?"
41
		echo "${name} is not running?"
43
	fi
42
	fi
(-)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.
4
4
5
WWW: https://github.com/onestsam/snort2pfcd
5
WWW: https://github.com/onestsam/snort2pfcd

Return to bug 247886