Changelog for
tftp-0.48-101.3.1.x86_64.rpm :
Mon Jul 4 14:00:00 2011 lijewski.stefanAATTgmail.com
- fix buffer overflow (bnc#699714)
- tftp-hpa-CVE-2011-2199.patch
Mon Sep 1 14:00:00 2008 mrueckertAATTsuse.de
- drop lineedit support again
- fix build to include %{optflags} with using configure
Wed Aug 27 14:00:00 2008 olhAATTsuse.de
- do not require autoconf 2.61
binutils-devel is not available in 11.0 or earlier
Wed Aug 6 14:00:00 2008 kkeilAATTsuse.de
- Update to current git version with enhanced IPv6 support included
Fri Jul 18 14:00:00 2008 kkeilAATTsuse.de
- Update to git version 0.48 for mainline compatibility; code is
still the same but formatting was cleaned up
- Implement IPv6 (fate #304343)
Thu Feb 1 13:00:00 2007 mrueckertAATTsuse.de
- update to version 0.48:
- Unbreak -l -s in the server, which was broken in 0.47.
- additional changes from 0.47:
- Add -L option to the server to run standalone without
detaching from the shell.
- Parallel make fix.
Tue Jan 9 13:00:00 2007 mrueckertAATTsuse.de
- update to version 0.46:
- Minor portability improvements.
- additional change from 0.45:
Add -l (literal) option to the client, to override the special
treatment of the colon (:) character as a hostname separator.
- replaced tftp-hpa-0.43_syntax.diff with tftp-hpa-0.46_colon_check.patch:
restore a behavior which was broken with 0.35
- merged tftp-hpa-0.43_signdness.patch with
tftp-hpa-0.43_bcopy_secfix.patch. new patch:
tftp-hpa-0.46_bcopy_secfix.patch.
- added tftp-hpa-0.46_libedit.patch:
Build against libedit to enable lineediting support.
Thu Dec 7 13:00:00 2006 mrueckertAATTsuse.de
- update to version 0.44:
- Allow the client to specify a range of local port numbers, just
like the server can.
- Fix sending SIGHUP to update the regular expression table.
Fri Oct 20 14:00:00 2006 mrueckertAATTsuse.de
- update to version 0.43:
- Fix double-free error on ^c in client.
- Try to deal with clients that send TFTP requests to broadcasts
(apparently some recent Sun boxes do this instead of using the
address told by DHCP. Bad Sun! Bad Sun!)
- Portability fixes.
- removed first chunk from tftp-hpa-0.40.diff and renamed it to
tftp-hpa-0.43_include_sys_params.patch. the first chunk was
fixed upstream.
- patches rediffed and renamed:
tftp-bcopy-secfix.diff -> tftp-hpa-0.43_bcopy_secfix.patch
tftp-hpa-0.40.readline.diff -> tftp-hpa-0.43_readline.diff
tftp-hpa-0.40-syntax.diff -> tftp-hpa-0.43_syntax.diff
- added tftp-hpa-0.43_signdness.patch:
fixed signedness warnings which where mostlikely caused by the
bcopy fixes.
Tue Mar 14 13:00:00 2006 mrueckertAATTsuse.de
- update to version 0.42:
o Try to disable path MTU discovery for TFTP connections (it\'s
useless anyway.) (0.42)
o Add a hack to allow the admin to specify a range of local port
numbers to use. (0.42)
o Fix local IP number handling on systems which present
IP_RECVDSTADDR in recvmsg(). (0.42)
o Fix bug by which patterns of the form \\U\\1 weren\'t converted
correctly. (0.41)