Changelog for
atftp-debuginfo-0.7.0-147.3.test.1.i586.rpm :
* Thu Nov 03 2011 vcizekAATTsuse.com- fixed the \"Sorcerer\'s Apprentice Syndrome\" bug (bnc#727843)
* Tue Sep 06 2011 vcizekAATTsuse.com- added missing PreReq: pwdutils (bnc#683140)
* Fri Oct 29 2010 chrisAATTcomputersalat.de- cleanup spec o RPM_BUILD_ROOT vs buildroot- fix pre o no check before addding group/user (darix)- fix files o provide /srv/tftpboot- modify sysconfig o provide defaults (darix)
* Wed Oct 13 2010 chrisAATTcomputersalat.de- modified init/sysconfig file o set defaults in init file- added default group/user tftp:tftp (bnc#472282)- added /srv/tftpboot as default ATFTPD_DIRECTORY (bnc#248008,507011)- added logrotate script o --logfile /var/log/atftpd/atftp.log- added missing README.MCAST, README.PCRE- some rpmlint stuff o fixed missing-dependency-to-logrotate o fixed init non-remote_fs-dependency o fixed init no-reload-entry o fixed non-conffile-in-etc
* Wed Sep 22 2010 cristian.rodriguezAATTopensuse.org- add missing pcre-devel to build Requires (bnc#537425)
* Fri Sep 12 2008 mrueckertAATTsuse.de- add atftpd-0.7_circumvent_tftp_size_restrictions.patch: allow block counts higher than 65536 (Fate#303031)- replace network with remote_fs in the init script dependencies
* Fri Aug 22 2008 roAATTsuse.de- change fillup_and_insserv to fillup_only (not active by default)
* Thu Apr 03 2008 mrueckertAATTsuse.de- added atftpd-0.7_unprotected_assignments_crash.patch: (bnc#291884) under high load atftpd dies as data access wasnt always protected with a mutex.
* Thu Jun 21 2007 adrianAATTsuse.de- fix changelog entry order
* Mon Jan 22 2007 mrueckertAATTsuse.de- added atftp-0.7_bug-213384_OPT_NUMBER.patch: \"atftpd incorrectly sends OACK (option acknowledge) packets\" (#213384,#80441)
* Mon Jul 31 2006 mrueckertAATTsuse.de- added /var/run/atftpd/ (0755,nobody,nogroup): at ftp can finally create pid files the default pid file for a single instance will be /var/run/atftpd/pid- added support to run multiple instances of atftpd bound to specific IP addresses:
* new sysconfig variable ATFTPD_BIND_ADDRESSES: whitespace seperated list of ip addresses.
* each instance has its own pid file /var/run/atftpd/$ip.pid
* Sat Jul 01 2006 mrueckertAATTsuse.de- bump the version number to 0.7.0: This fix is needed because 0.7 < 0.7cvs. Replaced %{version} with %{pkg_version} everywhere. %{pkg_version} holds the original value of 0.7.
* Thu Mar 30 2006 mrueckertAATTsuse.de- added atftp-0.7_compiler_warnings.patch: o missing include of pthread.h o make the the 1st parameter of tftp_mtftp_missed_packet unsigned int to fix a differ in signedness warning o configure overwrote the CFLAGS from the environment. o fixed logging of threadids- added atftp-0.7_thread_crash.patch: fixes http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=271816- added atftp-0.7_sol_ip.patch: only use the SOL_IP if it is defined- updated atftp-0.7.dif: o really always run through the whole bitmap to find old holes. (bug #148779, #65660)
* Wed Jan 25 2006 mlsAATTsuse.de- converted neededforbuild to BuildRequires
* Tue Dec 20 2005 roAATTsuse.de- define CLK_TCK if not already done
* Thu Mar 03 2005 nashifAATTsuse.de- Applied patch from #65660: transfer breaks down if packets get dropped
* Thu Mar 03 2005 nashifAATTsuse.de- According to #65660 memory allocation issue not present anymore
* Sun Feb 13 2005 nashifAATTsuse.de- fixed segfault on x86_64
* Tue Nov 16 2004 roAATTsuse.de- merge old changelog entries (after checking all fixes are here)- removed also destdir.patch (included upstream)
* Fri Nov 12 2004 jhargadoAATTsuse.de- Added a patch to fix a problem where if a client requests a file that doesn\'t exist, sometimes the daemon would exit without warning. The .7 version of atftp is needed in SLRS to allow HA functionality. This package is only included in the SLRS distribution.
* Sat Sep 11 2004 kukukAATTsuse.de- Adjust to new glibc __THROW define
* Mon Apr 12 2004 nashifAATTsuse.de- update to 0.7 final - when called in batch mode, return right exit code if operation fails.
* Tue Mar 09 2004 msAATTsuse.de- include timeout patch: We finally got a network trace with the ACKs included. When the client fails the checksum, it stops acking the server. This was occurring anywhere from the middle to the end of the 730MB download. It boils down to slower systems are taking to long to write the network data to the disk and in the meanwhile the tftp timeout value is incrementing and when it reaches 5 tftp timeouts, the clients gives up!! Dan added code to reset the timeout counter when the client received another good packet. With this fix, the clients, even slow clients never failed. We think adding more memory to the slower clients made the problem worse because it took longer to write the memory cache out to the disk and caused more timeouts. While trying to cause more timeouts on the clients (we paused the client in the middle of the download), we noticed the server code has the same timeout scheme so Dan also added this code to reset the timeout counter when good packets were received. These fixes look solid, even under error conditions.
* Mon Mar 01 2004 nashifAATTsuse.de- Update to 0.7 cvs
* Thu Feb 19 2004 kukukAATTsuse.de- Cleanup neededforbuild
* Wed Feb 04 2004 msAATTsuse.de- according to Anas Nashif
the current version 0.6.2 includes the fix for bug (#27341). buffer overflow when a long filename is sent to the server
* Wed Feb 04 2004 msAATTsuse.de- include version 0.6.2 to SLES8 includes important multicast fixes related to project Point-of-Sale (#34074)
* Sat Jan 10 2004 adrianAATTsuse.de- build as user
* Fri Aug 29 2003 nashifAATTsuse.de- Provide default tftp directory
* Fri Aug 01 2003 nashifAATTsuse.de- update to 0.6.2- Fixes bug #27341- Readded conflict to tftp
* Wed May 28 2003 nashifAATTsuse.de- Removed conflict to tftp- added manpages as doc files
* Mon May 26 2003 lmuelleAATTsuse.de- Remove set -e from init script; exit with rc 5 if binary is not installed
* Wed Jan 01 2003 nashifAATTsuse.de- Fixed bug #22614: missing metadata in sysconfig template
* Sat Sep 14 2002 nashifAATTsuse.de- Added missing restart to init script
* Fri Aug 30 2002 nashifAATTsuse.de- Fixed bug #18661: Removed ; from sysconfig file
* Sat Aug 17 2002 nashifAATTsuse.de- Fixed bug #17793: Added PreReq- Fixed init script output
* Sun Jun 09 2002 nashifAATTsuse.de- Update to version 0.6.1.1
* Sat Apr 13 2002 nashifAATTsuse.de- Use tftp_LDADD for libraries instead of LDFLAGS
* Sat Mar 23 2002 nashifAATTsuse.de- Initial release (0.50)