diff options
author | mycroft <mycroft> | 2002-07-12 19:08:10 +0000 |
---|---|---|
committer | mycroft <mycroft> | 2002-07-12 19:08:10 +0000 |
commit | b283eb91a6811ea34f414608af4bd8e67123378e (patch) | |
tree | f73d7e110c1802ef1091bd8ee139b6887998b4b0 /comms | |
parent | 0394c53f57e36ec1911394899347c371618cf7f3 (diff) | |
download | pkgsrc-b283eb91a6811ea34f414608af4bd8e67123378e.tar.gz |
Update to kermit 8.0.201, and add the minor version to the pkg name.
The web site sez:
The following bugs in C-Kermit 8.0.200 were fixed in 8.0.201:
* An obscure path through the code could cause the Unix version of
C-Kermit to dump core during its startup sequence. This happened to
only one person, but now it's fixed.
* When C-Kermit 8.0 is in Kermit server mode and the client says "get
blah", where blah (on the server) is a symlink rather than a real
file, the server unreasonably refused to send the linked-to file.
* When C-Kermit is an FTP client and says "get foo/bar" (i.e. a filename
that includes one or more path segments), it failed to accept the
incoming file (this happened only with GET, not MGET).
* Array references should be case insensitive but only lowercase array
letters were accepted.
* SHOW VARIABLES dumped core on \v(sexpression) and \v(svalue).
* Spurious refusals of remote directory listings if the remote server's
date was set in the past.
C-Kermit 8.0.201 (8 Feb 2002)
Installability as an [147]SSH v2 Subsystem.
[148]SET LOCUS command.
[149]L-versions of CD, DIR, DELETE, MKDIR, etc, to force local
execution.
[150]USER and ACCOUNT added as synonyms for FTP USER and FTP
ACCOUNT.
[151]SHOW VARIABLES now accepts a list of variables.
Rudimentary support for [152]Caller ID when receiving phone calls.
Up/Down [153]Arrow-key navigation of command history buffer.
[154]Automatic execution of customization file if init file is
missing.
Diffstat (limited to 'comms')
-rw-r--r-- | comms/kermit/Makefile | 6 | ||||
-rw-r--r-- | comms/kermit/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/comms/kermit/Makefile b/comms/kermit/Makefile index 74e063ef1b3..9013fa93255 100644 --- a/comms/kermit/Makefile +++ b/comms/kermit/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.37 2002/05/25 19:24:00 fredb Exp $ +# $NetBSD: Makefile,v 1.38 2002/07/12 19:08:10 mycroft Exp $ # $FreeBSD Id: Makefile,v 1.17 1997/11/26 23:16:51 jseger Exp # -DISTNAME= cku200 -PKGNAME= kermit-8.0 +DISTNAME= cku201 +PKGNAME= kermit-8.0.201 CATEGORIES= comms MASTER_SITES= ftp://kermit.columbia.edu/kermit/test/tar/ diff --git a/comms/kermit/distinfo b/comms/kermit/distinfo index 01af61fe959..60d07a249e2 100644 --- a/comms/kermit/distinfo +++ b/comms/kermit/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.4 2001/12/23 05:25:18 hubertf Exp $ +$NetBSD: distinfo,v 1.5 2002/07/12 19:08:10 mycroft Exp $ -SHA1 (cku200.tar.gz) = abf7c260b92bf2aa7ecaf2effd7cc7916750032e -Size (cku200.tar.gz) = 2690973 bytes +SHA1 (cku201.tar.gz) = d6cc395bb2061863d70662b5c4e38fd4f610007e +Size (cku201.tar.gz) = 2744100 bytes |