From owner-freebsd-ports Wed Oct 24 11: 0: 9 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id ADEE837B401 for ; Wed, 24 Oct 2001 11:00:02 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9OI02n71580; Wed, 24 Oct 2001 11:00:02 -0700 (PDT) (envelope-from gnats) Date: Wed, 24 Oct 2001 11:00:02 -0700 (PDT) Message-Id: <200110241800.f9OI02n71580@freefall.freebsd.org> To: freebsd-ports@FreeBSD.org Cc: From: Mark Laws Subject: re: ports/31466: updated port: security/oidentd (2.0.1) Reply-To: Mark Laws Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org The following reply was made to PR ports/31466; it has been noted by GNATS. From: Mark Laws To: freebsd-gnats-submit@freebsd.org, mdl@60hz.org Cc: Subject: re: ports/31466: updated port: security/oidentd (2.0.1) Date: Wed, 24 Oct 2001 10:48:05 -0700 Note to self: don't try to upgrade a port when you're practically falling asleep at the keyboard. Here's a diff instead of a shar. diff -ruN oidentd/Makefile /usr/ports/security/oidentd/Makefile --- oidentd/Makefile Mon Apr 9 23:21:34 2001 +++ /usr/ports/security/oidentd/Makefile Tue Oct 23 10:11:49 2001 @@ -2,19 +2,20 @@ # Date created: 29 Mar 2000 # Whom: trevor@jpj.net # -# $FreeBSD: ports/security/oidentd/Makefile,v 1.8 2001/04/10 06:21:34 trevor Exp $ +# $FreeBSD$ # PORTNAME= oidentd -PORTVERSION= 1.7.1 +PORTVERSION= 2.0.1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ojnk -MAINTAINER= trevor@FreeBSD.org +MAINTAINER= mdl@60hz.org USE_GMAKE= yes GNU_CONFIGURE= yes +MAN5= oidentd.conf.5 oidentd_masq.conf.5 MAN8= oidentd.8 .include diff -ruN oidentd/distinfo /usr/ports/security/oidentd/distinfo --- oidentd/distinfo Mon Apr 9 23:21:34 2001 +++ /usr/ports/security/oidentd/distinfo Tue Oct 23 10:14:27 2001 @@ -1 +1 @@ -MD5 (oidentd-1.7.1.tar.gz) = 30db92649bcb64829df874ace77c038e +MD5 (oidentd-2.0.1.tar.gz) = 7c4f4f26ab44dfab88861b45260e324c diff -ruN oidentd/pkg-descr /usr/ports/security/oidentd/pkg-descr --- oidentd/pkg-descr Sun May 21 05:32:03 2000 +++ /usr/ports/security/oidentd/pkg-descr Tue Oct 23 10:23:39 2001 @@ -1,21 +1,18 @@ from the README: -Oidentd is an RFC 1413-compliant ident daemon which runs on -GNU/Linux, FreeBSD and OpenBSD. Oidentd supports most features of -pidentd as well as a number of features absent in pidentd. Most -notably, oidentd allows users, given the proper permission, to -specify the identd response that the server will output when a -successful lookup is completed. Oidentd also allows for pseudo-random -strings (either a prefix, such as "user," followed by a number -between 0 and 99999, or 10 pseudo-random characters of the set -0-9A-Za-z) to be returned upon the completion of a successful lookup -instead of a username or a UID. The IP masquerading support only -exists on Linux right now. +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. 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. + WWW: http://ojnk.sourceforge.net/ -Trevor Johnson -trevor@jpj.net +Mark Laws +mdl@60hz.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message