diff options
author | agc <agc> | 2001-10-11 14:49:31 +0000 |
---|---|---|
committer | agc <agc> | 2001-10-11 14:49:31 +0000 |
commit | 87bc488743705b68302ed39591799bf79bf96518 (patch) | |
tree | 6d03297d41e600fb14ebdf1c815930ff28c68c05 /net/LaBrea/patches | |
parent | 21776ea943c01c0aefabc7967dc9e2f993eb0eda (diff) | |
download | pkgsrc-87bc488743705b68302ed39591799bf79bf96518.tar.gz |
Initial import of LaBrea-2.0 into the NetBSD Packages Collection.
LaBrea is a program that creates a tarpit or, as some have called it,
a "sticky honeypot". LaBrea takes over unused IP addresses on a
network and creates "virtual machines" that answer to connection
attempts. LaBrea answers those connection attempts in a way that
causes the machine at the other end to get "stuck", sometimes for a
very long time.
Diffstat (limited to 'net/LaBrea/patches')
-rw-r--r-- | net/LaBrea/patches/patch-aa | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/net/LaBrea/patches/patch-aa b/net/LaBrea/patches/patch-aa new file mode 100644 index 00000000000..9ed8a36d8fe --- /dev/null +++ b/net/LaBrea/patches/patch-aa @@ -0,0 +1,20 @@ +$NetBSD: patch-aa,v 1.1.1.1 2001/10/11 14:49:31 agc Exp $ + +--- Makefile.orig Thu Sep 13 18:00:00 2001 ++++ Makefile Thu Oct 11 15:28:45 2001 +@@ -1,12 +1,8 @@ + all: LaBrea + +-OPTFLAGS = -g -O6 -funroll-loops -frerun-cse-after-loop -finline-functions \ +--mcpu=i686 -fexpensive-optimizations +-#OPTFLAGS = -g +-CC = gcc +-CFLAGS = -Wall `libnet-config --defines` $(OPTFLAGS) $(INCLUDES) +-LDLIBS = `libnet-config --libs` -lpcap +-INCLUDES = -I/usr/include/pcap ++CFLAGS= -Wall `libnet-config --defines` $(OPTFLAGS) $(INCLUDES) ++LDLIBS= `libnet-config --libs` -lpcap ++INCLUDES= -I${PREFIX}/include + + LaBrea: LaBrea.o + |