diff options
author | rh <rh@pkgsrc.org> | 2007-05-25 00:28:19 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2007-05-25 00:28:19 +0000 |
commit | f97ff35b7154c3c06e59403550e7d10ce7ab89bd (patch) | |
tree | 1f8f3efdb17ca3e09acd5960d14e7d78e1ca955a /net | |
parent | 4a4683bd4a33f22e832927fc84afa8583d88c4d4 (diff) | |
download | pkgsrc-f97ff35b7154c3c06e59403550e7d10ce7ab89bd.tar.gz |
Make it explicit that this is a Socks 4/5 proxy as suggested by lukem@
Remove me as maintainer (I haven't been maintaining this for some time now)
Diffstat (limited to 'net')
-rw-r--r-- | net/dante/DESCR | 14 | ||||
-rw-r--r-- | net/dante/Makefile | 4 |
2 files changed, 8 insertions, 10 deletions
diff --git a/net/dante/DESCR b/net/dante/DESCR index 98e2d58782f..f44ce44d466 100644 --- a/net/dante/DESCR +++ b/net/dante/DESCR @@ -1,11 +1,9 @@ - Dante is a circuit-level firewall/proxy that can be used to provide -convenient and secure network connectivity to a wide range of hosts while -requiring only the server Dante runs on to have external network -connectivity. Once installed, Dante can in most cases be made transparent -to the clients while offering detailed access control and logging facilities -to the server administrator. Developed by Inferno Nettverk A/S, Dante -usually comes installed as part of a bigger Inferno Nettverk firewall -system. + Dante is a socks 4/5 proxy. It acts as a circuit-level firewall/proxy +that can be used to provide convenient and secure network connectivity to +a wide range of hosts while requiring only the server Dante runs on to have +external network connectivity. Once installed, Dante can in most cases be +made transparent to the clients while offering detailed access control and +logging facilities to the server administrator. The Dante version provided via FTP is under a BSD/CMU-type license and comes with complete source code, for your convenience and verification diff --git a/net/dante/Makefile b/net/dante/Makefile index e586158a443..ffe89ad6725 100644 --- a/net/dante/Makefile +++ b/net/dante/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.19 2006/12/12 19:34:06 joerg Exp $ +# $NetBSD: Makefile,v 1.20 2007/05/25 00:28:19 rh Exp $ DISTNAME= dante-1.1.19 CATEGORIES= net security MASTER_SITES= ftp://ftp.inet.no/pub/socks/ -MAINTAINER= rh@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.inet.no/dante/ COMMENT= BSD-licensed socks 4/5 proxy suite |