summaryrefslogtreecommitdiff
path: root/security/fragrouter/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2000-01-08 09:24:25 +0000
committerKris Kennaway <kris@FreeBSD.org>2000-01-08 09:24:25 +0000
commit9393541ce90228494bf4eca291bff6a914ae5577 (patch)
tree8b9ffb90b4ce7d4c5cf14ff47090677ada15d69a /security/fragrouter/files
parentUpdate to 0.5.1 (diff)
Add Fragrouter 1.6.
Fragrouter is a program for routing network traffic in such a way as to elude most network intrusion detection systems. Obtained From: OpenBSD
Notes
Notes: svn path=/head/; revision=24544
Diffstat (limited to 'security/fragrouter/files')
-rw-r--r--security/fragrouter/files/patch-aa17
-rw-r--r--security/fragrouter/files/patch-ab20
-rw-r--r--security/fragrouter/files/patch-ac13
3 files changed, 50 insertions, 0 deletions
diff --git a/security/fragrouter/files/patch-aa b/security/fragrouter/files/patch-aa
new file mode 100644
index 000000000000..04d7a97f3670
--- /dev/null
+++ b/security/fragrouter/files/patch-aa
@@ -0,0 +1,17 @@
+--- Makefile.in.orig Mon Jul 26 08:08:50 1999
++++ Makefile.in Sat Jan 8 00:17:56 2000
+@@ -22,10 +22,10 @@
+ INSTALL_PROGRAM = @INSTALL_PROGRAM@
+ INSTALL_DATA = @INSTALL_DATA@
+
+-PCAPDIR = $(srcdir)/libpcap-0.4
+-PCAPINCS = -I$(PCAPDIR)
+-PCAPLIBS = -L$(PCAPDIR) -lpcap
+-PCAPDEP = $(PCAPDIR)/pcap.h $(PCAPDIR)/libpcap.a
++PCAPDIR =
++PCAPINCS =
++PCAPLIBS = -lpcap
++PCAPDEP =
+
+ LNETDIR = $(srcdir)/Libnet-0.99b
+ LNETINCS = -I$(LNETDIR)/include
diff --git a/security/fragrouter/files/patch-ab b/security/fragrouter/files/patch-ab
new file mode 100644
index 000000000000..ed814d8cb22a
--- /dev/null
+++ b/security/fragrouter/files/patch-ab
@@ -0,0 +1,20 @@
+--- configure.orig Mon Jul 26 08:08:51 1999
++++ configure Sat Jan 8 00:17:56 2000
+@@ -1375,7 +1375,7 @@
+ done
+
+
+-subdirs="libpcap-0.4 Libnet-0.99b"
++subdirs="Libnet-0.99b"
+
+
+ trap '' 1 2 15
+@@ -1762,7 +1762,7 @@
+ esac
+ done
+
+- for ac_config_dir in libpcap-0.4 Libnet-0.99b; do
++ for ac_config_dir in Libnet-0.99b; do
+
+ # Do not complain, so a configure script can configure whichever
+ # parts of a large source tree are present.
diff --git a/security/fragrouter/files/patch-ac b/security/fragrouter/files/patch-ac
new file mode 100644
index 000000000000..9ff3b3166c8c
--- /dev/null
+++ b/security/fragrouter/files/patch-ac
@@ -0,0 +1,13 @@
+--- Libnet-0.99b/configure.orig Mon Jul 26 08:08:51 1999
++++ Libnet-0.99b/configure Sat Jan 8 01:00:45 2000
+@@ -884,10 +884,6 @@
+
+
+
+-if test $ac_cv_prog_gcc = yes; then
+- CCOPTS='-O3 -funroll-loops -fomit-frame-pointer -pipe -Wall'
+- CFLAGS="$CCOPTS"
+-fi
+
+ # Check whether --with-pf_packet or --without-pf_packet was given.
+ if test "${with_pf_packet+set}" = set; then