From mdl@60hz.org  Wed Oct 24 00:20:52 2001
Return-Path: <mdl@60hz.org>
Received: from 60hz.org (60hz.org [198.144.199.170])
	by hub.freebsd.org (Postfix) with SMTP id 53D4637B401
	for <FreeBSD-gnats-submit@freebsd.org>; Wed, 24 Oct 2001 00:20:52 -0700 (PDT)
Received: (qmail 43507 invoked by uid 1001); 24 Oct 2001 07:18:37 -0000
Message-Id: <20011024071837.43506.qmail@60hz.org>
Date: 24 Oct 2001 07:18:37 -0000
From: Mark Laws <mdl@60hz.org>
Reply-To: Mark Laws <mdl@60hz.org>
To: FreeBSD-gnats-submit@freebsd.org
Cc: mdl@60hz.org
Subject: Updated port: security/oidentd (2.0.1)
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         31466
>Category:       ports
>Synopsis:       Updated port: security/oidentd (2.0.1)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    trevor
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 24 00:30:01 PDT 2001
>Closed-Date:    Sun Dec 23 22:03:29 PST 2001
>Last-Modified:  Mon Dec 24 14:20:01 PST 2001
>Originator:     Mark Laws
>Release:        FreeBSD 4.4-STABLE i386
>Organization:
>Environment:
System: FreeBSD omega.60hz.org 4.4-STABLE FreeBSD 4.4-STABLE #2: Sun Oct 7 21:37:35 PDT 2001 root@omega.60hz.org:/usr/src/sys/compile/OMEGA i386

>Description:
	oidentd now supports masqueraded connections under FreeBSD systems
running ipf. ipfw is not currently supported.

>How-To-Repeat:
>Fix:

# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	/usr/ports/security/oidentd
#	/usr/ports/security/oidentd/Makefile
#	/usr/ports/security/oidentd/distinfo
#	/usr/ports/security/oidentd/pkg-comment
#	/usr/ports/security/oidentd/pkg-descr
#	/usr/ports/security/oidentd/pkg-plist
#
echo c - /usr/ports/security/oidentd
mkdir -p /usr/ports/security/oidentd > /dev/null 2>&1
echo x - /usr/ports/security/oidentd/Makefile
sed 's/^X//' >/usr/ports/security/oidentd/Makefile << 'END-of-/usr/ports/security/oidentd/Makefile'
X# New ports collection makefile for:	oidentd
X# Date created:		29 Mar 2000
X# Whom:			trevor@jpj.net
X#
X# $FreeBSD$
X#
X
XPORTNAME=	oidentd
XPORTVERSION=	2.0.1
XCATEGORIES=	security
XMASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
XMASTER_SITE_SUBDIR=	ojnk
X
XMAINTAINER=	mdl@60hz.org
X
XUSE_GMAKE=	yes
XGNU_CONFIGURE=	yes
XMAN5=		oidentd.conf.5 oidentd_masq.conf.5
XMAN8=		oidentd.8
X
X.include <bsd.port.mk>
END-of-/usr/ports/security/oidentd/Makefile
echo x - /usr/ports/security/oidentd/distinfo
sed 's/^X//' >/usr/ports/security/oidentd/distinfo << 'END-of-/usr/ports/security/oidentd/distinfo'
XMD5 (oidentd-2.0.1.tar.gz) = 7c4f4f26ab44dfab88861b45260e324c
END-of-/usr/ports/security/oidentd/distinfo
echo x - /usr/ports/security/oidentd/pkg-comment
sed 's/^X//' >/usr/ports/security/oidentd/pkg-comment << 'END-of-/usr/ports/security/oidentd/pkg-comment'
XIdent server that supports user-defined ident strings
END-of-/usr/ports/security/oidentd/pkg-comment
echo x - /usr/ports/security/oidentd/pkg-descr
sed 's/^X//' >/usr/ports/security/oidentd/pkg-descr << 'END-of-/usr/ports/security/oidentd/pkg-descr'
Xfrom the README:
X
Xoidentd is an ident (rfc1413 compliant) daemon that runs on Linux,
XFreeBSD, OpenBSD and Solaris.  oidentd can handle IP masqueraded/NAT connections
Xon Linux, FreeBSD and OpenBSD.  oidentd has a flexible mechanism for specifying
Xident responses.  Users can be granted permission to specify their own ident
Xresponses.  Responses can be specified according to host and port pairs.
X
XFreeBSD's inetd has a built-in ident service which can also generate
Xbogus responses.
X
XPorter's note: Masquerading only works with ipf at the moment. Hopefully ipfw
Xwill be supported in a later version of oidentd.
X
XWWW: http://ojnk.sourceforge.net/
X
XMark Laws
Xmdl@60hz.org
END-of-/usr/ports/security/oidentd/pkg-descr
echo x - /usr/ports/security/oidentd/pkg-plist
sed 's/^X//' >/usr/ports/security/oidentd/pkg-plist << 'END-of-/usr/ports/security/oidentd/pkg-plist'
Xsbin/oidentd
END-of-/usr/ports/security/oidentd/pkg-plist
exit

>Release-Note:
>Audit-Trail:

From: Mark Laws <mdl@60hz.org>
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 <bsd.port.mk>
 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
Responsible-Changed-From-To: freebsd-ports->trevor 
Responsible-Changed-By: petef 
Responsible-Changed-When: Tue Nov 6 01:44:46 PST 2001 
Responsible-Changed-Why:  
Over to maintainer 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31466 

From: "David W. Chapman Jr." <dwcjr@inethouston.net>
To: freebsd-gnats-submit@FreeBSD.org, mdl@60hz.org
Cc: trevor@freebsd.org
Subject: Re: ports/31466: Updated port: security/oidentd (2.0.1)
Date: Sat, 22 Dec 2001 16:32:11 -0600

 How does the current maintainer feel about this?
 
State-Changed-From-To: open->closed 
State-Changed-By: dwcjr 
State-Changed-When: Sun Dec 23 22:03:29 PST 2001 
State-Changed-Why:  
Committed, thanks! 

http://www.FreeBSD.org/cgi/query-pr.cgi?pr=31466 

From: Mark Laws <mdl@60hz.org>
To: "David W. Chapman Jr." <dwcjr@inethouston.net>
Cc: freebsd-gnats-submit@FreeBSD.org, trevor@freebsd.org
Subject: Re: ports/31466: Updated port: security/oidentd (2.0.1)
Date: Sat, 22 Dec 2001 23:55:41 -0800

 On Sat, Dec 22, 2001 at 04:32:11PM -0600, David W. Chapman Jr. wrote:
 > How does the current maintainer feel about this?
 
 I asked him before I send-pr'd it; he said it was fine.
>Unformatted:
