aboutsummaryrefslogtreecommitdiff
path: root/security/snort2pfcd
diff options
context:
space:
mode:
authorBen Woods <woodsb02@FreeBSD.org>2016-09-18 11:58:38 +0000
committerBen Woods <woodsb02@FreeBSD.org>2016-09-18 11:58:38 +0000
commit5d166fa8ca8efe2769b78816f2fcd99748fa721a (patch)
tree349771e28e39a22c71dbd93b5932483402b9bc0b /security/snort2pfcd
parentb1f6b15bb3e004e33bf26ff2a35f74b36471c293 (diff)
downloadports-5d166fa8ca8efe2769b78816f2fcd99748fa721a.tar.gz
ports-5d166fa8ca8efe2769b78816f2fcd99748fa721a.zip
security/snort2pfcd: Update to 0.7
- Add LICENSE=NONE as no license has been defined upstream - Remove patch-Makefile as it has been upstreamed PR: 212481 Submitted by: onestsam@gmail.com (maintainer) Reviewed by: amdmi3 Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D7908
Notes
Notes: svn path=/head/; revision=422380
Diffstat (limited to 'security/snort2pfcd')
-rw-r--r--security/snort2pfcd/Makefile4
-rw-r--r--security/snort2pfcd/distinfo6
-rw-r--r--security/snort2pfcd/files/patch-Makefile11
-rw-r--r--security/snort2pfcd/pkg-descr2
4 files changed, 8 insertions, 15 deletions
diff --git a/security/snort2pfcd/Makefile b/security/snort2pfcd/Makefile
index c4de2c6eb6ce..076d88e2057a 100644
--- a/security/snort2pfcd/Makefile
+++ b/security/snort2pfcd/Makefile
@@ -1,13 +1,15 @@
# $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
diff --git a/security/snort2pfcd/distinfo b/security/snort2pfcd/distinfo
index 063ae6255d3a..74798a461573 100644
--- a/security/snort2pfcd/distinfo
+++ b/security/snort2pfcd/distinfo
@@ -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
diff --git a/security/snort2pfcd/files/patch-Makefile b/security/snort2pfcd/files/patch-Makefile
deleted file mode 100644
index 94561dbff8db..000000000000
--- a/security/snort2pfcd/files/patch-Makefile
+++ /dev/null
@@ -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 <bsd.prog.mk>
diff --git a/security/snort2pfcd/pkg-descr b/security/snort2pfcd/pkg-descr
index 6f0d8137f3b2..a170aca4d3e4 100644
--- a/security/snort2pfcd/pkg-descr
+++ b/security/snort2pfcd/pkg-descr
@@ -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