diff options
author | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 02:10:44 +0000 |
---|---|---|
committer | David W. Chapman Jr. <dwcjr@FreeBSD.org> | 2002-04-01 02:10:44 +0000 |
commit | b9adee9a1bab0c38b8da7dcca0dd5e1fef76d1d9 (patch) | |
tree | d181e9ced1067c3f4bdd22a30507a6b40ee3da9e /security/oidentd | |
parent | 15b71057446cfb649d25537bf7487b8708228460 (diff) | |
download | ports-b9adee9a1bab0c38b8da7dcca0dd5e1fef76d1d9.tar.gz ports-b9adee9a1bab0c38b8da7dcca0dd5e1fef76d1d9.zip |
Notes
Diffstat (limited to 'security/oidentd')
-rw-r--r-- | security/oidentd/Makefile | 2 | ||||
-rw-r--r-- | security/oidentd/distinfo | 2 | ||||
-rw-r--r-- | security/oidentd/pkg-descr | 15 |
3 files changed, 10 insertions, 9 deletions
diff --git a/security/oidentd/Makefile b/security/oidentd/Makefile index ee5af617878f..c36666e26d44 100644 --- a/security/oidentd/Makefile +++ b/security/oidentd/Makefile @@ -6,7 +6,7 @@ # PORTNAME= oidentd -PORTVERSION= 2.0.1 +PORTVERSION= 2.0.3 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ojnk diff --git a/security/oidentd/distinfo b/security/oidentd/distinfo index de956dc94552..46302010d329 100644 --- a/security/oidentd/distinfo +++ b/security/oidentd/distinfo @@ -1 +1 @@ -MD5 (oidentd-2.0.1.tar.gz) = 7c4f4f26ab44dfab88861b45260e324c +MD5 (oidentd-2.0.3.tar.gz) = a8404689d89e1e5beafd8eb10f85359f diff --git a/security/oidentd/pkg-descr b/security/oidentd/pkg-descr index 5479c27db94b..b864456b99bd 100644 --- a/security/oidentd/pkg-descr +++ b/security/oidentd/pkg-descr @@ -1,16 +1,17 @@ -from the README: +From the README: -oidentd is an ident (rfc1413 compliant) daemon that runs on Linux, +"oidentd is an ident (rfc1413 compliant) daemon that runs on Linux, FreeBSD, OpenBSD and Solaris. oidentd can handle IP masqueraded/NAT connections -on Linux, FreeBSD and OpenBSD. oidentd has a flexible mechanism for specifying -ident responses. Users can be granted permission to specify their own ident -responses. Responses can be specified according to host and port pairs. +on Linux, FreeBSD (ipf only) and OpenBSD. oidentd has a flexible mechanism for +specifying ident responses. Users can be granted permission to specify their +own ident responses. Responses can be specified according to host and port +pairs." FreeBSD's inetd has a built-in ident service which can also generate bogus responses. -Porter's note: Masquerading only works with ipf at the moment. Hopefully ipfw -will be supported in a later version of oidentd. +Please see the TODO file for more information on why only ipf is +supported under FreeBSD. WWW: http://ojnk.sourceforge.net/ |