Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Sep 2016 11:58:39 +0000 (UTC)
From:      Ben Woods <woodsb02@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r422380 - in head/security/snort2pfcd: . files
Message-ID:  <201609181158.u8IBwdiM095852@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: woodsb02
Date: Sun Sep 18 11:58:38 2016
New Revision: 422380
URL: https://svnweb.freebsd.org/changeset/ports/422380

Log:
  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

Deleted:
  head/security/snort2pfcd/files/patch-Makefile
Modified:
  head/security/snort2pfcd/Makefile
  head/security/snort2pfcd/distinfo
  head/security/snort2pfcd/pkg-descr

Modified: head/security/snort2pfcd/Makefile
==============================================================================
--- head/security/snort2pfcd/Makefile	Sun Sep 18 11:54:57 2016	(r422379)
+++ head/security/snort2pfcd/Makefile	Sun Sep 18 11:58:38 2016	(r422380)
@@ -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
 

Modified: head/security/snort2pfcd/distinfo
==============================================================================
--- head/security/snort2pfcd/distinfo	Sun Sep 18 11:54:57 2016	(r422379)
+++ head/security/snort2pfcd/distinfo	Sun Sep 18 11:58:38 2016	(r422380)
@@ -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

Modified: head/security/snort2pfcd/pkg-descr
==============================================================================
--- head/security/snort2pfcd/pkg-descr	Sun Sep 18 11:54:57 2016	(r422379)
+++ head/security/snort2pfcd/pkg-descr	Sun Sep 18 11:58:38 2016	(r422380)
@@ -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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609181158.u8IBwdiM095852>