netkit-telnet 0.17-41 source package in Ubuntu

Changelog

netkit-telnet (0.17-41) unstable; urgency=low

  * Declare Standards version as 3.9.8, no changes.
  * Rework cross-compilation mechanism, suggested by Helmut Grohne.
    Closes: #835977
    + debian/patches/150-cross_configuration.diff: New file.
    + debian/rules: Drop CROSS, prefer CC and CXX with host type prefix.
  * debian/rules: Increase hardening level.
  * debian/telnet.lintian-overrides: New name of old file.
    Add overrides concerning `wont'.
  * debian/telnetd.lintian-overrides: Add `wont' clauses.

 -- Mats Erik Andersson <email address hidden>  Mon, 07 Nov 2016 19:06:40 +0100

Upload details

Uploaded by:
Mats Erik Andersson
Uploaded to:
Sid
Original maintainer:
Mats Erik Andersson
Architectures:
any
Section:
net
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release main net

Downloads

File Size SHA-256 Checksum
netkit-telnet_0.17-41.dsc 1.8 KiB 58c83cb03d984c5c1bc9d7805618e7f95f6378f6dc2fea526ca653c9259b5513
netkit-telnet_0.17.orig.tar.gz 130.6 KiB 9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00
netkit-telnet_0.17-41.debian.tar.xz 35.7 KiB 7cece27afb98a76427bae88e43a0d20b173d1444688552cdca23591bfcbcc928

Available diffs

No changes file available.

Binary packages built by this source

telnet: basic telnet client

 The telnet command is used for interactive communication with another host
 using the TELNET protocol.
 .
 For the purpose of remote login, the present client executable should be
 depreciated in favour of an ssh-client, or in some cases with variants like
 telnet-ssl or Kerberized TELNET clients. The most important reason is that
 this implementation exchanges user name and password in clear text.
 .
 On the other hand, the present program does satisfy common use cases of
 network diagnostics, like protocol testing of SMTP services, so it can
 become handy enough.

telnet-dbgsym: No summary available for telnet-dbgsym in ubuntu zesty.

No description available for telnet-dbgsym in ubuntu zesty.

telnetd: No summary available for telnetd in ubuntu zesty.

No description available for telnetd in ubuntu zesty.

telnetd-dbgsym: debug symbols for package telnetd

 The in.telnetd program is a server which supports the DARPA telnet interactive
 communication protocol.
 .
 This legacy server should in general be abandoned in favour of a contemporary
 ssh-server, as this implementation only is able to process password and user
 name in clear text. Other variants, like telnetd-ssl and a selection of
 Kerberized TELNET servers, are able to improve on this by providing secure
 forms of authentication and encryption.