From db59fae51136b4d58867b1e48c10e788d057f6fd Mon Sep 17 00:00:00 2001 From: wiz Date: Fri, 28 Mar 2003 09:42:28 +0000 Subject: Update to 8.5.2: 2003-03-19 DeleGate/8.5.2 fixes for HTTP-gateway and FTP-proxy with PERMIT (since 8.4.0) 2003-03-14 DeleGate/8.5.1 fixes for SMTP (AUTH PLAIN), DNS and HTTP 2003-03-06 DeleGate/8.5.0 new stable version 2003-03-05 DeleGate/8.4.1 fixes for HTTP / PERMIT (8.4.0), DNS server stall on Win32, etc. 2003-02-19 DeleGate/8.4.0 bind(privileged port) by command, access control by method, etc. 2003-02-21 DeleGate/8.3.4 fixes for forwarding HTTP to MASTER, invoking CFI, VSAP, etc. 2003-01-16 DeleGate/8.3.3 fixes for FTP, NNTP, HTTP, porting to Win32, etc. 2003-01-01 DeleGate/8.3.2 fixed SEGV on heavy load (since 8.2.2) and select() loop on Win32 2002-12-30 DeleGate/8.3.1 fix for making on OS/2 and a fix for "gzip" on Win9X 2002-12-27 DeleGate/8.3.0 new stable version 2002-12-23 DeleGate/8.2.5 SockMux fixes and extension 2002-12-22 DeleGate/8.2.4 SockMux fixes and extension 2002-12-21 DeleGate/8.2.3 SockMux fixes and extension 2002-12-20 DeleGate/8.2.2 introduced SockMux" socket multiplexer protocol 2002-12-12 DeleGate/8.2.1 fixed MOUNT and CFI 2002-12-03 DeleGate/8.2.0 introduced conditional parameter and pseudo host name for AF_UNIX 2002-11-27 DeleGate/8.1.0 new stable version 2002-11-25 DeleGate/8.0.11 changes about HTTP cache and NNTP/HTTP gateway, etc. 2002-11-13 DeleGate/8.0.10 changes for CFI, restarting on configuration error, etc. 2002-11-06 DeleGate/8.0.9 supported HTTP Content-Encoding:gzip to client 2002-11-01 DeleGate/8.0.8 supported HTTP Content-Encoding:gzip from server 2002-10-22 DeleGate/8.0.7 fixes for NNTP and MOUNT 2002-10-11 DeleGate/8.0.6 changes for HostList by host and auth, ext. for ABOR/FTP 2002-10-08 DeleGate/8.0.5 fixes for CFI, PASV/FTP/Socks and extension for ftp://u*h@p 2002-09-30 DeleGate/8.0.4 changed SERVER default, improved restarting on Win32 2002-09-20 DeleGate/8.0.3 fix for SERVER=delegate 2002-09-18 DeleGate/8.0.2 fix for SERVER=delegate 2002-09-17 DeleGate/8.0.1 changes for default configurations (SERVER, etc.) and parameter spec. 2002-09-13 DeleGate/8.0.0 changes for default configurations, CFI extension, Win32 fixes, etc. 2002-09-22 DeleGate/7.9.13 fix for SERVER=delegate 2002-09-08 DeleGate/7.9.12 fixed for FTP proxy auth., buffer overflows, etc. 2002-08-26 DeleGate/7.9.11 fixes for Win32 bugs, CSS vulnerability, etc. 2002-07-20 DeleGate/7.9.10 fixes for HTTP/1.1 Keep-Alive, adaptation to OS/2, Win32, etc. 2002-06-28 DeleGate/7.9.9 extensions for HTTP, -r option, etc. 2002-06-25 DeleGate/7.9.8 fixes for SMTP, HTTP, extensions of HOSTLIST, HTTPCONF, etc 2002-06-18 DeleGate/7.9.7 fixes for Win32 service and AUTHORIZER cache 2002-06-14 DeleGate/7.9.6 fixes for MOUNT, AUTH TLS for FTP, udprelay, etc. 2002-05-22 DeleGate/7.9.5 fixes for freezing on Win32 and reloading by HTTP/1.1 2002-05-07 DeleGate/7.9.4 fixes for WinXP, VSAP, etc. 2002-04-05 DeleGate/7.9.3 fixes for fixes for NNTP, CFI srcipt, SMTP EHLO, IMAP, etc. 2002-03-11 DeleGate/7.9.2 fixes for origin-HTTP, chained DeleGate, Win32 DHCP DNS, etc. 2002-03-04 DeleGate/7.9.1 a fix for 7.9.0 (NNTP/HTTP gateway) 2002-03-04 DeleGate/7.9.0 fixes for logfile on Win32, extension of SRCIF for ftp-data, etc. 2002-02-26 DeleGate/7.8.3 extended SRCIF, SRCIF for FTP data, modified UDP/SOCKS, etc. 2002-02-06 DeleGate/7.8.2 fixes for FTP MOUNT, extension of SRCIF for SOCKS/BIND, etc. 2002-01-05 DeleGate/7.8.1 a fix for FTP proxy 2001-12-28 DeleGate/7.8.0 HOSTLIST, non-anonymous FTP MOUNT, etc --- net/delegate/Makefile | 4 ++-- net/delegate/distinfo | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/delegate/Makefile b/net/delegate/Makefile index 7457ba58729..55e3e5c1690 100644 --- a/net/delegate/Makefile +++ b/net/delegate/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.24 2001/12/11 14:20:10 wiz Exp $ +# $NetBSD: Makefile,v 1.25 2003/03/28 09:42:28 wiz Exp $ # FreeBSD Id: Makefile,v 1.14 1998/11/09 09:24:20 max Exp # DISTNAME= ${PKGNAME:S/-//} -PKGNAME= delegate-7.7.1 +PKGNAME= delegate-8.5.2 CATEGORIES= net MASTER_SITES= ftp://ftp.delegate.org/pub/DeleGate/ \ ftp://etlport.etl.go.jp/pub/DeleGate/ \ diff --git a/net/delegate/distinfo b/net/delegate/distinfo index 947258380b3..9f4eec81508 100644 --- a/net/delegate/distinfo +++ b/net/delegate/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.5 2001/12/11 14:20:10 wiz Exp $ +$NetBSD: distinfo,v 1.6 2003/03/28 09:42:28 wiz Exp $ -SHA1 (delegate7.7.1.tar.gz) = 3d205dfcae8f69207f5c61738c22161b2d03310a -Size (delegate7.7.1.tar.gz) = 968484 bytes +SHA1 (delegate8.5.2.tar.gz) = 292feb024bac01329b89d4df20e60cc1d0336084 +Size (delegate8.5.2.tar.gz) = 1067872 bytes SHA1 (patch-aa) = 61db1418c4f8cc40e1ac76a2c8cf5e32c4c206ed SHA1 (patch-ab) = b5b5b67856a2a79d2c522be2c3973b0b0e44760e -- cgit v1.2.3