Debian Package Tracker
Register | Log in
Subscribe

atftp

advanced TFTP client

Choose email to subscribe with

general
  • source: atftp (main)
  • version: 0.8.0-8
  • maintainer: Ludovic Drolez (DMD)
  • uploaders: Andreas B. Mundt [DMD]
  • arch: any
  • std-ver: 4.7.2
  • VCS: Git (Browse, QA)
versions [more versions can be listed by madison] [old versions available from snapshot.debian.org]
[pool directory]
  • o-o-stable: 0.7.git20120829-3.3+deb11u2
  • oldstable: 0.8.0-3
  • stable: 0.8.0-8
  • testing: 0.8.0-8
  • unstable: 0.8.0-8
versioned links
  • 0.7.git20120829-3.3+deb11u2: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.8.0-3: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
  • 0.8.0-8: [.dsc, use dget on this link to retrieve source package] [changelog] [copyright] [rules] [control]
binaries
  • atftp (3 bugs: 0, 1, 2, 0)
  • atftpd (5 bugs: 0, 1, 4, 0)
action needed
A new upstream version is available: 0.8.1 high
A new upstream version 0.8.1 is available, you should consider packaging it.
Created: 2026-04-15 Last update: 2026-05-11 19:33
3 bugs tagged patch in the BTS normal
The BTS contains patches fixing 3 bugs, consider including or untagging them.
Created: 2026-04-06 Last update: 2026-05-12 00:00
Fails to build during reproducibility testing normal
A package building reproducibly enables third parties to verify that the source matches the distributed binaries. It has been identified that this source package produced different results, failed to build or had other issues in a test environment. Please read about how to improve the situation!
Created: 2026-05-05 Last update: 2026-05-11 22:17
version in VCS is newer than in repository, is it time to upload? normal
vcswatch reports that this package seems to have a new changelog entry (version 0.8.1-1, distribution UNRELEASED) and new commits in its VCS. You should consider whether it's time to make an upload.

Here are the relevant commit messages:
commit d2b49eca5f22c003515e465bdc8aa0fe99561337
Author: Andreas B. Mundt <andi@debian.org>
Date:   Thu Apr 16 21:09:19 2026 +0200

    Fix FTCBFS.  Thanks Helmut Grohne <helmut@subdivi.de> for the patch

commit bf502ef0b1094cc771ff711a8df28136f689611f
Author: Andreas B. Mundt <andi@debian.org>
Date:   Thu Apr 16 20:48:05 2026 +0200

    Add chinese debconf translations

commit 5b187a659dd50791b2f2133678aaa1495dbd74b5
Author: Andreas B. Mundt <andi@debian.org>
Date:   Thu Apr 16 20:40:48 2026 +0200

    Update french debconf translation

commit 788b9d930ecc10ca22ccb0b501058d618067b3e2
Author: Andreas B. Mundt <andi@debian.org>
Date:   Wed Apr 15 21:07:58 2026 +0200

    Prepare new upstream release

commit fa379be1ab89d3ad3b0359d25b617d099b1fc756
Author: Andreas B. Mundt <andi@debian.org>
Date:   Wed Apr 15 21:29:12 2026 +0200

    Bump Standards-Version to 4.7.4 and remove some fields in debian/control

commit 51399c1dc9bb3c2aa885f8efd6f2b4e3d40cd872
Author: Andreas B. Mundt <andi@debian.org>
Date:   Wed Apr 15 21:11:16 2026 +0200

    Documentation is included in README.md now

commit 904da4aa5a77be7933f8fb04de1381652feae630
Author: Andreas B. Mundt <andi@debian.org>
Date:   Wed Apr 15 21:04:27 2026 +0200

    Remove all patches applied upstream

commit a875d866c40e675999c7fcdc4ded209afcdcf23e
Merge: 3bd3879 5b594d8
Author: Andreas B. Mundt <andi@debian.org>
Date:   Wed Apr 15 20:49:54 2026 +0200

    Update upstream source from tag 'upstream/0.8.1'
    
    Update to upstream version '0.8.1'
    with Debian dir f057cc760d2dd676f933c5c69dea9aa89298b8c5

commit 5b594d839752d6dfbe5985a38da84870fd93fbf1
Author: Andreas B. Mundt <andi@debian.org>
Date:   Wed Apr 15 20:49:54 2026 +0200

    New upstream version 0.8.1

commit 3bd3879a092c64d138e41e534502c0ddd0e62e49
Merge: e01307e 6ac78fc
Author: Andreas B. Mundt <andi@debian.org>
Date:   Thu Sep 4 11:12:51 2025 +0000

    Merge branch 'patch-1' into 'master'
    
    Update Italian translation
    
    See merge request debian/atftp!4

commit 6ac78fc22c68adc6089dd2e9f7e911a652e270b9
Author: Luca <luca.mo@tiscali.it>
Date:   Sat Aug 23 16:47:12 2025 +0200

    Italian translation updated

commit c68a89b10dc9130766420ddd218564dcc99583cf
Author: Martin Dummer <md11@users.sourceforge.net>
Date:   Sun Oct 24 21:54:11 2021 +0200

    autoconf: modify autogen.sh
    
    remove unnecessary file config.h.in from repo
    adjust .gitignore
    fix autogen.sh - add arguments to create more files
    
    Signed-off-by: Martin Dummer <md11@users.sourceforge.net>

commit 94521a8fb7c4d990f2f3f4c073aa20169c346c5d
Author: Martin Dummer <md11@users.sourceforge.net>
Date:   Sat Oct 23 23:21:08 2021 +0200

    atftp.1: add more examples for options
    
    Signed-off-by: Martin Dummer <md11@users.sourceforge.net>

commit 440007169ffd45cd588007ef846a2bdbfd6ffed6
Author: Andreas B. Mundt <andi@debian.org>
Date:   Sat Oct 23 21:21:48 2021 +0200

    Add a simple congestion control
    
    I implemented some kind of simple congestion control on top of the other patches:
    When windows are not completely received because frames got lost, the delay
    between the datagrams sent within a window is increased by 10us. If a window
    is transferred fine, a non-zero delay is decreased by 1us
    
    Signed-off-by: Martin Dummer <md11@users.sourceforge.net>

commit bc41116b8bffa9ba8df8b709db8e353a241e7ae1
Author: Andreas B. Mundt <andi@debian.org>
Date:   Mon Oct 18 23:52:11 2021 +0200

    Do some cosmetic changes
    
    Signed-off-by: Martin Dummer <md11@users.sourceforge.net>

commit 8d301cea6f0f7b1cd56ea60c49e5907d7f6fbb51
Author: Andreas B. Mundt <andi@debian.org>
Date:   Mon Oct 18 23:51:04 2021 +0200

    Add windowsize option as described in RFC7440
    
    RFC7440 describes a TFTP option that allows the client and server
    to negotiate a window size of consecutive blocks to send as an
    alternative for replacing the single-block lockstep schema.
    
    The new option is default enabled, and can be turned off as a
    configurable option.
    
    Signed-off-by: Martin Dummer <md11@users.sourceforge.net>
Created: 2025-09-04 Last update: 2026-05-10 23:01
Standards version of the package is outdated. wishlist
The package should be updated to follow the last version of Debian Policy (Standards-Version 4.7.4 instead of 4.7.2).
Created: 2025-12-23 Last update: 2026-03-31 15:01
news
[rss feed]
  • [2025-05-29] atftp 0.8.0-8 MIGRATED to testing (Debian testing watch)
  • [2025-05-08] Accepted atftp 0.8.0-8 (source) into unstable (Andreas B. Mundt)
  • [2025-03-25] atftp 0.8.0-7 MIGRATED to testing (Debian testing watch)
  • [2025-03-22] Accepted atftp 0.8.0-7 (source) into unstable (Andreas B. Mundt)
  • [2025-01-17] atftp 0.8.0-6 MIGRATED to testing (Debian testing watch)
  • [2025-01-11] Accepted atftp 0.8.0-6 (source) into unstable (Andreas B. Mundt)
  • [2024-06-27] atftp 0.8.0-5 MIGRATED to testing (Debian testing watch)
  • [2024-06-21] Accepted atftp 0.8.0-5 (source) into unstable (Andreas B. Mundt)
  • [2024-05-29] Accepted atftp 0.8.0-4 (source) into unstable (Andreas B. Mundt)
  • [2023-03-02] atftp 0.8.0-3 MIGRATED to testing (Debian testing watch)
  • [2023-02-19] Accepted atftp 0.8.0-3 (source) into unstable (Andreas B. Mundt)
  • [2022-12-23] atftp 0.8.0-2 MIGRATED to testing (Debian testing watch)
  • [2022-12-21] Accepted atftp 0.8.0-2 (source) into unstable (Andreas B. Mundt)
  • [2022-09-10] Accepted atftp 0.8.0-1~bpo11+1 (source) into bullseye-backports (Andreas B. Mundt)
  • [2022-09-10] atftp 0.8.0-1 MIGRATED to testing (Debian testing watch)
  • [2022-09-07] Accepted atftp 0.8.0-1 (source) into unstable (Andreas B. Mundt)
  • [2022-08-22] Accepted atftp 0.7.git20210915-6~bpo11+1 (source) into bullseye-backports (Andreas B. Mundt)
  • [2022-08-20] atftp 0.7.git20210915-6 MIGRATED to testing (Debian testing watch)
  • [2022-08-18] Accepted atftp 0.7.git20210915-6 (source) into unstable (Andreas B. Mundt)
  • [2022-08-16] atftp 0.7.git20210915-5 MIGRATED to testing (Debian testing watch)
  • [2022-08-16] atftp 0.7.git20210915-5 MIGRATED to testing (Debian testing watch)
  • [2022-08-12] Accepted atftp 0.7.git20210915-5 (source) into unstable (Andreas B. Mundt)
  • [2022-05-26] Accepted atftp 0.7.git20120829-3.1~deb9u3 (source amd64) into oldoldstable (Thorsten Alteholz)
  • [2022-02-23] Accepted atftp 0.7.git20210915-4~bpo11+1 (source amd64) into bullseye-backports, bullseye-backports (Debian FTP Masters) (signed by: Andreas B. Mundt)
  • [2022-02-16] atftp 0.7.git20210915-4 MIGRATED to testing (Debian testing watch)
  • [2022-02-13] Accepted atftp 0.7.git20120829-3.2~deb10u3 (source) into oldstable-proposed-updates->oldstable-new, oldstable-proposed-updates (Debian FTP Masters) (signed by: Andreas B. Mundt)
  • [2022-02-13] Accepted atftp 0.7.git20210915-4 (source) into unstable (Andreas B. Mundt)
  • [2022-02-13] Accepted atftp 0.7.git20120829-3.3+deb11u2 (source) into proposed-updates->stable-new, proposed-updates (Debian FTP Masters) (signed by: Andreas B. Mundt)
  • [2022-01-01] atftp 0.7.git20210915-3 MIGRATED to testing (Debian testing watch)
  • [2021-12-29] Accepted atftp 0.7.git20210915-3 (source) into unstable (Andreas B. Mundt)
  • 1
  • 2
bugs [bug history graph]
  • all: 8 9
  • RC: 0
  • I&N: 3
  • M&W: 5 6
  • F&P: 0
  • patch: 3
links
  • homepage
  • lintian
  • buildd: logs, reproducibility, cross
  • popcon
  • browse source code
  • other distros
  • security tracker
  • l10n (92, -)
  • debian patches
  • debci
ubuntu Ubuntu logo [Information about Ubuntu for Debian Developers]
  • version: 0.8.0-8build1

Debian Package Tracker — Copyright 2013-2025 The Distro Tracker Developers
Report problems to the tracker.debian.org pseudo-package in the Debian BTS.
Documentation — Bugs — Git Repository — Contributing