From eca1bf457f93e29150aa4ae28fd2ce8cc76f912f Mon Sep 17 00:00:00 2001 From: sergei Date: Mon, 7 Feb 2005 14:20:17 +0000 Subject: Add security/ipfilter2dshield: This perl script is an official DShield client whose purpose is to read your FreeBSD ipfilter firewall ipmon log file and convert the log records to the standard DShield reporting record format, and embed the converted log records into the body of an email that gets sent to DShield for automatic addition to their database and abuse reporting to the offenders ISP if you are an subscribed DShield member. PR: ports/68661 Submitted by: Joe Barbish --- security/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'security/Makefile') diff --git a/security/Makefile b/security/Makefile index 4fdaf73ad55d..65998f0dfcd4 100644 --- a/security/Makefile +++ b/security/Makefile @@ -145,6 +145,7 @@ SUBDIR += ifd-slb_rf60 SUBDIR += ike-scan SUBDIR += integrit + SUBDIR += ipfilter2dshield SUBDIR += ipfmeta SUBDIR += ipfw2dshield SUBDIR += isakmpd -- cgit