diff options
author | sergei <sergei@FreeBSD.org> | 2005-02-07 22:20:17 +0800 |
---|---|---|
committer | sergei <sergei@FreeBSD.org> | 2005-02-07 22:20:17 +0800 |
commit | eca1bf457f93e29150aa4ae28fd2ce8cc76f912f (patch) | |
tree | 9133339fa261bb2d02f9b486357289cf0c5b16ba /security/Makefile | |
parent | 3533bc43300af097fa3ba13a289042ce721f0514 (diff) | |
download | freebsd-ports-gnome-eca1bf457f93e29150aa4ae28fd2ce8cc76f912f.tar.gz freebsd-ports-gnome-eca1bf457f93e29150aa4ae28fd2ce8cc76f912f.tar.zst freebsd-ports-gnome-eca1bf457f93e29150aa4ae28fd2ce8cc76f912f.zip |
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 <fbsd_user@a1poweruser.com>
Diffstat (limited to 'security/Makefile')
-rw-r--r-- | security/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 |