diff options
author | sommerfeld <sommerfeld@pkgsrc.org> | 2002-03-27 23:43:47 +0000 |
---|---|---|
committer | sommerfeld <sommerfeld@pkgsrc.org> | 2002-03-27 23:43:47 +0000 |
commit | 0ab76cd9f0efd7effcb9b88a574a189b0c283fc6 (patch) | |
tree | 5336a4825c21a628559d4811fb5be328fc4b17c7 /net/nidentd | |
parent | 4cbec014aef3ae74db908cafccfcae55c9eb9632 (diff) | |
download | pkgsrc-0ab76cd9f0efd7effcb9b88a574a189b0c283fc6.tar.gz |
disable package correctly.
"How am I broken? Let me count the ways...."
Diffstat (limited to 'net/nidentd')
-rw-r--r-- | net/nidentd/DESCR | 4 | ||||
-rw-r--r-- | net/nidentd/Makefile | 5 |
2 files changed, 8 insertions, 1 deletions
diff --git a/net/nidentd/DESCR b/net/nidentd/DESCR index 88a434a8612..24f143d2eb3 100644 --- a/net/nidentd/DESCR +++ b/net/nidentd/DESCR @@ -5,4 +5,8 @@ ever use this; if you think you need this, you really need protocols which do strong host and/or user authentication such as ssh and IPsec in conjunction with audit trails. +Note also that this package is a very inefficient shell script which +runs dozens of processes per connection. + + diff --git a/net/nidentd/Makefile b/net/nidentd/Makefile index 4cbd5071f3d..40ba8de4cce 100644 --- a/net/nidentd/Makefile +++ b/net/nidentd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/03/27 22:25:18 hubertf Exp $ +# $NetBSD: Makefile,v 1.2 2002/03/27 23:43:48 sommerfeld Exp $ # DISTNAME= nidentd-0.3 @@ -9,6 +9,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= hubertf@netbsd.org COMMENT= identd that supports IPv4, IPv6 and NAT +BROKEN= Distfile checksum mismatch. +BROKEN+= Extreme inefficiency enables DoS attacks, particularly when running as root. + DEPENDS+= lsof-*:../../sysutils/lsof WRKSRC= ${WRKDIR}/nidentd |