diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:28:30 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-10-13 03:28:30 +0000 |
commit | e5060a300d14b1365ad678e2e52ce282a28b7816 (patch) | |
tree | 260f9863ccff8cbc4a697c8a5f159300e04da924 /net | |
parent | The canuum port was marked FORBIDDEN for security reasons 2 years and 1 month (diff) |
The brouted port was marked FORBIDDEN for security reasons 2 years and 1
month ago. Remove it.
Notes
Notes:
svn path=/head/; revision=67925
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/brouted/Makefile | 20 | ||||
-rw-r--r-- | net/brouted/distinfo | 1 | ||||
-rw-r--r-- | net/brouted/pkg-comment | 1 | ||||
-rw-r--r-- | net/brouted/pkg-descr | 24 | ||||
-rw-r--r-- | net/brouted/pkg-plist | 1 |
6 files changed, 0 insertions, 48 deletions
diff --git a/net/Makefile b/net/Makefile index d73a26a863d2..0aabbce59231 100644 --- a/net/Makefile +++ b/net/Makefile @@ -37,7 +37,6 @@ SUBDIR += binkd SUBDIR += boclient SUBDIR += bounce - SUBDIR += brouted SUBDIR += bsd-airtools SUBDIR += bsdproxy SUBDIR += cap diff --git a/net/brouted/Makefile b/net/brouted/Makefile deleted file mode 100644 index 122e96b8b2a6..000000000000 --- a/net/brouted/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: brouted -# Date created: 5 May 1999 -# Whom: swjeong -# -# $FreeBSD$ -# - -PORTNAME= brouted -PORTVERSION= 1.2b -CATEGORIES= net -MASTER_SITES= ftp://www.kitel.co.kr/pub/ - -MAINTAINER= swjeong@kitel.co.kr - -FORBIDDEN= "Buffer overflow yielding setgid kmem" - -MAN8= brouted.8 -MANCOMPRESSED= yes - -.include <bsd.port.mk> diff --git a/net/brouted/distinfo b/net/brouted/distinfo deleted file mode 100644 index e4bbeb913cc3..000000000000 --- a/net/brouted/distinfo +++ /dev/null @@ -1 +0,0 @@ -MD5 (brouted-1.2b.tar.gz) = b482a1de507138669e055d902684e02f diff --git a/net/brouted/pkg-comment b/net/brouted/pkg-comment deleted file mode 100644 index 81f0be87f384..000000000000 --- a/net/brouted/pkg-comment +++ /dev/null @@ -1 +0,0 @@ -Dynamic routing daemon acting on source IP of TCP connection diff --git a/net/brouted/pkg-descr b/net/brouted/pkg-descr deleted file mode 100644 index 70749d1a8ef4..000000000000 --- a/net/brouted/pkg-descr +++ /dev/null @@ -1,24 +0,0 @@ -Introduction -============ - - This is a port of brouted. brouted is dynamic routing daemon - acting on source IP address of TCP connections. It's purpose - is to use multiple routing only TCP/IP leased line only with - a single host. - - -How it works -============ - - It checks PCB(Protocol Control Block) and kernel routing ta- - ble. If dedicated source IP appears in PCB, brouted checks - whether it's destination IP address exists in kernel routing - table. If it doesn't exists, brouted add new routing entry - which routes destination IP to dedicated gateway. - - In similar manner, when the TCP connection drops, correspond- - ing routing entry is removed from kernel routing table. - - -- Jeong Sung Won -swjeong@kitel.co.kr diff --git a/net/brouted/pkg-plist b/net/brouted/pkg-plist deleted file mode 100644 index 5a5e4276f1c6..000000000000 --- a/net/brouted/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -sbin/brouted |