Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Oct 2001 00:53:36 +0200
From:      Justin Stanford <jus@security.za.net>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/31111: New port security/altivore 
Message-ID:  <E15qMng-0002FJ-00@athena.za.net>

next in thread | raw e-mail | index | archive | help

>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 <jus@security.za.net>
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 <bsd.port.mk>
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 <string.h>
X-#include <malloc.h>
X+/* #include <malloc.h>  This is commented out for the FreeBSD port, as it is deprecated */
X #include <stdlib.h>
X #include <ctype.h>
X #include <stdarg.h>
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E15qMng-0002FJ-00>