diff options
author | rh <rh@pkgsrc.org> | 2009-02-24 03:24:15 +0000 |
---|---|---|
committer | rh <rh@pkgsrc.org> | 2009-02-24 03:24:15 +0000 |
commit | 4d830fd13d72b985def217929cd9fdf4ab78e712 (patch) | |
tree | c4cfc00a397d7c54453f4dfb8a4c8c88495902f1 /net | |
parent | 08d61c713b453d86034b43685611bd4e5dcd2ac2 (diff) | |
download | pkgsrc-4d830fd13d72b985def217929cd9fdf4ab78e712.tar.gz |
Update delegate to 9.9.1. Notable changes include:
9.9.1 [STABLE] 2009/01/22 fixes and M17N extension
9.9.0 [STABLE] 2008/11/24 stable version
9.9.0 CAPSKEY and HTMUX
9.8.6 restriction (MITM, VSAP) and fixes (SSL, CFI, HTTP cache)
9.8.2 name based reverse proxy and NAT based transparent proxy
9.8.2 porting to Windows Mobile/CE, SSH/Telnet gateway
9.8.1 minor fixes and mail routing to MX
9.8.0 clustering of origin/proxy servers, SSL Server Name Indication
Hopefully this fixes PR pkg/40441 as well.
Diffstat (limited to 'net')
-rw-r--r-- | net/delegate/Makefile | 9 | ||||
-rw-r--r-- | net/delegate/distinfo | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index c0c0127dbf9..b966552e8ec 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.36 2008/08/23 07:47:00 obache Exp $ +# $NetBSD: Makefile,v 1.37 2009/02/24 03:24:15 rh Exp $ -DISTNAME= delegate9.7.7 -PKGNAME= delegate-9.7.7 +DISTNAME= delegate9.9.1 +PKGNAME= delegate-9.9.1 CATEGORIES= net MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ ftp://etlport.etl.go.jp/pub/DeleGate/ \ @@ -12,7 +12,7 @@ MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ ftp://ftp.ecrc.net/pub/netsw/Network/IP/Firewall/Proxy/delegate/ \ ftp://ftp.ecrc.de/ftp/data/ftp.ecrc.net/pub/netsw/Network/IP/Firewall/Proxy/delegate/ -MAINTAINER= rh@NetBSD.org +MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.delegate.org/delegate/ COMMENT= General purpose TCP/IP proxy system @@ -20,6 +20,7 @@ COMMENT= General purpose TCP/IP proxy system .include "../../mk/bsd.prefs.mk" BUILD_DEFS+= DELEGATE_MANAGER +BUILD_DEFS+= VARBASE DELEGATE_MANAGER?= root@localhost RCD_SCRIPTS= delegated diff --git a/net/delegate/distinfo b/net/delegate/distinfo index a0932eac9aa..ee52ccbcdaf 100644 --- a/net/delegate/distinfo +++ b/net/delegate/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.11 2008/02/17 10:20:56 rillig Exp $ +$NetBSD: distinfo,v 1.12 2009/02/24 03:24:15 rh Exp $ -SHA1 (delegate9.7.7.tar.gz) = 2c21295d68920bacaaf4dd52bd2eb46eab9deee6 -RMD160 (delegate9.7.7.tar.gz) = 0eab5ee18a28f4414bdef0aae8be68ba4c7c164b -Size (delegate9.7.7.tar.gz) = 1749848 bytes +SHA1 (delegate9.9.1.tar.gz) = 828615b83b22fb36925d065239de61492a937e8f +RMD160 (delegate9.9.1.tar.gz) = a8a114fd310e3e25e2e234574d7c8ff1e5d0c1d7 +Size (delegate9.9.1.tar.gz) = 1944670 bytes |