1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409
|
atftp (0.7.git20120829-3.1~deb9u1) stretch-security; urgency=high
* Non-maintainer upload by the Security Team.
* Rebuild for stretch-security.
-- Salvatore Bonaccorso <carnil@debian.org> Fri, 03 May 2019 18:51:14 +0200
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 <carnil@debian.org> 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 <ldrolez@debian.org> 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 <gregoa@debian.org> 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 <ldrolez@debian.org> 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 <ldrolez@debian.org> 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 <ldrolez@debian.org> 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 <ldrolez@debian.org> 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 <tmancill@debian.org> 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 <gio@debian.org> 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 <tmancill@debian.org> 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 <ldrolez@debian.org> 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 <ldrolez@debian.org> 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 <ldrolez@debian.org> 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 <ldrolez@debian.org> Tue, 22 Jul 2008 19:07:56 +0200
atftp (0.7.dfsg-5) unstable; urgency=medium
* inetd.conf: change udp to udp4. Closes: #484932
* fixed pcre substitutions. Closes: #473777
-- Ludovic Drolez <ldrolez@debian.org> Fri, 13 Jun 2008 16:00:57 +0200
atftp (0.7.dfsg-4) unstable; urgency=medium
* Urgency=medium because of RC bug fixed
* Choosed /var/lib/tftpboot as default tftp directory, and removed
the provides field. Closes: #455263, #411322
* Moved the watch file. Closes: #449674
* Fixed incorrect options handling thanks to Hollis Blanchard.
Closes: #332621
* Updated pt.po. Closes: #443653
-- Ludovic Drolez <ldrolez@debian.org> Tue, 18 Dec 2007 18:49:33 +0100
atftp (0.7.dfsg-3) unstable; urgency=high
* Removed the inetd dependency.
* Added Leo Weppelman select patch. Closes: #411456
* Fixed the FTBFS. Closes: #436310
-- Ludovic Drolez <ldrolez@debian.org> Mon, 6 Aug 2007 20:52:06 +0200
atftp (0.7.dfsg-2) unstable; urgency=medium
* Use CLOCKS_PER_SEC instead of CLK_TCK. Fixed a FTBFS. Closes: #420900
* Re-added a kFreeBSD patch lost by a NMU !!! Closes: #404063, #402700
* New debconf translations. Closes: #410212, #414112, #422416
-- Ludovic Drolez <ldrolez@debian.org> Fri, 18 May 2007 17:59:01 +0200
atftp (0.7.dfsg-1.2) unstable; urgency=low
* Non-maintainer upload to fix a pending l10n issues that affects the
experimental Debian i18n server.
* Debconf translations:
- Japanese fixed. Closes: #410525
-- Christian Perrier <bubulle@debian.org> Sun, 11 Feb 2007 15:08:39 +0100
atftp (0.7.dfsg-1.1) unstable; urgency=low
* Non-maintainer upload to fix longstanding l10n issues
* Debconf templates translations:
- German updated. Closes: #399964
- Japanense updated. Closes: #402616
- Dutch updated. Closes: #392215
- French updated. Closes: #393740
- Russian updated. Closes: #404426
- Spanish updated. Closes: #402098
-- Christian Perrier <bubulle@debian.org> Sat, 20 Jan 2007 12:48:31 +0100
atftp (0.7.dfsg-1) unstable; urgency=medium
* Integrated the NMUs. Closes: #382683, #365188, #389830
* If netbase is not installed, then we don't need to use update-inetd.
Closes: #388295
* Bump Standards-Version to 3.7.2.
* Add debconf-updatepo to the rules.
* Russian translation of debconf messages thanks to Yuri Kozlov.
Closes: #368498
-- Ludovic Drolez <ldrolez@debian.org> Mon, 2 Oct 2006 00:31:23 +0200
atftp (0.7.dfsg-0.2) unstable; urgency=low
* Non-maintainer upload.
* debian/control: Remove netkit-inetd recommends, and make the netbase
dependency versioned. netbase provides the appropriate inetd
dependency. Closes: #382683.
-- Roger Leigh <rleigh@debian.org> Sun, 20 Aug 2006 17:11:26 +0100
atftp (0.7.dfsg-0.1) unstable; urgency=low
* Non-maintainer upload.
* Repackage upstream without RFC (Closes: #365188)
-- Julien Danjou <acid@debian.org> Thu, 1 Jun 2006 15:53:11 +0200
atftp (0.7-11) unstable; urgency=low
* added a patch for freebsd. Closes: #342391
* added debconf Portuguese translation. Closes: #342284
-- Ludovic Drolez <ldrolez@debian.org> Tue, 13 Dec 2005 16:29:05 +0100
atftp (0.7-10) unstable; urgency=low
* DH_COMPAT=4 and added ${misc:Depends}. Closes: #331747
* Debconf Swedish translation update. Closes: #330263
-- Ludovic Drolez <ldrolez@debian.org> Fri, 7 Oct 2005 15:00:35 +0200
atftp (0.7-9) unstable; urgency=medium
* Random segfaults fixed. Closes: #271816
* Now only recommend netkid-inetd. Closes: #313208
* Updated the Vietnamese debconf translation. Closes: #313122
-- Ludovic Drolez <ldrolez@debian.org> Tue, 21 Jun 2005 21:51:23 +0200
atftp (0.7-8) unstable; urgency=low
* Typos removed from atftpd.templates. Closes: #309468
* Added the Vietnamese translation for debconf. Closes: #309461
* Thanks to Clytie Siddall for submitting the two bugs above.
-- Ludovic Drolez <ldrolez@debian.org> Tue, 7 Jun 2005 21:31:25 +0200
atftp (0.7-7) unstable; urgency=low
* Fixed a FTBFS on amd64. Closes: #297549
* Added Japanese and Brazilian debconf translations. Closes: #304280,#297038
-- Ludovic Drolez <ldrolez@debian.org> Tue, 12 Apr 2005 12:55:47 +0200
atftp (0.7-6) unstable; urgency=low
* Segfault fixed on AMD64. Closes: Bug#291829
* debian 'watch' file added.
-- Ludovic Drolez <ldrolez@debian.org> Wed, 26 Jan 2005 19:12:44 +0100
atftp (0.7-5) unstable; urgency=high
* Ugency=high because of a RC bug fixed.
* Removed a bashism in the postinst. Closes: #289633
* Czech po-debconf translation added by Miroslav Kure. Closes: #288014
* Danish po-debconf translation added by Morten Brix Pedersen.
Closes: #288133
* Copyright fixed. Closes: #290062
-- Ludovic Drolez <ldrolez@debian.org> Tue, 11 Jan 2005 12:19:27 +0100
atftp (0.7-4) unstable; urgency=low
* updated all po-debconf translations. Closes: #281561
* polish debconf translation added. Thanks to Bartosz Fenski.
* added debconf support for setting the multicast TTL value
* default mcast subnet changed to 239.239.239.0/24 since some routers
do not seem to like 239.255.0.0/24
-- Ludovic Drolez <ldrolez@debian.org> Mon, 28 Dec 2004 19:11:57 +0100
atftp (0.7-3) unstable; urgency=low
* /etc/default/atftpd removed on purge. Closes: #279707
* purging stops atftpd. Closes: #275258
* punctuation modified. Closes: #275692
* updated the German debconf translation. Closes: #275691
-- Ludovic Drolez <ldrolez@debian.org> Fri, 5 Nov 2004 14:32:57 +0100
atftp (0.7-2) unstable; urgency=medium
* Patched tftp.c, to have an exit status !=0 when an error occurs
* Data corruption bug in multicast mode fixed. Closes: #275052
Urgency set to medium because of this bug.
* Typos in description corrected. Closes: #272565
* Dutch debconf translation added. Closes: #245913
* Debconf: removed the initial question and changed priority
levels. Closes: #266329
-- Ludovic Drolez <ldrolez@debian.org> Sun, 26 Sep 2004 14:25:40 +0200
atftp (0.7-1) unstable; urgency=low
* New maintainer. Closes: Bug#227258.
* New release. Closes: Bug#263221, Bug#155300, Bug#180461, Bug#238196.
-- Ludovic Drolez <ldrolez@debian.org> Tue, 14 Sep 2004 18:50:20 +0200
atftp (0.6.2) unstable; urgency=low
* Fixed local and remote buffer overflow (Closes: #196304)
-- Remi Lefebvre <remi@debian.org> Sun, 15 Jun 2003 16:26:13 -0400
atftp (0.6.1.1) unstable; urgency=low
* NMU
* New config.guess, config.sub. Add libwrap-dev to build-depends.
Closes: #142949
-- LaMont Jones <lamont@debian.org> Wed, 24 Apr 2002 00:23:52 -0600
atftp (0.6.1) unstable; urgency=low
* Fixed French translations for real this time (Closes: #136339).
-- Remi Lefebvre <remi@debian.org> Sun, 13 Apr 2002 14:09:23 -0500
atftp (0.6) unstable; urgency=low
* Update of German translations (Thanks to Christian Neumair)
(Closes: #139080)
* Update of French translations (Thanks to Denis Barbier) (Closes: #136339).
* Fix autoconf issue related to RedHat
* Fix bug associated with very small value of blksize
* Fix server to allow logging to stdout and stderr in daemon mode
* Add --no-fork option for use in conjonction with --daemon
* Add command line option to overide the default nobody.nogroup user
* Fix bug where server segfault if nobody.nogroup doesn't exist
* Fix grave bug with libwrap support causing server to segfault
-- Remi Lefebvre <remi@debian.org> Sun, 31 Mar 2002 13:55:54 -0500
atftp (0.5) unstable; urgency=low
* Filename length limit increased (Closes: #124052).
* General bug fixes.
* Autoconf enhancement.
* Libwrap support (for spawned thread).
* Multicast support (not tested thoroughly).
* Be less picky about removing existing tftp entries in inetd.conf
(Closes: #107053).
* General spelling fixes in the english templates (Closes: #109475).
* Swedish templates (Thanks to Martin Sjogren) (Closes: #109523).
* Portuguese templates (Thanks to Andre Luis Lopes) (Closes: #107042).
-- Remi Lefebvre <remi@debian.org> Sat, 18 Aug 2001 23:13:25 -0400
atftp (0.4) unstable; urgency=low
* Now handle SIGINT and SIGTERM in the client and server.
* Improved readline support.
* Added status info in the client.
* Added daemon mode.
* Added spanish templates (Thanks to Carlos Valdivia Yague) (Closes: #103043).
* Added "Provides: tftpd" (Closes: #100676).
* Added french templates.
* Added german templates (Thanks to Sebastian Feltel) (Closes: #100066).
* Fixed config script (Closes: #93398).
* Moved over to autoconf (Thanks to Jeffrey Fulmer).
-- Remi Lefebvre <remi@debian.org> Sat, 16 Jun 2001 01:27:27 -0500
atftp (0.3) unstable; urgency=low
* Fixed format string bug.
* Fixed an uninitialised variable bug.
* Fixed name resolution.
-- Remi Lefebvre <remi@debian.org> Sun, 11 Feb 2001 13:08:34 -0500
atftp (0.2) unstable; urgency=low
* Add statistics collecting functions to the server.
* Added support for debconf.
* Bugfixes.
-- Remi Lefebvre <remi@debian.org> Wed, 27 Dec 2000 11:44:02 -0500
atftp (0.1) unstable; urgency=low
* Initial Release (Closes: #69486).
-- Remi Lefebvre <remi@debian.org> Fri, 30 Jun 2000 14:32:15 -0400
Local variables:
mode: debian-changelog
End:
|