summaryrefslogtreecommitdiff
path: root/security/fragrouter
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
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')
-rw-r--r--security/fragrouter/Makefile19
-rw-r--r--security/fragrouter/distinfo3
-rw-r--r--security/fragrouter/files/patch-aa17
-rw-r--r--security/fragrouter/files/patch-ab20
-rw-r--r--security/fragrouter/files/patch-ac13
-rw-r--r--security/fragrouter/pkg-comment1
-rw-r--r--security/fragrouter/pkg-descr8
-rw-r--r--security/fragrouter/pkg-plist2
8 files changed, 83 insertions, 0 deletions
diff --git a/security/fragrouter/Makefile b/security/fragrouter/Makefile
new file mode 100644
index 000000000000..6edf79f976bc
--- /dev/null
+++ b/security/fragrouter/Makefile
@@ -0,0 +1,19 @@
+# New ports collection makefile for: fragrouter
+# Version required: 1.6
+# Date created: 7 Jan 2000
+# Whom: kris@FreeBSD.ORG
+#
+# $FreeBSD$
+#
+
+DISTNAME= fragrouter-1.6
+CATEGORIES= security
+MASTER_SITES= http://www.anzen.com/research/nidsbench/
+
+MAINTAINER= kris@FreeBSD.ORG
+
+GNU_CONFIGURE= yes
+
+MAN8= fragrouter.8
+
+.include <bsd.port.mk>
diff --git a/security/fragrouter/distinfo b/security/fragrouter/distinfo
new file mode 100644
index 000000000000..63d7e8a6c221
--- /dev/null
+++ b/security/fragrouter/distinfo
@@ -0,0 +1,3 @@
+SHA1 (fragrouter-1.6.tar.gz) = b5fb0e9c2096c92661696686aed630bc0f20ce7e
+RMD160 (fragrouter-1.6.tar.gz) = 0ebf3cfb005679dc53b71fa3731349d525e2545d
+MD5 (fragrouter-1.6.tar.gz) = 73fdc73f8da0b41b995420ded00533cc
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
diff --git a/security/fragrouter/pkg-comment b/security/fragrouter/pkg-comment
new file mode 100644
index 000000000000..7cb04ee786ad
--- /dev/null
+++ b/security/fragrouter/pkg-comment
@@ -0,0 +1 @@
+tool for testing network IDS implementations
diff --git a/security/fragrouter/pkg-descr b/security/fragrouter/pkg-descr
new file mode 100644
index 000000000000..ad5258404c3c
--- /dev/null
+++ b/security/fragrouter/pkg-descr
@@ -0,0 +1,8 @@
+Fragrouter is a program for routing network traffic in such a way as
+to elude most network intrusion detection systems.
+
+The attacks implemented correspond to those listed in the Secure
+Networks ``Insertion, Evasion, and Denial of Service: Eluding Network
+Intrusion Detection'' paper of January, 1998.
+
+WWW: http://www.anzen.com/research/nidsbench/
diff --git a/security/fragrouter/pkg-plist b/security/fragrouter/pkg-plist
new file mode 100644
index 000000000000..fed35df4f850
--- /dev/null
+++ b/security/fragrouter/pkg-plist
@@ -0,0 +1,2 @@
+sbin/fragrouter
+man/man8/fragrouter.8