File atftp.changes of Package atftp

-------------------------------------------------------------------
Thu Apr  3 15:57:09 CEST 2008 - mrueckert@suse.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 15:37:53 CEST 2007 - adrian@suse.de

- fix changelog entry order

-------------------------------------------------------------------
Mon Jan 22 18:33:44 CET 2007 - mrueckert@suse.de

- added atftp-0.7_bug-213384_OPT_NUMBER.patch:
  "atftpd incorrectly sends OACK (option acknowledge) packets"
  (#213384,#80441)

-------------------------------------------------------------------
Mon Jul 31 16:16:43 CEST 2006 - mrueckert@suse.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  1 04:54:51 CEST 2006 - mrueckert@suse.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 18:32:19 CEST 2006 - mrueckert@suse.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 21:34:30 CET 2006 - mls@suse.de

- converted neededforbuild to BuildRequires

-------------------------------------------------------------------
Tue Dec 20 11:56:43 CET 2005 - ro@suse.de

- define CLK_TCK if not already done 

-------------------------------------------------------------------
Thu Mar  3 19:12:15 CET 2005 - nashif@suse.de

- Applied patch from #65660: transfer breaks down if packets get
  dropped

-------------------------------------------------------------------
Thu Mar  3 19:06:48 CET 2005 - nashif@suse.de

- According to #65660 memory allocation issue not present anymore

-------------------------------------------------------------------
Sun Feb 13 21:46:53 CET 2005 - nashif@suse.de

- fixed segfault on x86_64

-------------------------------------------------------------------
Tue Nov 16 06:44:58 CET 2004 - ro@suse.de

- merge old changelog entries (after checking all fixes are here)
- removed also destdir.patch (included upstream)

-------------------------------------------------------------------
Fri Nov 12 19:17:31 CET 2004 - jhargado@suse.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 17:21:40 CEST 2004 - kukuk@suse.de
- Adjust to new glibc __THROW define

-------------------------------------------------------------------
Mon Apr 12 03:05:46 CEST 2004 - nashif@suse.de

- update to 0.7 final
  - when called in batch mode, return right exit code if
    operation fails.

-------------------------------------------------------------------
Tue Mar  9 15:23:01 CET 2004 - ms@suse.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  1 05:33:58 CET 2004 - nashif@suse.de

- Update to 0.7 cvs

-------------------------------------------------------------------
Thu Feb 19 10:50:20 CET 2004 - kukuk@suse.de

- Cleanup neededforbuild

-------------------------------------------------------------------
Wed Feb  4 17:54:51 CET 2004 - ms@suse.de

- according to Anas Nashif <nashif@suse.de> 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  4 15:26:43 CET 2004 - ms@suse.de

- include version 0.6.2 to SLES8 includes important multicast
  fixes related to project Point-of-Sale (#34074)

-------------------------------------------------------------------
Sat Jan 10 21:11:12 CET 2004 - adrian@suse.de

- build as user

-------------------------------------------------------------------
Fri Aug 29 04:38:45 CEST 2003 - nashif@suse.de

- Provide default tftp directory

-------------------------------------------------------------------
Fri Aug  1 05:46:44 CEST 2003 - nashif@suse.de

- update to 0.6.2
- Fixes bug #27341
- Readded conflict to tftp

-------------------------------------------------------------------
Wed May 28 16:41:41 CEST 2003 - nashif@suse.de

- Removed conflict to tftp
- added manpages as doc files

-------------------------------------------------------------------
Mon May 26 13:05:04 CEST 2003 - lmuelle@suse.de

- Remove set -e from init script; exit with rc 5 if binary is not installed

-------------------------------------------------------------------
Wed Jan  1 17:21:33 CET 2003 - nashif@suse.de

- Fixed bug #22614: missing metadata in sysconfig template

-------------------------------------------------------------------
Sat Sep 14 06:23:15 CEST 2002 - nashif@suse.de

- Added missing restart to init script

-------------------------------------------------------------------
Fri Aug 30 17:04:36 CEST 2002 - nashif@suse.de

- Fixed bug #18661: Removed ; from sysconfig file

-------------------------------------------------------------------
Sat Aug 17 18:31:00 CEST 2002 - nashif@suse.de

- Fixed bug #17793: Added PreReq
- Fixed init script output

-------------------------------------------------------------------
Sun Jun  9 06:45:05 CEST 2002 - nashif@suse.de

- Update to version 0.6.1.1

-------------------------------------------------------------------
Sat Apr 13 18:00:14 CEST 2002 - nashif@suse.de

- Use tftp_LDADD for libraries instead of LDFLAGS

-------------------------------------------------------------------
Sat Mar 23 04:38:43 CET 2002 - nashif@suse.de

- Initial release (0.50)

openSUSE Build Service is sponsored by