Index: head/security/snort2pfcd/Makefile =================================================================== --- head/security/snort2pfcd/Makefile (revision 526889) +++ head/security/snort2pfcd/Makefile (revision 526890) @@ -1,25 +1,25 @@ # $FreeBSD$ PORTNAME= snort2pfcd -PORTVERSION= 2.0 +PORTVERSION= 2.3 CATEGORIES= security MASTER_SITES= http://www.tworoutes.com/oss/ MAINTAINER= onestsam@gmail.com COMMENT= Snort alert to pf blocker LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libcidr.so:devel/libcidr RUN_DEPENDS= snort:security/snort USE_RC_SUBR= snort2pfcd PLIST_FILES= man/man8/snort2pfcd.8.gz \ sbin/snort2pfcd do-install: ${INSTALL_PROGRAM} ${WRKSRC}/snort2pfcd ${STAGEDIR}${PREFIX}/sbin ${INSTALL_MAN} ${WRKSRC}/snort2pfcd.8.gz ${STAGEDIR}${MAN8PREFIX}/man/man8 .include Index: head/security/snort2pfcd/distinfo =================================================================== --- head/security/snort2pfcd/distinfo (revision 526889) +++ head/security/snort2pfcd/distinfo (revision 526890) @@ -1,3 +1,3 @@ -TIMESTAMP = 1495554522 -SHA256 (snort2pfcd-2.0.tar.gz) = f767aa4f2e172cd8b76fa934c3a3ad4ecb483f23b841dae1455cfc729b5aac45 -SIZE (snort2pfcd-2.0.tar.gz) = 14318 +TIMESTAMP = 1581912737 +SHA256 (snort2pfcd-2.3.tar.gz) = 9f159639d3662322a925cbcce3a494a7577f7eea83346ac1e26473396093acd5 +SIZE (snort2pfcd-2.3.tar.gz) = 15816 Index: head/security/snort2pfcd/pkg-descr =================================================================== --- head/security/snort2pfcd/pkg-descr (revision 526889) +++ head/security/snort2pfcd/pkg-descr (revision 526890) @@ -1,5 +1,5 @@ Analyzes snort alert output and blocks ip addresses using pf for a specified -period of time. A whitelist is specified in CIDR format to exclude local and +period of time. A whitelist is specified in CIDR format to exclude local and trusted ip address from being blocked. WWW: https://github.com/onestsam/snort2pfcd