From owner-freebsd-ports Sat Dec 7 22:30: 6 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1043D37B401 for ; Sat, 7 Dec 2002 22:30:03 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 45AB543ED1 for ; Sat, 7 Dec 2002 22:30:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gB86U2x3069064 for ; Sat, 7 Dec 2002 22:30:02 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gB86U2DJ069063; Sat, 7 Dec 2002 22:30:02 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 011FE37B401 for ; Sat, 7 Dec 2002 22:24:42 -0800 (PST) Received: from odyssey.apana.org.au (odyssey.apana.org.au [203.11.114.1]) by mx1.FreeBSD.org (Postfix) with ESMTP id C948843EBE for ; Sat, 7 Dec 2002 22:24:39 -0800 (PST) (envelope-from dean@odyssey.apana.org.au) Received: (from dean@localhost) by odyssey.apana.org.au (8.9.3/8.9.3) id OAA42644; Sun, 8 Dec 2002 14:24:31 +0800 (WST) Message-Id: <200212080624.OAA42644@mail.wa.apana.org.au> Date: Sun, 8 Dec 2002 14:24:31 +0800 (WST) From: Dean Hollister Reply-To: Dean Hollister To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/46090: New Port: security/fakeident 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 >Number: 46090 >Category: ports >Synopsis: New Port: security/fakeident >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Sat Dec 07 22:30:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Dean Hollister >Release: FreeBSD 4.7-STABLE i386 >Organization: Australian Public Access Network Association Inc >Environment: System: FreeBSD odyssey.apana.org.au 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Nov 18 15:16:12 WST 2002 root@odyssey.apana.org.au:/usr/obj/usr/src/sys/ODYSSEY i386 >Description: New Port: security/fakeident >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: # # fakeident # fakeident/pkg-plist # fakeident/Makefile # fakeident/distinfo # fakeident/pkg-descr # fakeident/pkg-comment # echo c - fakeident mkdir -p fakeident > /dev/null 2>&1 echo x - fakeident/pkg-plist sed 's/^X//' >fakeident/pkg-plist << 'END-of-fakeident/pkg-plist' Xetc/rc.d/fakeident.sh Xsbin/identd END-of-fakeident/pkg-plist echo x - fakeident/Makefile sed 's/^X//' >fakeident/Makefile << 'END-of-fakeident/Makefile' X# New ports collection makefile for: security/fakeident X# Date created: Sun 08 Dec 12:30:00 WST 2002 X# Whom: Dean Hollister X# X# $FreeBSD$ X# X XPORTNAME= fakeident XPORTVERSION= 1.7 XCATEGORIES= security XMASTER_SITES= http://www.wa.apana.org.au/~dean/sources/ \ X ftp://ftp.wa.apana.org.au/pub/pc/unix/packages/ X XMAINTAINER= dean@odyssey.apana.org.au X Xdo-build: X @cd $(WRKSRC); \ X $(CC) $(CFLAGS) -o identd identd.c X @echo "" X @echo "*** CAUTION:" X @echo "" X @echo "This port may overwrite any other identd daemon" X @echo "you have installed. It is recommended that any" X @echo "other identd ports be deinstalled prior to" X @echo "running make install for this port." X @echo "" X Xdo-install: X $(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/identd $(PREFIX)/sbin X $(INSTALL) -m 755 -o root -g wheel $(WRKSRC)/fakeident.sh $(PREFIX)/etc/rc.d X X.include END-of-fakeident/Makefile echo x - fakeident/distinfo sed 's/^X//' >fakeident/distinfo << 'END-of-fakeident/distinfo' XMD5 (fakeident-1.7.tar.gz) = 3209e0e3ef271a82f1915f6ebec5fcdd END-of-fakeident/distinfo echo x - fakeident/pkg-descr sed 's/^X//' >fakeident/pkg-descr << 'END-of-fakeident/pkg-descr' XFake Identd is a tool that replies with a standard answer to all incoming Xidentd requests on a host, making it nearly perfect for a masquerading Xrouter. X XWWW: http://hangout.de/fakeidentd/index.html X X- Dean Xdean@odyssey.apana.org.au END-of-fakeident/pkg-descr echo x - fakeident/pkg-comment sed 's/^X//' >fakeident/pkg-comment << 'END-of-fakeident/pkg-comment' XTool that replies with a standard answer to all incoming identd requests END-of-fakeident/pkg-comment exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message