Port details |
- fakeident Tool that replies with a standard answer to incoming identd requests
- 2.7 security
=6 2.7Version of this port present on the latest quarterly branch. - Maintainer: dean@odyssey.apana.org.au
 - Port Added: 2003-01-20 07:13:39
- Last Update: 2021-04-06 14:31:13
- Commit Hash: 135fdee
- People watching this port, also watch:: unzip, zip, gmake, openssl, expat
- License: GPLv2+
- Description:
- This program is standalone 'fake' ident daemon. This program does
not fork() but is configured to handle up to 20 concurrent connections.
Since one connection should not last long, if all 20 connections are
in use, the next connection will close the oldest connection data
has been read. This way this program is not very vulnerable to so
called `denial of service' attack, thus making this ideal "identd"
to be used in a firewall, IP masquerading hosts etc.
WWW: http://www.guru-group.fi/~too/sw/identd.readme
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- fakeident>0:security/fakeident
- To install the port:
- cd /usr/ports/security/fakeident/ && make install clean
- To add the package, run one of these commands:
- pkg install security/fakeident
- pkg install fakeident
- PKGNAME: fakeident
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
- Packages (timestamps in pop-ups are UTC):
- There are no ports dependent upon this port
- Configuration Options:
- No options to configure
- Options name:
- security_fakeident
- pkg-message:
- For install:
- To enable fakeidentd please add fakeidentd_enable="YES" to
/etc/rc.conf.
- Master Sites:
- There is no master site for this port.
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
06 Apr 2021 14:31:13 2.7
|
Mathieu Arnold (mat)  |
all: Remove all other $FreeBSD keywords. |
06 Apr 2021 14:31:07 2.7
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
13 Sep 2019 02:08:08
2.7
|
jgh  |
- update to 2.7
- code has shifted to new site
- update pkg-descr
- pet portlint and rclint
PR: 240175
Approved by: dean@odyssey.apana.org.au (maintainer timeout)
Relnotes: http://www.guru-group.fi/~too/sw/identd.readme |
14 Aug 2019 12:16:13
1.7_3
|
mat  |
Convert to UCL & cleanup pkg-message (categories s) |
01 Nov 2017 13:10:35
1.7_3
|
olgeni  |
Fix whitespace issues (mixed tab/spaces, alignment) in a few ports. |
19 Jul 2016 11:04:14
1.7_3
|
mat  |
When there is a do-install target, do not use a post-install target, do
everything at once. Sometime, rename post-install into a options helper
target.
I did not fix ports that were such a mess that I could not figure out
what they really wanted to do. I also did not change ports that had
some version of an auto-plist code in post-install, for the same reason.
With hat: portmgr
Sponsored by: Absolight |
19 May 2016 10:53:06
1.7_3
|
amdmi3  |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
12 Jan 2016 16:20:32
1.7_3
|
amdmi3  |
Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by: portmgr blanket |
31 Dec 2015 19:01:05
1.7_3
|
riggs  |
Include source file in the ports tree; use rc script
- The original distfile URL seems to be quite unreliable. The only
distfile (a single .c file) is small and hence included in the
ports tree.
- Use a proper rc startup script.
PR: 198263
Submitted by: jgh
Approved by: dean@odyssey.apana.org.au |
25 Aug 2015 11:31:07
1.7_2
|
amdmi3  |
- Add LICENSE
- Fix program installation
Approved by: portmgr blanket |
27 Mar 2014 12:53:16
1.7_1
|
ehaupt  |
- Support staging
- Use curly brackets
- Remove an obsolete warning about potentially overwriting existing binaries |
20 Sep 2013 22:55:26
1.7_1
|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
security) |
24 Oct 2011 04:17:38
1.7_1
|
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
03 Jul 2011 14:03:52
1.7_1
|
ohauer  |
-remove MD5 |
24 Jan 2006 01:03:33
1.7_1
|
edwin  |
SHA256ify
Approved by: krion@ |
31 Mar 2004 03:12:58
1.7_1
|
trevor  |
SIZEify (maintainer timeout) |
21 Feb 2003 13:26:58
1.7_1
|
knu  |
De-pkg-comment. |
30 Jan 2003 03:55:47
1.7_1
|
edwin  |
Maintainer update:
Updated Port: security/fakeident - rc.d script and localbase fix
PR: ports/47390
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> |
20 Jan 2003 07:13:20
1.7
|
edwin  |
New Port: security/fakeident
Fake Identd is a tool that replies with a standard answer
to all incoming identd requests on a host, making it nearly
perfect for a masquerading router.
PR: ports/46090
Submitted by: Dean Hollister <dean@odyssey.apana.org.au> |