New port: security/expiretable Utility used to remove entries from the pf(4) table based on their age
Expiretable is a utility used to remove entries from the pf(4) table based on their age. The age in question being the amount of time that has passed since the statistics for each entry in the target table was last cleared. WWW: http://expiretable.fnord.se/ PR: ports/91481 Submitted by: cris <cris@gufi.org>
This commit is contained in:
parent
4a56931c27
commit
0f76ae3ac3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=153057
5 changed files with 30 additions and 0 deletions
|
@ -96,6 +96,7 @@
|
|||
SUBDIR += drweb-qmail
|
||||
SUBDIR += drweb-sendmail
|
||||
SUBDIR += dsniff
|
||||
SUBDIR += expiretable
|
||||
SUBDIR += f-prot
|
||||
SUBDIR += f-prot-sig
|
||||
SUBDIR += fakebo
|
||||
|
|
18
security/expiretable/Makefile
Normal file
18
security/expiretable/Makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
# New ports collection makefile for: expiretable
|
||||
# Date created: 7 January 2006
|
||||
# Whom: Cristiano Deana <cris@gufi.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= expiretable
|
||||
PORTVERSION= 0.5
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://expiretable.fnord.se/
|
||||
|
||||
MAINTAINER= cris@gufi.org
|
||||
COMMENT= Utility to remove entries from the pf(4) table based on their age
|
||||
|
||||
MAN1= expiretable.1
|
||||
|
||||
.include <bsd.port.mk>
|
3
security/expiretable/distinfo
Normal file
3
security/expiretable/distinfo
Normal file
|
@ -0,0 +1,3 @@
|
|||
MD5 (expiretable-0.5.tar.gz) = 12e25729ac7f2229fadd80d5173ddade
|
||||
SHA256 (expiretable-0.5.tar.gz) = 0aa6728cba4db43b1fa5d0a726df1572fabcb3a49b72a5b498df2486aef121ee
|
||||
SIZE (expiretable-0.5.tar.gz) = 5081
|
7
security/expiretable/pkg-descr
Normal file
7
security/expiretable/pkg-descr
Normal file
|
@ -0,0 +1,7 @@
|
|||
Expiretable is a utility used to remove entries from the pf(4) table
|
||||
based on their age.
|
||||
|
||||
The age in question being the amount of time that has passed since
|
||||
the statistics for each entry in the target table was last cleared.
|
||||
|
||||
WWW: http://expiretable.fnord.se/
|
1
security/expiretable/pkg-plist
Normal file
1
security/expiretable/pkg-plist
Normal file
|
@ -0,0 +1 @@
|
|||
sbin/expiretable
|
Loading…
Reference in a new issue