diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-09 21:18:24 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-10-09 21:18:24 +0000 |
commit | 7b32cc6cf91a556ec1caa017c98ac39b67bd4f1c (patch) | |
tree | e0126e2509b740e47b67d4dc1f804389b4beee46 /security/altivore | |
parent | 53d11f9ce2f4f22f6905b962d9f634b5915ddf44 (diff) | |
download | ports-7b32cc6cf91a556ec1caa017c98ac39b67bd4f1c.tar.gz ports-7b32cc6cf91a556ec1caa017c98ac39b67bd4f1c.zip |
Notes
Diffstat (limited to 'security/altivore')
-rw-r--r-- | security/altivore/Makefile | 39 | ||||
-rw-r--r-- | security/altivore/distinfo | 1 | ||||
-rw-r--r-- | security/altivore/files/patch-aa | 11 | ||||
-rw-r--r-- | security/altivore/pkg-comment | 1 | ||||
-rw-r--r-- | security/altivore/pkg-descr | 17 | ||||
-rw-r--r-- | security/altivore/pkg-message | 18 | ||||
-rw-r--r-- | security/altivore/pkg-plist | 2 |
7 files changed, 89 insertions, 0 deletions
diff --git a/security/altivore/Makefile b/security/altivore/Makefile new file mode 100644 index 000000000000..0a1913e8ec2c --- /dev/null +++ b/security/altivore/Makefile @@ -0,0 +1,39 @@ +# New ports collection makefile for: altivore +# Date created: 08 Oct 2001 +# Whom: Justin Stanford <jus@security.za.net> +# +# $FreeBSD$ +# + +PORTNAME= altivore +PORTVERSION= 0.9.3 +CATEGORIES= security +MASTER_SITES= http://www.networkice.com/altivore/ +DISTNAME= altivore +EXTRACT_SUFX= .c + +MAINTAINER= jus@security.za.net + +RESTRICTED= License does not allow redistribution in any form\ + (source, code or otherwise) + +NO_WRKSUBDIR= yes +NO_BUILD= yes + +do-extract: + @${MKDIR} ${WRKDIR} + @${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR} + +post-patch: + @${PERL} -pi -e "s/
//" ${WRKDIR}/${DISTFILES} + +do-install: + @${MKDIR} ${PREFIX}/share/examples/${PORTNAME} + @${INSTALL_DATA} ${WRKDIR}/${DISTFILES} \ + ${PREFIX}/share/examples/${PORTNAME} + @${INSTALL_DATA} ${PKGMESSAGE} \ + ${PREFIX}/share/examples/${PORTNAME}/README + + @${SED} -e "s!/usr/local/!${PREFIX}/!" ${PKGMESSAGE} + +.include <bsd.port.mk> diff --git a/security/altivore/distinfo b/security/altivore/distinfo new file mode 100644 index 000000000000..8ed48f51c6f3 --- /dev/null +++ b/security/altivore/distinfo @@ -0,0 +1 @@ +MD5 (altivore.c) = 47ffe63b1c63db71c42a23e5af91d45d diff --git a/security/altivore/files/patch-aa b/security/altivore/files/patch-aa new file mode 100644 index 000000000000..3f09f08e8a11 --- /dev/null +++ b/security/altivore/files/patch-aa @@ -0,0 +1,11 @@ +--- altivore.c Mon Oct 8 00:31:58 2001 ++++ altivorenew.c Mon Oct 8 00:34:30 2001 +@@ -164,7 +164,7 @@ +
+ */
+ #include <string.h>
+-#include <malloc.h>
++/* #include <malloc.h> This is commented out for the FreeBSD port, as it is deprecated */
+ #include <stdlib.h>
+ #include <ctype.h>
+ #include <stdarg.h>
diff --git a/security/altivore/pkg-comment b/security/altivore/pkg-comment new file mode 100644 index 000000000000..36e2283e76ee --- /dev/null +++ b/security/altivore/pkg-comment @@ -0,0 +1 @@ +A publically disclosed (neither GPL nor open-source) ala Carnivore src diff --git a/security/altivore/pkg-descr b/security/altivore/pkg-descr new file mode 100644 index 000000000000..84b2d2d2b080 --- /dev/null +++ b/security/altivore/pkg-descr @@ -0,0 +1,17 @@ +This is a sample program containing some of the features of the +features of the FBI's "Carnivore" program. It is intended to serve +as a point of discussion about Carnivore features. It has not been +thoroughly tested and contains numerous bugs. + +This may also serve as an "alternative" for ISPs who do not wish +to install a black-box from the FBI. Court orders demanding data +from the ISP do not necessarily require that Carnivore must be used +if the ISP is able to obtain the data in another manner. + +This software may also be useful in network management, such as +backing up data or sniffing a consumer's dial-up connection when +they are reporting problems to customer support. + +See the commented notes in the code for details. + +WWW: http://www.networkice.com/altivore/ diff --git a/security/altivore/pkg-message b/security/altivore/pkg-message new file mode 100644 index 000000000000..6df370670d8b --- /dev/null +++ b/security/altivore/pkg-message @@ -0,0 +1,18 @@ +The license of this source code allows for both reading and +discussing. + +A copy of the altivore source code was installed as + +/usr/local/share/examples/altivore/altivore.c + +Compiling, or any other use, should be conducted after reading of +the source's license agreement. Read the source code, it contains +a copy of the license agreement. + +Or, after contacting the developer Network ICE Corporation +http://www.networkice.com/ + +If you are allowed to compile and use it, you should find the +following command useful: + +cc -o altivore altivore.c -lpcap -Ipcap diff --git a/security/altivore/pkg-plist b/security/altivore/pkg-plist new file mode 100644 index 000000000000..e45023ccb12c --- /dev/null +++ b/security/altivore/pkg-plist @@ -0,0 +1,2 @@ +share/examples/altivore/altivore.c +@dirrm share/examples/altivore |