netkit-telnet 0.17-43 source package in Ubuntu

Changelog

netkit-telnet (0.17-43) unstable; urgency=medium

  * QA upload.
  * Using new DH level format. Consequently:
      - debian/compat: Removed.
      - debian/control: Changed from 'debhelper' to 'debhelper-compat' in
                        Build-Depends field and bumped level to 13.
  * debian/changelog: Removing Blank Space.
  * debian/control:
      - Added homepage.
      - Added 'Rules-Requires-Root: no' to source stanza.
      - Bumped Standards-Version to 4.6.0.
  * debian/copyright: Updated for format 1.0.
  * debian/patches/010-full_set_in_18.diff: Modified "Forwarded: No"
                                            for "forwarded: Not-needed".
  * debian/patches/020-from_18_to_24.diff: Modified "Forwarded: No"
                                           for "forwarded: Not-needed".
  * debian/patches/022-buffer_overflow_by_HOME.diff: Modified "Forwarded: No"
                                                   for "forwarded: Not-needed".
  * debian/patches/026-can_2005_0469.diff: Modified "Forwarded: No"
                                           for "forwarded: Not-needed".
  * debian/patches/100-format_security_error.diff: Modified "Forwarded: No"
                                                   for "forwarded: Not-needed".
  * debian/patches/110-markup_errors.diff: Modified "Forwarded: No"
                                           for "forwarded: Not-needed".
  * debian/patches/120-some_protocol_refinement.diff: Modified "Forwarded: No"
                                                   for "forwarded: Not-needed".
  * debian/patches/124-support_uservar.diff: Modified "Forwarded: No"
                                                   for "forwarded: Not-needed".
  * debian/patches/130-drain_input_from_child.diff: Modified "Forwarded: No"
                                                    for "forwarded:
                                                    Not-needed".
  * debian/patches/142-numeric_hosts.diff: Added tag "Forwarded: not-needed".
  * debian/patches/use-cmake-as-buildsystem.patch: Added tag
                                                   "Forwarded: not-needed".
  * debian/rules:
      - Added the DEB_BUILD_MAINT_OPTIONS, DEB_CFLAGS_MAINT_APPEND,
        DEB_CXXFLAGS_MAINT_APPEND and DEB_LDFLAGS_MAINT_APPEND
        variable to improve the GCC hardening.
  * debian/telnet.lintian-overrides: Updated.
  * debian/telnetd.install: Updated.
  * debian/telnetd.postinst: Updated.
  * debian/telnetd.preinst: Updated.

 -- Hugo Torres de Lima <email address hidden>  Sat, 20 Nov 2021 16:46:03 -0300

Upload details

Uploaded by:
Debian QA Group
Uploaded to:
Sid
Original maintainer:
Debian QA Group
Architectures:
any
Section:
net
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Downloads

File Size SHA-256 Checksum
netkit-telnet_0.17-43.dsc 1.6 KiB 59582e5f1fc5be4409f617700717d858615014c3f306d03204aa14d18a38d047
netkit-telnet_0.17.orig.tar.gz 130.6 KiB 9c80d5c7838361a328fb6b60016d503def9ce53ad3c589f3b08ff71a2bb88e00
netkit-telnet_0.17-43.debian.tar.xz 35.6 KiB 7174675d7a3c2dc4dc64be8cba650e68d51273c4d4a420042969a69b28dc5311

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: debug symbols for telnet
telnetd: basic telnet server

 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.

telnetd-dbgsym: debug symbols for telnetd