diff options
author | kris <kris@FreeBSD.org> | 2000-01-08 17:24:25 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2000-01-08 17:24:25 +0800 |
commit | cf72311c3125ab6e0a58f28db80f1e3c1f132b63 (patch) | |
tree | 02891fb3c17754da73b540523e3bb70dfcb80749 /security/fragrouter | |
parent | d20fb7fc6536551a71e60cab2e7fa243aaa4db12 (diff) | |
download | freebsd-ports-gnome-cf72311c3125ab6e0a58f28db80f1e3c1f132b63.tar.gz freebsd-ports-gnome-cf72311c3125ab6e0a58f28db80f1e3c1f132b63.tar.zst freebsd-ports-gnome-cf72311c3125ab6e0a58f28db80f1e3c1f132b63.zip |
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
Diffstat (limited to 'security/fragrouter')
-rw-r--r-- | security/fragrouter/Makefile | 19 | ||||
-rw-r--r-- | security/fragrouter/distinfo | 3 | ||||
-rw-r--r-- | security/fragrouter/files/patch-aa | 17 | ||||
-rw-r--r-- | security/fragrouter/files/patch-ab | 20 | ||||
-rw-r--r-- | security/fragrouter/files/patch-ac | 13 | ||||
-rw-r--r-- | security/fragrouter/pkg-comment | 1 | ||||
-rw-r--r-- | security/fragrouter/pkg-descr | 8 | ||||
-rw-r--r-- | security/fragrouter/pkg-plist | 2 |
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 |