Port details |
- widentd RFC1413 auth/identd daemon providing a fixed fake reply
- 1.05 net =4 1.05Version of this port present on the latest quarterly branch.
- Maintainer: portmaster@BSDforge.com
- Port Added: 2003-12-31 18:30:26
- Last Update: 2024-05-10 16:19:53
- Commit Hash: d25876c
- People watching this port, also watch:: p5-libwww, openssl, pure-ftpd, logcheck, stunnel
- License: BSD3CLAUSE
- WWW:
- https://codeberg.org/BSDforge/widentd
- Description:
- widentd is a small ident/RFC1413 daemon which provides a fixed (and fake)
auth reply, regardless of the IP/port pair quoted.
It's intended use is on firewalls, and NAT machines - where you may
want to simply syphon off auth-requests from, for example, IRC servers.
Author: Dirk-Willem van Gulik / dirkx@webweaving.org
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/net/widentd/ && make install clean
- To add the package, run one of these commands:
- pkg install net/widentd
- pkg install widentd
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: widentd
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1709489923
SHA256 (widentd-widentd-1.05.tar.gz) = fc685d69dd268bd66b655e8ea0c3a8490c69902c543894b37abff4def04684c6
SIZE (widentd-widentd-1.05.tar.gz) = 5961
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for widentd-1.05:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- net_widentd
- USES:
- ncurses uidfix
- 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 |
1.05 10 May 2024 16:19:53 |
Piotr Kubaj (pkubaj) |
net/widentd: fix build on ARM / POWER
widentd.c:70:48: error: result of comparison of constant -1 with expression of
type 'char' is always true
[-Werror,-Wtautological-constant-out-of-range-compare]
while ((ch = getopt(argc, argv, "vo:u:s:i:")) != -1)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~ |
1.05 03 Mar 2024 18:30:57 |
Gleb Popov (arrowd) |
net/widentd: Canonicalize MASTER_SITES and DISTNAME
Reported by: diizzy |
1.05 02 Mar 2024 11:45:12 |
Gleb Popov (arrowd) Author: Chris Hutchinson |
net/widentd: Update to 1.05
PR: 276726 |
1.04_1 26 Jan 2024 07:47:19 |
Koichiro Iwao (meta) |
*/*: re-deprecate as per request by dizzy@ |
1.04_1 26 Jan 2024 02:15:04 |
Koichiro Iwao (meta) |
*/*: reassign ports to maintainer
that were returned to pool due to BSDforge.com unavailability (5 days).
Also, remove DEPRECATED from some ports as they have a maintainer and
he is still willing to maintain.
PR: 276620 |
1.04_1 13 Jan 2024 23:30:23 |
Daniel Engberg (diizzy) |
*/*: Remove BROKEN in all ports that uses bsdforge.com for MASTER_SITES
Site is now back up
Reported by: Jamie Landeg-Jones <jamie@catflap.org>, Chris
<portmaster@bsdforge.com>
Approved by: portmgr (blanket) |
1.04_1 06 Jan 2024 08:54:15 |
Daniel Engberg (diizzy) |
net/widentd: Deprecate and set expiration date to 2024-02-29
Last release in 2004 and upstream is dead
Redirect users to security/oidentd and while at it return to pool
Approved by: portmgr |
1.04_1 04 Jan 2024 17:37:09 |
Daniel Engberg (diizzy) |
*/*: Mark all ports that uses bsdforge.com in MASTER_SITES broken
The domain bsdforge.com has expired, mark all ports that only
uses bsdforge.com as broken (unfetchable). Additionally set ports that
uses bsdforge.com as primary site and have broken mirrors as broken
too as they're also unfetchable.
Approved by: portmgr (blanket) |
1.04_1 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
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) |
1.04_1 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 ) |
1.04_1 20 Jul 2022 14:22:37 |
Tobias C. Berner (tcberner) |
net: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <ports@c0decafe.net>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Straup Cope <ascope@cpan.org>
* Aaron Zauner <az_mail@gmx.at>
* Adam Jette <jettea46@yahoo.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Alex Bakhtin <Alex.Bakhtin@gmail.com>
* Alex Deiter <Alex.Deiter@Gmail.COM>
* Alex Dupre <ale@FreeBSD.org>
* Alex Dupre <sysadmin@alexdupre.com> (Only the first 15 lines of the commit message are shown above ) |
1.04_1 06 Apr 2021 14:31:13 |
Mathieu Arnold (mat) |
all: Remove all other $FreeBSD keywords. |
1.04_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.04_1 24 Feb 2021 06:29:21 |
fernape |
net/widentd: Replace deprecated variable (fixes build)
PR: 253240
Submitted by: portmaster@bsdforge.com (maintainer)
MFH: 2021Q |
1.04 19 Oct 2019 12:21:22 |
rakuco |
Switch MASTER_SITES and WWW to https in Chris' ports.
PR: 241272
Submitted by: Chris Hutchinson <portmaster@bsdforge.com> (maintainer) |
1.04 09 Oct 2019 12:17:15 |
bapt |
Drop the ipv6 virtual category for n* category as it is not relevant anymore |
1.04 16 Mar 2019 09:00:10 |
tobik |
Fix more daemon typos |
1.04 20 Nov 2016 13:36:50 |
marino |
games/cake, net/(wident|wiz|opensips): Document ncurses requirement
Approved by: ncurses blanket |
1.04 19 May 2016 10:44:12 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [g-n]*
Approved by: portmgr blanket |
1.04 20 Sep 2015 14:35:58 |
danfe |
Remove BROKEN on Tier-2 systems statements which no longer true at least
on PowerPC (verified for all of them) and some also on SPARC (whenever I
was able to test those on flame.freebsd.org) and even IA64 (which should
be OK to remove anyways, because it was never really supported system in
ports land and was officially killed in -CURRENT a while ago. |
1.04 01 Apr 2015 21:19:34 |
marino |
net/widentd: disable -Werror
On gcc, this warning is given:
widentd.c: In function 'main':
widentd.c:194:3: error: 'memset' used with constant zero length parameter;
this could be due to transposed parameters
[-Werror=memset-transposed-args]
memset(buff, sizeof(buff), 0);
^
Removing -Werror is blanket-approved. This is another port that uses
<bsd.prog.mk> instead of providing an independent makefile, so the
-Werror is coming from the system build framework. |
1.04 03 Mar 2015 23:13:13 |
antoine |
Remove patch which was integrated upstream and no longer applies |
1.04 03 Mar 2015 11:08:33 |
robak |
net/widentd: update 1.03 -> 1.04
- Set MAINTAINER to portmaster@bsdforge.com (maintainer approved)
- Pet portlint
PR: 198004
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: dirkx@webweaving.org (maintainer) |
1.03_2 02 Mar 2015 23:42:00 |
bapt |
Remove Author from pkg-descr and white space fixes |
1.03_2 22 Feb 2015 15:15:46 |
pi |
net/widentd: Update MASTER_SITES, WWW, Add LICENSE
PR: 196628
Submitted by: Chris Hutchinson <portmaster@bsdforge.com>
Approved by: dirkx@webweaving.org (maintainer timeout) |
1.03_2 20 Aug 2014 16:57:51 |
antoine |
Allow staging as a regular user |
1.03_2 31 Jan 2014 09:45:55 |
miwi |
- Stage support |
1.03_2 19 Oct 2013 14:13:28 |
tijl |
Fix build with clang and -Wmissing-variable-declarations by moving the
variables into main.
PR: ports/182117
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer) |
1.03_1 20 Sep 2013 22:10:25 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
net) |
1.03_1 05 Aug 2012 23:19:40 |
dougb |
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op |
1.03_1 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. |
1.03_1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
1.03_1 01 Apr 2010 06:06:40 |
linimon |
Mark as broken on powerpc.
Hat: portmgr |
1.03_1 27 Mar 2010 00:15:24 |
dougb |
Begin the process of deprecating sysutils/rc_subr by
s#. %%RC_SUBR%%#. /etc/rc.subr# |
1.03_1 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. |
1.03_1 20 Feb 2006 20:47:50 |
dougb |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts. |
1.03_1 22 Jan 2006 21:24:05 |
edwin |
SHA256ify
Approved by: krion@ |
1.03_1 13 Oct 2005 06:38:46 |
linimon |
Pacify distfile survey by following redirects on URLs.
Source: distfile survey |
1.03_1 31 Aug 2005 12:54:25 |
vs |
USE_RC_SUBR (bump PORTREV)
PR: ports/85158
Submitted by: maintainer |
1.03 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
1.03 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
1.03 27 Jan 2004 19:05:34 |
pav |
- Update to 1.03
PR: ports/61993
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer) |
1.02 01 Jan 2004 10:08:38 |
pav |
- Add PGP key
- Fix WWW
Submitted by: Dirk-Willem van Gulik <dirkx@webweaving.org> (maintainer) |
1.02 31 Dec 2003 18:29:44 |
pav |
Add widentd, a small ident/rfc1413 deamon which provides a fixed
(and fake) auth reply regardless of the ip/port pair quoted.
Its intended use is on firewalls and NAT machines - where you
may want to simply syphon off auth-requests from for example
irc servers.
PR: ports/60766
Submitted by: Dirk-Willem van Gulik <dirkx@skutsje.san.webweaving.org> |