Path to this page:
./
comms/kermit,
Network and serial communication, file transfer, and scripting utility
Branch: CURRENT,
Version: 9.0.302nb12,
Package name: kermit-9.0.302nb12,
Maintainer: gdtKERMIT file transfer/terminal emulation utility
------------------------------------------------------
This is a release of C-Kermit file transfer protocol utility.
This version supports transfer of un-escaped control characters for
very fast file transfers with high reliability.
Required to build:[
pkgtools/cwrappers]
Master sites:
Version history: (Expand)
- (2020-04-08) Updated to version: kermit-9.0.302nb12
- (2020-01-19) Updated to version: kermit-9.0.302nb11
- (2019-04-11) Updated to version: kermit-9.0.302nb10
- (2017-11-23) Package has been reborn
- (2016-03-05) Updated to version: kermit-9.0.302nb9
- (2015-08-18) Updated to version: kermit-9.0.302nb8
CVS history: (Expand)
2020-10-04 15:40:48 by Greg Troxel | Files touched by this commit (1) |
Log message:
kermit: Take MAINTAINERship
I am talking to upstream about integrating patches, and about to
package an alpha in wip. This should be viewed as a soft
MAINTAINERship, but please ask me if you want to do anything
signficant to avoid duplicated effort.
|
2020-07-30 05:03:07 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
kermit: add a more detailed patch comment
|
2020-07-30 02:02:10 by David H. Gutteridge | Files touched by this commit (2) |
Log message:
kermit: fix compilation on Linux with glibc >= 2.28
Fix taken from the upstream project's 9.0.305 Alpha.01 release, noted to
be a temporary workaround. (Separately, from how I read the change log,
there has been no stable 9.0 release since 9.0.302.) Tested on Debian
9.13 (which has an older version of glibc which wouldn't reproduce the
issue) and Fedora 31 & 32.
(This issue was reported on pkgsrc-users back in July 2019 by Pierre
Dupond, and I'd provided a workaround for it in that email chain, but
I'd never actually committed anything to pkgsrc.)
|
2020-04-09 13:55:02 by Olaf Seibert | Files touched by this commit (1) |
Log message:
comms/kermit: forgot to commit distinfo.
|
2020-04-08 18:22:00 by Olaf Seibert | Files touched by this commit (1) |
Log message:
comms/kermit: this patch should be added too.
|
2020-04-08 17:22:07 by Olaf Seibert | Files touched by this commit (4) |
Log message:
comms/kermit: Adapt patches to openssl 1.1.1e.
Parts are inspired by the FreeBSD port.
I could not easily find a telnetd with SSL support so I did not really test it.
Without SSL/TLS, it disconnects from NetBSD's telnetd if telnetd is run
with "-a valid" ("Authentication failed: No authentication method
available"); but "telnetd -a none" works.
|
2020-01-18 22:51:16 by Jonathan Perkin | Files touched by this commit (1836) |
Log message:
*: Recursive revision bump for openssl 1.1.1.
|
2019-11-03 13:04:14 by Roland Illig | Files touched by this commit (16) |
Log message:
comms: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
Manually adjusted the indentation in asterisk15 and asterisk16 to avoid
too deep indentation.
|