From owner-freebsd-ports Sun Oct 7 16: 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 95F7437B408 for ; Sun, 7 Oct 2001 16:00:01 -0700 (PDT) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f97N01r40319; Sun, 7 Oct 2001 16:00:01 -0700 (PDT) (envelope-from gnats) Received: from athena.za.net (athena.za.net [196.30.167.200]) by hub.freebsd.org (Postfix) with ESMTP id 9666E37B403 for ; Sun, 7 Oct 2001 15:53:58 -0700 (PDT) Received: from jus by athena.za.net with local (Exim 3.22 #1) id 15qMng-0002FJ-00 for FreeBSD-gnats-submit@freebsd.org; Mon, 08 Oct 2001 00:53:36 +0200 Message-Id: Date: Mon, 08 Oct 2001 00:53:36 +0200 From: Justin Stanford Reply-To: Justin Stanford To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/31111: New port security/altivore 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: 31111 >Category: ports >Synopsis: New port security/altivore >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 07 16:00:01 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Justin Stanford >Release: FreeBSD 4.4-STABLE i386 >Organization: 4D Digital Security >Environment: System: FreeBSD athena.za.net 4.4-STABLE FreeBSD 4.4-STABLE #20: Tue Sep 25 11:43:49 SAST 2001 root@athena.za.net:/usr/src/sys/compile/Athena i386 >Description: New port security/altivore A Carnivore-esque application that is neither GPL or open-sourced, merely publically disclosed. >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: # # altivore # altivore/pkg-plist # altivore/pkg-descr # altivore/pkg-comment # altivore/distinfo # altivore/Makefile # altivore/files # altivore/files/patch-aa # echo c - altivore mkdir -p altivore > /dev/null 2>&1 echo x - altivore/pkg-plist sed 's/^X//' >altivore/pkg-plist << 'END-of-altivore/pkg-plist' Xsbin/altivore END-of-altivore/pkg-plist echo x - altivore/pkg-descr sed 's/^X//' >altivore/pkg-descr << 'END-of-altivore/pkg-descr' X This is a sample program containing some of the features of the X features of the FBI's "Carnivore" program. It is intended to serve X as a point of discussion about Carnivore features. It has not been X thoroughly tested and contains numerous bugs. X X This may also serve as an "alternative" for ISPs who do not wish to X install a black-box from the FBI. Court orders demanding data from X the ISP do not necessarily require that Carnivore must be used if X the ISP is able to obtain the data in another manner. X X This software may also be useful in network management, such as X backing up data or sniffing a consumer's dial-up connection when X they are reporting problems to customer support. X X See the commented notes in the code for details. X XWWW: http://www.networkice.com/altivore/ END-of-altivore/pkg-descr echo x - altivore/pkg-comment sed 's/^X//' >altivore/pkg-comment << 'END-of-altivore/pkg-comment' XA publically disclosed (non GPL, non open-source) Carnivore-esque application END-of-altivore/pkg-comment echo x - altivore/distinfo sed 's/^X//' >altivore/distinfo << 'END-of-altivore/distinfo' XMD5 (altivore.c) = 47ffe63b1c63db71c42a23e5af91d45d END-of-altivore/distinfo echo x - altivore/Makefile sed 's/^X//' >altivore/Makefile << 'END-of-altivore/Makefile' X# New ports collection makefile for: altivore X# Date created: 08 Oct 2001 X# Whom: Justin Stanford X# X# $FreeBSD$ X# X XPORTNAME= altivore XPORTVERSION= 0.9.3 XCATEGORIES= security XMASTER_SITES= http://www.networkice.com/altivore/ XDISTNAME= altivore XEXTRACT_SUFX= .c X XMAINTAINER= jus@security.za.net X XNO_WRKSUBDIR= yes X Xdo-extract: X @${MKDIR} ${WRKDIR} X @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} X Xdo-build: X (cd ${WRKSRC} && ${CC} ${CFLAGS} -o ${DISTNAME} ${DISTNAME}.c -lpcap -Ipcap) X Xdo-install: X ${INSTALL_PROGRAM} ${WRKSRC}/${DISTNAME} ${PREFIX}/sbin X X.include END-of-altivore/Makefile echo c - altivore/files mkdir -p altivore/files > /dev/null 2>&1 echo x - altivore/files/patch-aa sed 's/^X//' >altivore/files/patch-aa << 'END-of-altivore/files/patch-aa' X--- altivore.c Mon Oct 8 00:31:58 2001 X+++ altivorenew.c Mon Oct 8 00:34:30 2001 X@@ -164,7 +164,7 @@ X X */ X #include X-#include X+/* #include This is commented out for the FreeBSD port, as it is deprecated */ X #include X #include X #include END-of-altivore/files/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message