Index: head/security/snort2pfcd/Makefile =================================================================== --- head/security/snort2pfcd/Makefile (revision 422379) +++ head/security/snort2pfcd/Makefile (revision 422380) @@ -1,22 +1,24 @@ # $FreeBSD$ PORTNAME= snort2pfcd -PORTVERSION= 0.5 +PORTVERSION= 0.7 CATEGORIES= security MASTER_SITES= http://www.tworoutes.com/oss/ MAINTAINER= onestsam@gmail.com COMMENT= Snort alert to pf blocker + +LICENSE= NONE 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 422379) +++ head/security/snort2pfcd/distinfo (revision 422380) @@ -1,3 +1,3 @@ -TIMESTAMP = 1472559141 -SHA256 (snort2pfcd-0.5.tar.gz) = ea2f3df7bfbad5ecce7a266df89c4102cf5e92fa72869615925ca15631064dfe -SIZE (snort2pfcd-0.5.tar.gz) = 9321 +TIMESTAMP = 1473519574 +SHA256 (snort2pfcd-0.7.tar.gz) = 719105f443a565cf1917735f1471d05150e8448cb2c461824e9910108c904091 +SIZE (snort2pfcd-0.7.tar.gz) = 9493 Index: head/security/snort2pfcd/files/patch-Makefile =================================================================== --- head/security/snort2pfcd/files/patch-Makefile (revision 422379) +++ head/security/snort2pfcd/files/patch-Makefile (nonexistent) @@ -1,11 +0,0 @@ ---- Makefile.orig 2016-08-30 14:07:38 UTC -+++ Makefile -@@ -1,7 +1,7 @@ - PROG= snort2pfcd - SRCS= main.c parser.c kevent.c spfc.c ioctl_helpers.c - MAN= ${PROG}.8 --CFLAGS+=-Wall -Werror -pedantic -+CFLAGS+=-Wall -pedantic -I${LOCALBASE}/include - LDFLAGS+=-lutil -L${LOCALBASE}/lib -lcidr - - .include Property changes on: head/security/snort2pfcd/files/patch-Makefile ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/security/snort2pfcd/pkg-descr =================================================================== --- head/security/snort2pfcd/pkg-descr (revision 422379) +++ head/security/snort2pfcd/pkg-descr (revision 422380) @@ -1,3 +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 trusted ip address from being blocked. + +WWW: https://github.com/onestsam/snort2pfcd