dwww Home | Show directory contents | Find package

netkit-telnet (0.17-44build1) jammy; urgency=high

  * No change rebuild for ppc64el baseline bump.

 -- Julian Andres Klode <juliank@ubuntu.com>  Thu, 24 Mar 2022 17:20:51 +0100

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

  * QA upload
  * telnetd: Revert changes from last revision (Closes: #1000378)

 -- Bastian Germann <bage@debian.org>  Mon, 22 Nov 2021 23:40:00 +0100

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 <hugotorres@protonmail.com>  Sat, 20 Nov 2021 16:46:03 -0300

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

  * QA upload.
  * Orphan package (no maintainer activity since 2016).
  * Add debian/patches/telnet-netbufwrite-fix.diff (Closes: #974428)
    - Thanks to Nachiketa Prachanda for the patch.

 -- Andreas Henriksson <andreas@fatal.se>  Wed, 17 Feb 2021 14:41:40 +0100

netkit-telnet (0.17-41.2) unstable; urgency=high

  * Non-maintainer upload
  * Use cmake to build the package. Closes: #912131

 -- Christoph Biedl <debian.axhn@manchmal.in-ulm.de>  Sun, 24 Feb 2019 14:25:14 +0100

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

  * Non-maintainer upload.
  * Replace sg usage with getent group in postinst (Closes: #904046)
    - note that there's still much room for related improvements, like
      using 'getent passwd' instead of id to match the common pattern
      also don't remove the user in postrm as that violates the
      common consensus (see discussion linked from #228692)

 -- Andreas Henriksson <andreas@fatal.se>  Sun, 02 Dec 2018 21:12:12 +0100

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 <mats.andersson@gisladisker.se>  Mon, 07 Nov 2016 19:06:40 +0100

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

  * Bring in package changes from experimental to unstable.
  * debian/rules: Add a variable LDDEFS. It is consumed during linking
    and is intended to suppress unnecessary linking.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Mon, 27 Apr 2015 22:37:15 +0200

netkit-telnet (0.17-39) experimental; urgency=low

  * Isolate support for USERVAR in a separate patch for easier use in
    the variant package netkit-telnet-ssl.  Add LANG and LC_* to the
    list of environment variables acceptable by the server.  Add support
    in the client for exporting USERVAR classified variables.
    + debian/patches/120-some_protocol_refinement.diff: Updated.
    + debian/patches/124-support_uservar.diff: New file.
  * Activate support for user variables in environment.  The server
    accepts USERVAR classified variables, and the user agent announces
    non-standard named variables as USERVAR.  Closes: #237268
    + debian/rules: Add '-DACCEPT_USERVAR' to CFLAGS and to CXXFLAGS.
  * Modify patch for direct use also with package netkit-telnet-ssl.
    + debian/patches/130-drain_input_from_child.diff: Updated.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Mon, 09 Mar 2015 15:42:23 +0100

netkit-telnet (0.17-38) experimental; urgency=low

  * Interchange maintainer and uploader!
  * Refactor patch sets.
    + debian/patches/010-full_set_in_18.diff: Updated and renamed.
    + debian/patches/020-from_18_to_24.diff: Updated and renamed.
    + debian/patches/022-buffer_overflow_by_HOME.diff: New file.
    + debian/patches/024-can_2004-0911.diff: New file.
    + debian/patches/026-can_2005_0469.diff: New file.
  * Repair broken host name check in telnetlogin.
    + debian/patches/140-telnetlogin_name_check.diff: New file.
  * New switch '-N' for telnetd.  Taken from netkit-telnet-ssl.
    + debian/patches/142-numeric_hosts.diff: New file.
  * Suppress a useless error message at package removal.
    + debian/telnetd.postrm: Updated.

 -- Mats Erik Andersson <mats.andersson@gisladisker.se>  Fri, 06 Feb 2015 19:41:53 +0100

# For older changelog entries, run 'apt-get changelog telnet'

Generated by dwww version 1.14 on Tue Aug 26 07:19:40 CEST 2025.