diff options
author | rh <rh> | 2000-01-27 07:39:28 +0000 |
---|---|---|
committer | rh <rh> | 2000-01-27 07:39:28 +0000 |
commit | 9315b15a344ccadc18da87fccd4e1a9b9d49301d (patch) | |
tree | 294bc814f00c8a86a99ead0bd6c4500a291b0438 /net/delegate/Makefile | |
parent | 7f28f7e2dca56762745cd4569f8484a6a7c39816 (diff) | |
download | pkgsrc-9315b15a344ccadc18da87fccd4e1a9b9d49301d.tar.gz |
Update delegate to 5.9.13
Changes include:
+general: set TIMEOUT=shutout:900s by default (was shutout:0)
+FTP: fixed SEGV on cascaded DeleGates (with MODE XDC)
+DNS: fixed non-recursive DNS resolution on little endians
Diffstat (limited to 'net/delegate/Makefile')
-rw-r--r-- | net/delegate/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net/delegate/Makefile b/net/delegate/Makefile index ad9e979a446..4811366cda4 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.8 2000/01/06 10:46:55 rh Exp $ +# $NetBSD: Makefile,v 1.9 2000/01/27 07:39:28 rh Exp $ # FreeBSD Id: Makefile,v 1.14 1998/11/09 09:24:20 max Exp # -DISTNAME= delegate5.9.12 -PKGNAME= delegate-5.9.12 +DISTNAME= delegate5.9.13 +PKGNAME= delegate-5.9.13 CATEGORIES= net MASTER_SITES= ftp://etlport.etl.go.jp/pub/DeleGate/ \ ftp://ftp.kyushu-u.ac.jp/pub/Net/WWW/server/delegate/ \ |