Changelog for
tftp-5.2-40.2.x86_64.rpm :
Thu Apr 18 14:00:00 2013 vcizekAATTsuse.com
- change ownership of /srv/tftpboot to tftp:tftp, otherwise tftp
daemon can\'t write there (bnc#813226)
Thu Feb 7 13:00:00 2013 vcizekAATTsuse.com
- create capabilites provided by both tftp and atftp
(bnc#801481 or bnc#725378)
Wed Dec 5 13:00:00 2012 dimstarAATTopensuse.org
- Add systemd socket activation units.
- Change inet-daemon to be recommended only, as we can now also
activate by means of systemd sockets.
Tue Sep 4 14:00:00 2012 vcizekAATTsuse.com
- update to 5.2
- fixes a breakage with recent Linux kernel versions when a
single interface has multiple IP addresses (bnc#774861)
Tue Dec 20 13:00:00 2011 cooloAATTsuse.com
- add autoconf as buildrequire to avoid implicit dependency
Fri Nov 11 13:00:00 2011 vcizekAATTsuse.com
- added rules for SuSEfirewall2 (bnc#729793)
thanks to Lukas Ocilka
Tue Sep 6 14:00:00 2011 vcizekAATTsuse.com
- added missing PreReq: pwdutils
Fri Jun 24 14:00:00 2011 puzelAATTnovell.com
- unbreak tftp by changing to user to run as in tftpd itself,
not via xinetd (bnc#682340)
Thu Jun 23 14:00:00 2011 puzelAATTnovell.com
- update to version-5.1
- Add -P option to write a PID file. Patch by Ferenc Wagner.
- Bounce the syslog socket in standalone mode, in case the
syslog daemon has been restarted. Patch by Ferenc Wagner.
- Build fixes.
- Fix handling of block number wraparound after a successful
options negotiation.
- Fix a buffer overflow in option parsing.
- fixes bnc#699714, CVE-2011-2199
Sat Dec 11 13:00:00 2010 chrisAATTcomputersalat.de
- fix spec
o added missing path /srv/tftpboot in files section
Fri Dec 3 13:00:00 2010 puzelAATTnovell.com
- update to version 5.0
* Try to on platforms with getaddrinfo() without AI_ADDRCONFIG or
AI_CANONNAME.
* Implement the \"rollover\" option, for clients which want block
number to rollover to anything other than zero.
* Correctly disable PMTU in standalone mode.
* Add IPv6 support. Patch by Karsten Keil.
* Support systems with editline instead of readline.
* Support long options in the server.
- drop tftp-hpa-0.43_readline.diff (not needed)
- drop tftp-hpa-0.46_libedit.patch (solved in upstream)
- build with readline support
- clean up specfile
Fri Oct 29 14:00:00 2010 chrisAATTcomputersalat.de
- fix pre
o no check before addding group/user (darix)
- fix files
o provide /srv/tftpboot
Wed Oct 13 14:00:00 2010 chrisAATTcomputersalat.de
- add group/user tftp (bnc#472283)
- set TFTP default DIR to /srv/tftpboot (bnc#248008,507011)
- added Conflicts atftp, cause of overlapping binaries
Fri Oct 1 14:00:00 2010 puzelAATTnovell.com
- add tftp-hpa-0.48-tzfix.patch (bnc#630297)
Tue Jun 29 14:00:00 2010 puzelAATTnovell.com
- add tftp-hpa-0.49-fortify-strcpy-crash.patch (bnc#617675)
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.