Port details |
- expiretable Utility to remove entries from the pf(4) table based on their age
- 0.6_3 security =2 0.6_3Version of this port present on the latest quarterly branch.
- Maintainer: cris@gufi.org
- Port Added: 2006-01-08 12:34:25
- Last Update: 2024-01-21 17:53:29
- Commit Hash: c4c00f8
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: not specified in port
- WWW:
- https://expiretable.fnord.se/
- Description:
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- expiretable>0:security/expiretable
- To install the port:
- cd /usr/ports/security/expiretable/ && make install clean
- To add the package, run one of these commands:
- pkg install security/expiretable
- pkg install expiretable
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: expiretable
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (expiretable-0.6.tar.gz) = b004f70ae321f2c03bf23945b9a9d24ba11cc79ad69dd616977e201f57ae0195
SIZE (expiretable-0.6.tar.gz) = 5974
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- security_expiretable
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.6_3 21 Jan 2024 17:53:29 |
Muhammad Moinur Rahman (bofh) |
security/expiretable: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
0.6_2 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
0.6_2 20 Jul 2022 14:22:56 |
Tobias C. Berner (tcberner) |
security: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Dupre <ale@FreeBSD.org>
* Alex Kapranoff <kappa@rambler-co.ru>
* Alex Samorukov <samm@freebsd.org>
* Alexander Botero-Lowry <alex@foxybanana.com>
* Alexander Kriventsov <avk@vl.ru>
* Alexander Leidinger <netchild@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
0.6_2 04 May 2021 12:18:48 |
Renato Botelho (garga) |
security/expiretable: Fix build on 13+
get_states() is the reason it stopped building on FreeBSD 13 and newer.
Retire this function since it's not used anywhere and get the build
fixed.
PR: 253547
Reported by: mike@sentex.net
Reviewed by: kp
Approved by: maintainer timeout (2 weeks)
Obtained from: pfSense
MFH: 2021Q2
Sponsored by: Rubicon Communications, LLC ("Netgate") |
0.6_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
0.6_1 13 Nov 2014 09:02:57 |
antoine |
Cleanup plist |
0.6_1 27 Mar 2014 18:37:25 |
garga |
Support stage |
0.6_1 20 Sep 2013 22:55:26 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
0.6_1 22 Jun 2013 21:11:40 |
rakuco |
Make the port work with FreeBSD 9.x and later.
Due to changes in pf, expiretable wouldn't work on FreeBSD 9.x.
PR: ports/175527
Submitted by: Cristiano Deana <cris@gufi.org> (maintainer) |
0.6 14 Jan 2012 08:57:23 |
dougb |
In the rc.d scripts, change assignments to rcvar to use the
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other. |
0.6 03 Jul 2011 14:03:52 |
ohauer |
-remove MD5 |
0.6 15 Jul 2009 16:56:10 |
dougb |
Fix a few "bad example" problems in the rc.d scripts that have been
propogated by copy and paste.
1. Primarily the "empty variable" default assignment, which is mostly
${name}_flags="", but fix a few others as well.
2. Where they are not already documented, add the existence of the _flags
(or other deleted empties) option to the comments, and in some cases add
comments from scratch.
3. Replace things that look like:
prefix=%%PREFIX%%
command=${prefix}/sbin/foo
to just use %%PREFIX%%. In many cases the $prefix variable is only used
once, and in some cases it is not used at all.
4. In a few cases remove ${name}_flags from command_args
5. Remove a long-stale comment about putting the port's rc.d script in
/etc/rc.d (which is no longer necessary).
No PORTREVISION bumps because all of these changes are noops. |
0.6 12 May 2009 13:39:32 |
skv |
Use "@stopdaemon" in pkg-plist.
PR: ports/134062
Submitted by: Alexey V.Degtyarev <alexey xx renatasystems.org>
Approved by: maintainer |
0.6 06 Jan 2009 17:59:31 |
pav |
- Remove conditional checks for FreeBSD 5.x and older |
0.6 27 Dec 2006 22:46:05 |
gabor |
- Add rc.d script
- Bump PORTREVISION
PR: ports/107208
Submitted by: Eygene Ryabinkin <rea-fbsd@codelabs.ru>
Approved by: erwin (mentor) |
0.6 29 Jan 2006 03:59:52 |
linimon |
Mark as not for 4.X and old 5.X (requires pf library).
PR: ports/92483
Submitted by: maintainer |
0.6 22 Jan 2006 15:45:25 |
arved |
Update to 0.6
PR: 92120
Submitted by: Cristiano Deana <cris@gufi.org> |
0.5 08 Jan 2006 12:33:41 |
edwin |
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> |