Changelog for
atftp-0.7.0-135.3.x86_64.rpm :
Wed Feb 4 13:00:00 2009 mrueckertAATTsuse.de
- build with -D_FILE_OFFSET_BITS=64 (bnc#357936)
Fri Sep 12 14:00:00 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 14:00:00 2008 roAATTsuse.de
- change fillup_and_insserv to fillup_only (not active by default)
Thu Apr 3 14:00:00 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 14:00:00 2007 adrianAATTsuse.de
- fix changelog entry order
Mon Jan 22 13:00:00 2007 mrueckertAATTsuse.de
- added atftp-0.7_bug-213384_OPT_NUMBER.patch:
\"atftpd incorrectly sends OACK (option acknowledge) packets\"
(#213384,#80441)
Mon Jul 31 14:00:00 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 1 14:00:00 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 14:00:00 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 13:00:00 2006 mlsAATTsuse.de
- converted neededforbuild to BuildRequires