netkit-tftp (0.17-23) unstable; urgency=medium * Add patch to speed up slow NAKs due to compiler fortification. Thanks Bernhard Übelacker for it! (Closes: #935826, #931848, #921959) -- Alberto Gonzalez Iniesta Mon, 11 Nov 2019 17:00:30 +0100 netkit-tftp (0.17-22) unstable; urgency=medium [ Christoph Biedl ] * Move build system to cmake. (Closes: #912133) * Mayor cleanup in debian/ [ Alberto Gonzalez Iniesta ] * Rewrite debian/copyright * Bumped Standards-Version to 4.2.1. No changes. -- Alberto Gonzalez Iniesta Thu, 13 Dec 2018 17:02:57 +0100 netkit-tftp (0.17-21) unstable; urgency=medium * cross.patch: Fix FTCBFS. (Closes: #902969). Thanks Helmut Grohne for the patch. -- Alberto Gonzalez Iniesta Wed, 04 Jul 2018 11:26:25 +0200 netkit-tftp (0.17-20) unstable; urgency=medium * configure: Exit with appropiate return code so that build fails on configure errors. (Closes: #875885) -- Alberto Gonzalez Iniesta Tue, 03 Jul 2018 17:30:38 +0200 netkit-tftp (0.17-19) unstable; urgency=medium * Update tftpd description to warn about missing "tsize". (LP: #327868) * Update README.Debian with default directory (Closes: #609718) * Add patch by Mats Erik Andersson to fix mapped IPv4 in kfreebsd. (Closes: #647238) * debian/source/format: Move to 3.0 (quilt) * debian/patches/memory_corruption.patch: fix FORTIFY-detected potential memory corruption Patch by Kees Cook. (LP: #691345) * Bumped Standards-Version to 4.1.4, no changes needed. * debian/compat: Bumped to 11. Updated debhelper version dependency * Fix manpage warning. Other lintian cleanups -- Alberto Gonzalez Iniesta Tue, 03 Jul 2018 10:55:34 +0200 netkit-tftp (0.17-18) unstable; urgency=low * debian/control: added ${misc:Depends} to binary packages * debian/compat: moved to 7 * Add IPv6 support, once again thanks to Mats Erik Andersson. (Closes: #536509) * Patch from Ubuntu (Closes: #494309), thanks Stefan Lesicnik: - Return ENOTFOUND instead of EUNDEF for files that do not exist - Adds debian/watch file (even when they won't happen...) - debian/rules: Removes sed which adds -g (debug) option to gcc * Removed '-s' from install calls in Makefiles and added dh_strip. (Closes: #437617) -- Alberto Gonzalez Iniesta Fri, 24 Sep 2010 18:05:54 +0200 netkit-tftp (0.17-17) unstable; urgency=low * Require hostname for connection name (Closes: #375365) Thanks Michael Welle for the patch. * Don't reset the socket before sending last ACK. (Closes: #351403) Thanks Michael Welle for the patch. * Don't ignore make clean errors to make lintian happy. -- Alberto Gonzalez Iniesta Tue, 30 Dec 2008 15:03:15 +0100 netkit-tftp (0.17-16) unstable; urgency=high * tftpd.c: Fixed security bug that made tftpd serve files from the filesystem root directory when the tftpd root directory was wrongly specified. Thanks Tomasz Nowiński for finding this out. * tftpd.c: Return 1 (File Not Found) instead of 0 (Not defined) to conform to TFTP RFC. * Revert patch that allowed uploading NEW files to the server. Behaving just like the man page states (Closes: #335200) * Bumped Standards-Version to 3.8.0.0, no change. * Removed debian/tftpd.prerm, no need for it. * Removed inetd entry on package removal (Closes: #351867) * Replaced netbase Depends with openbsd-inetd | inet-superserver. (Closes: #401888) * Mention in package description that tftpd is not suitable for PXE booting. (Closes: #401288) -- Alberto Gonzalez Iniesta Tue, 05 Aug 2008 13:15:15 +0200 netkit-tftp (0.17-15) unstable; urgency=low * tftpd/tftpd.c: Fixed file mode when new files are uploaded. -- Alberto Gonzalez Iniesta Fri, 14 Oct 2005 11:33:37 +0200 netkit-tftp (0.17-14) unstable; urgency=low * Fix dyslexia problem. Actually made the default directory /srv/tftp. * tftpd/tftpd.c patched to allow uploading files that didn't exist previously on the server. Thanks Rodrigo Steinmüller Wanderley for finding this out and the patch. * Bumped Standards-Version to 3.6.2.0, no change. * Moved to debhelper compatibility 4. Created debian/compat. -- Alberto Gonzalez Iniesta Thu, 13 Oct 2005 12:14:55 +0200 netkit-tftp (0.17-13) unstable; urgency=low * Fixed typo in man page. (Closes: #310347) * Changed default tftpd directory to /svr/tftp (Closes: #255204) -- Alberto Gonzalez Iniesta Tue, 12 Jul 2005 19:44:36 +0200 netkit-tftp (0.17-12) unstable; urgency=low * Changed maintainer email address * Reworded tftp and tftpd Descriptions -- Alberto Gonzalez Iniesta Fri, 25 Mar 2005 19:05:49 +0100 netkit-tftp (0.17-11) unstable; urgency=low * New Maintainer. (Closes: #249716) * Added Depends on netbase to tftp. (Closes: #245764) * Added versioned Build-Depends on debhelper. * Bumped Standards-Version to 3.6.1, no change. -- Alberto Gonzalez Iniesta Wed, 19 May 2004 09:41:49 +0200 netkit-tftp (0.17-10) unstable; urgency=low * Fixed inetd service name in prerm/postrm (closes: #171178). -- Herbert Xu Sun, 22 Dec 2002 15:48:30 +1100 netkit-tftp (0.17-9) unstable; urgency=low * Always reopen socket after a get/put in tftp (closes: #130292). -- Herbert Xu Wed, 30 Jan 2002 20:56:47 +1100 netkit-tftp (0.17-8) unstable; urgency=low * Reopen socket on all errors in tftp (closes: #130292). -- Herbert Xu Mon, 28 Jan 2002 21:43:17 +1100 netkit-tftp (0.17-7) unstable; urgency=low * Call synchnet on all errors in tftp (closes: #130292). -- Herbert Xu Fri, 25 Jan 2002 19:06:31 +1100 netkit-tftp (0.17-6) unstable; urgency=low * Added note about default tftp location in README.Debian (closes: #121522). -- Herbert Xu Sat, 22 Dec 2001 13:07:55 +1100 netkit-tftp (0.17-5) unstable; urgency=low * Fixed loop condition in sendfile (closes: #92231). -- Herbert Xu Mon, 2 Apr 2001 21:38:15 +1000 netkit-tftp (0.17-4) unstable; urgency=low * Use arpa/tftp.h from glibc (closes: #88346). -- Herbert Xu Sun, 4 Mar 2001 10:23:45 +1100 netkit-tftp (0.17-3) unstable; urgency=low * Restored block == 1 check that was removed in 0.17 (closes: #88286). -- Herbert Xu Sat, 3 Mar 2001 10:19:40 +1100 netkit-tftp (0.17-2) unstable; urgency=low * Removed emacsism in this very file (closes: #74272). * Merged option processing changes from Ian Jackson (closes: #74273). -- Herbert Xu Sat, 21 Oct 2000 12:12:28 +1100 netkit-tftp (0.17-1) unstable; urgency=low * New upstream release. -- Herbert Xu Sat, 12 Aug 2000 12:04:31 +1000 netkit-tftp (0.10-1) unstable; urgency=low * Initial Release. * Based on netkit-tftp (closes: #39450). * Implemented -n and -s (closes: #23917). Note that -s was done without chroot. Instead all absolute filenames are treated as relative ones. -- Herbert Xu Tue, 26 Oct 1999 12:23:51 +1000