diff options
author | rh <rh> | 2000-07-10 15:06:39 +0000 |
---|---|---|
committer | rh <rh> | 2000-07-10 15:06:39 +0000 |
commit | 99d511ce80e5a4a23cf9ac5fcb295524f2b47e7b (patch) | |
tree | 58c3081ec03a38113e53d436ac074b3681b23e69 /net/delegate/files | |
parent | 4fb9e35ebcd39fcebba494d07d1ba5137987e41c (diff) | |
download | pkgsrc-99d511ce80e5a4a23cf9ac5fcb295524f2b47e7b.tar.gz |
Update delegate to 6.1.16. Changes include:
+ FTP/TUNNEL: enabled PASV on TUNNEL (precedes XDC/TUNNEL)
+ FTP/TUNNEL: enabled MODE XDC on TUNNEL
+ FTP: enabled "CWD //ftp:foo%40%bar@server/path"
+ FTP: enabled USER user:pass@host, CWD //user:pass@host anytime
* general: regard POLLHUP as well as POLLIN|POLLPRI (mainly for pipe)
(it can be disabled by -wH command line option for debugging)
+ FTP: enabled %XX in password of "user:pass" part for USER,CWD
+ TUNNEL: fixed to wait children for TUNNEL via sshd (since 6.1.13)
+ FTP: fixed cached RETR by PASV with DeleGate in XDC mode
+ FTP/HTTP: fixed erasing password in embeded URL in FTP/HTTP page
+ HTTP: fixed relaying HTTP/0.9 response to HTTP/1.1 client
+ cache: fixed readlink() error detection on some platforms(AIX)
+ IMAP: introduced IMAP proxying by "LOGIN user@host pass"
+ SMTPGATE: don't count Max-Exclams(!) in uuencoded text
+ HTTP: fixed possible SEGV on Can't Connect message generation
+ MIME: fixed getting value out of "name=value; ..."
+ FTP: fixed REST followed by RETR //serv/path, with cache, etc.
+ SMTPGATE: return appropriate code(554) on bad Message-ID error
+ porting: trial to escape readlink() bug in some version of Linux
+ porting: fix for compilation on AIX+gcc
Diffstat (limited to 'net/delegate/files')
-rw-r--r-- | net/delegate/files/md5 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/delegate/files/md5 b/net/delegate/files/md5 index 7330517072e..ff4ff7319d1 100644 --- a/net/delegate/files/md5 +++ b/net/delegate/files/md5 @@ -1,3 +1,3 @@ -$NetBSD: md5,v 1.9 2000/06/17 12:51:12 rh Exp $ +$NetBSD: md5,v 1.10 2000/07/10 15:06:40 rh Exp $ -MD5 (delegate6.1.14.tar.gz) = 90376a6ba041c2f3df3d9bc102f9e22e +MD5 (delegate6.1.16.tar.gz) = 558db358eaae9f511396f0e81971addd |