Change logs for atftp source package in Sid

  • atftp (0.8.0-3) unstable; urgency=medium
    
      * Add romanian debconf translations (closes: #1031144). Thanks
        to Remus-Gabriel Chelu <email address hidden>.
    
     -- Andreas B. Mundt <email address hidden>  Sun, 19 Feb 2023 18:10:45 +0100
  • atftp (0.8.0-2) unstable; urgency=medium
    
      * Prepare release for bookworm.
      * Update Standards-Version to 4.6.2, no changes needed.
    
     -- Andreas B. Mundt <email address hidden>  Wed, 21 Dec 2022 13:43:49 +0100
  • atftp (0.8.0-1) unstable; urgency=medium
    
      * New upstream version 0.8.0, all patches have been applied upstream.
      * Improve algorithm (windowsize option):
          - Do not send multiple identical ACKs without timeout.
          - Acknowledge only the first outdatet/duplicated block
            within a window.
          - Fix corner case, where a block gets lost in the last window.
      * Rewrite test script, mostly structuring and clean-up.
      * Fix multicast transfers and add multicast tests.
      * Fix MTFTP and add tests, implement PCRE tests.
      * Monitor git repo to perhaps switch to HEAD later.
    
     -- Andreas B. Mundt <email address hidden>  Wed, 07 Sep 2022 17:37:59 +0200
  • atftp (0.7.git20210915-6) unstable; urgency=medium
    
      * Update spanish translations (closes: #1017451). Thanks to
        CamaleĆ³n <email address hidden>.
      * Fix windowsize option for write requests (file uploads).
      * Some minor (cosmetic) upstream fixes.
      * Add patch headers and tests for windowsize option.
    
     -- Andreas B. Mundt <email address hidden>  Thu, 18 Aug 2022 12:14:12 +0200
  • atftp (0.7.git20210915-5) unstable; urgency=medium
    
      * Fix error leading to backup file '/etc/default/atftpde'.
      * Fix some shellcheck warnings in maintainer scripts.
      * Bump Standards-Version to 4.6.1 (no changes needed).
      * Update package description.
    
     -- Andreas B. Mundt <email address hidden>  Fri, 12 Aug 2022 08:21:51 +0200
  • atftp (0.7.git20210915-4) unstable; urgency=medium
    
      * Fix pcre2 build configuration.
      * Allow IPv6 connections.
      * Update dutch translations (closes: #1004319). Thanks to
        Frans Spiesschaert <email address hidden>.
    
     -- Andreas B. Mundt <email address hidden>  Fri, 11 Feb 2022 12:27:00 +0100
  • atftp (0.7.git20210915-3) unstable; urgency=medium
    
      * Implement simple congestion control if windowsize option is used.
      * Add salsa CI configuration.
      * Switch to maintained library and port to PCRE2 (closes: #1000071).
      * Update some po-debconf translations, thanks to all translaters.
        (Closes: #995082, #996629, #1000762).
      * Add patch descriptions and switch to DEP-5 copyright format.
    
     -- Andreas B. Mundt <email address hidden>  Wed, 29 Dec 2021 09:25:55 +0100
  • atftp (0.7.git20210915-2) unstable; urgency=medium
    
      [ Sophie Brun ]
      * Fix syntax error in '/etc/default/atftpd' (Closes: #994808)
    
      [ Andreas B. Mundt ]
      * Add test for syntax errors in default configuration.
    
     -- Andreas B. Mundt <email address hidden>  Wed, 22 Sep 2021 18:09:29 +0200
  • atftp (0.7.git20210915-1) unstable; urgency=medium
    
      * New upstream release (0.7.5). Remove patches applied upstream.
      * Refresh windowsize option patch and adapt it to the latest
        upstream changes.
      * Fix systemd 'override.conf' example.
    
     -- Andreas B. Mundt <email address hidden>  Wed, 15 Sep 2021 22:04:06 +0200
  • atftp (0.7.git20210202-4) unstable; urgency=medium
    
      * Draft implementation of the windowsize option from RFC7440.
      * Prevent the Sorcerer's Apprentice Syndrome in any case and
        remove its debconf configuration.
      * Add configuration of 'windowsize' option to debconf.
      * Client side windowsize option handling, minor fixes.
      * Update README and fix default configuration file syntax.
    
     -- Andreas B. Mundt <email address hidden>  Wed, 08 Sep 2021 12:07:38 +0200
  • atftp (0.7.git20210202-3) unstable; urgency=medium
    
      * Update package documentation.
      * Add Sorcerer's Apprentice Syndrome configuration to debconf.
      * Bump Standards-Version to 4.6.0 (no changes needed).
      * Patch many typos.
    
     -- Andreas B. Mundt <email address hidden>  Sun, 29 Aug 2021 10:51:13 +0200
  • atftp (0.7.git20210202-2) unstable; urgency=medium
    
      * Release to unstable after bullseye is stable now.
      * Patch to prevent 'Sorcerer's Apprentice Syndrome'. (Closes: #275056)
    
     -- Andreas B. Mundt <email address hidden>  Sat, 21 Aug 2021 14:26:11 +0200
  • atftp (0.7.git20120829-3.3) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Add missing dependency tcpd. (Closes: #988456) 
    
     -- Andreas B. Mundt <email address hidden>  Sun, 25 Jul 2021 18:26:09 +0200
  • atftp (0.7.git20120829-3.2) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Fix for DoS issue CVE-2020-6097 (Closes: #970066)
    
     -- Salvatore Bonaccorso <email address hidden>  Sun, 27 Dec 2020 21:28:40 +0100
  • atftp (0.7.git20120829-3.1) unstable; urgency=high
    
      * Non-maintainer upload.
      * Fix concurrency issue denial of service (CVE-2019-11366) (Closes: #927553)
      * Fix error handler stack overflow (CVE-2019-11365) (Closes: #927553)
    
     -- Salvatore Bonaccorso <email address hidden>  Mon, 29 Apr 2019 19:37:52 +0200
  • atftp (0.7.git20120829-3) unstable; urgency=medium
    
      * Ack previous NMU
      * Reload debconf options from /etc/default/atftpd or /etc/inetd.conf
        Patch by Petter Reinholdtsen. Closes: #412185
      * Added watch file. Closes: #831849
    
     -- Ludovic Drolez <email address hidden>  Mon, 05 Sep 2016 19:00:41 +0200
  • atftp (0.7.git20120829-2.1) unstable; urgency=medium
    
      * Non-maintainer upload.
      * Fix "ftbfs with GCC-5": apply patch from Martin Michlmayr to debian/rules:
        use GNU89 inline style, and adjust buildflags handling.
        (Closes: #777783)
    
     -- gregor herrmann <email address hidden>  Sat, 18 Jul 2015 17:09:34 +0200
  • atftp (0.7.git20120829-2) unstable; urgency=low
    
      * atftpd.postinst uses invalid protocol bug fixed. Closes: #688693
      * Fixes for compiler warnings. Closes: #774913, #688471
      * Added large file support. Closes: #774912
    
     -- Ludovic Drolez <email address hidden>  Sat, 20 Jun 2015 19:21:52 +0200
  • atftp (0.7.git20120829-1) unstable; urgency=low
    
    
      * New upstream release from GIT repo.
      * Updated the copyright file
      * Updated pt_BR debconf template. Closes: #661358
      * init.d status support. Closes: #645812
      * hardened the build. Removed CFLAGS from configure.ac
    
     -- Ludovic Drolez <email address hidden>  Wed, 29 Aug 2012 19:14:38 +0200
  • atftp (0.7.dfsg-11) unstable; urgency=low
    
    
      * Fixed a potential DoS bug (introduced by the IPv6 patch)
      * Bug fixed: aftpd does not reply properly when there's more than 1 interface
        Closes: #613582, #258998
      * Updated SK and FI debconf translations. Closes: #621007, #620175
      * Bug fixed: Forgets port if Both --port and --bind-address are used. 
        Closes: #622840
    
     -- Ludovic Drolez <email address hidden>  Wed, 14 Sep 2011 17:36:24 +0200
  • atftp (0.7.dfsg-10) unstable; urgency=low
      * Ack previous NMUs  * Updated Vietnamese and Danish debconf translation.    Closes: #601574, #608446  * Documentation fix. Closes: #540323  * Fixed the error return value on put operation. Closes: #575831  * Fixed the disk full error. Closes: #606969 -- Ludovic Drolez <email address hidden>  Mon, 28 Mar 2011 12:53:10 +0200
  • atftp (0.7.dfsg-9.3) unstable; urgency=low
      * Non-maintainer upload.  * Apply patch listen on requested port when in daemon mode.      Thanks to Len Sorensen.  (Closes: #609813) -- tony mancill <email address hidden>  Wed, 12 Jan 2011 20:58:05 -0800
  • atftp (0.7.dfsg-9.2) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Fixed use of sendto() over a connected datagram socket on FreeBSD
        (closes: #598474).
    
     -- Giovanni Mascellani <email address hidden>  Mon, 04 Oct 2010 16:46:32 +0200
  • atftp (0.7.dfsg-9.1) unstable; urgency=low
    
    
      * Non-maintainer upload.
      * Apply IPv6 support patch by Ben Hutchings. Closes: #580473
      * Add AC_GNU_SOURCE to configure.ac to address FTBFS.
        - Patches applied directly to sources to minimize changes for NMU,
          as the current Debian packaging does not include a patch system.
    
     -- tony mancill <email address hidden>  Wed, 15 Sep 2010 21:24:52 -0700
  • atftp (0.7.dfsg-9) unstable; urgency=medium
    
    
      * urgency=medium RC bug.
      * use rmdir instead of rm in postrm. Closes: #573992, #574211
      * added $remote_fs in Required-Start
    
     -- Ludovic Drolez <email address hidden>  Mon, 29 Mar 2010 18:55:55 +0200
  • atftp (0.7.dfsg-8) unstable; urgency=low
    
    
      * depends on libreadline-dev. Closes: #553729
      * Purge empty dir. Closes: #531282
      * /srv/tftp is now the default tftp root data directory. Closes: #537642
      * Updated cs.po. Closes: #534959
      * Updated config.sub .guess. Closes: #536295
      * Fixed a typo in the help screen. Closes: #537405
      * Make sure we have the --daemon option before starting atftpd. 
        Closes: #535604
    
     -- Ludovic Drolez <email address hidden>  Tue, 21 Aug 2009 17:03:24 +0200
  • atftp (0.7.dfsg-7) unstable; urgency=low
    
    
      * Crash fix. Closes: #514521
      * Updated sv.po. Closes: #503348
      * Added support for logging to stdout. Closes: #484739
      * Added the --listen-local patch. Closes: #366632
      * Recommends inet-superserver. Closes: #516407
    
     -- Ludovic Drolez <email address hidden>  Wed, 01 Apr 2009 17:03:07 +0200
  • atftp (0.7.dfsg-6) unstable; urgency=medium
    
    
      * Urgency = medium because of a grave bug
      * Now generate a cleaner /etc/default/atftpd file. Closes: #489757
      * Do not overwrite /etc/default/atftpd and inetd.conf. Closes: #490152
      * The basedir is now created with proper permissions. Upload
        feature tested. Closes: #489757
      * Updated sv.po. Closes: #491757
    
     -- Ludovic Drolez <email address hidden>  Tue, 22 Jul 2008 19:07:56 +0200