clausklein / rpms / tftp

Forked from rpms/tftp 5 years ago
Clone

Blame SPECS/tftp.spec

c5edeb
%global systemctl_bin /usr/bin/systemctl
c5edeb
%global _hardened_build 1
c5edeb
c5edeb
Summary: The client for the Trivial File Transfer Protocol (TFTP)
c5edeb
Name: tftp
c5edeb
Version: 5.2
c5edeb
Release: 24%{?dist}
c5edeb
License: BSD
c5edeb
Group: Applications/Internet
c5edeb
URL: http://www.kernel.org/pub/software/network/tftp/
c5edeb
Source0: http://www.kernel.org/pub/software/network/tftp/tftp-hpa/tftp-hpa-%{version}.tar.bz2
c5edeb
Source1: tftp.socket
c5edeb
Source2: tftp.service
c5edeb
c5edeb
Patch0: tftp-0.40-remap.patch
c5edeb
Patch2: tftp-hpa-0.39-tzfix.patch
c5edeb
Patch3: tftp-0.42-tftpboot.patch
c5edeb
Patch4: tftp-0.49-chk_retcodes.patch
c5edeb
Patch5: tftp-hpa-0.49-fortify-strcpy-crash.patch
c5edeb
Patch6: tftp-0.49-cmd_arg.patch
c5edeb
Patch7: tftp-hpa-0.49-stats.patch
c5edeb
Patch8: tftp-hpa-5.2-pktinfo.patch
c5edeb
Patch9: tftp-doc.patch
c5edeb
Patch10: tftp-enhanced-logging.patch
c5edeb
c5edeb
BuildRequires: readline-devel autoconf systemd-units
c5edeb
c5edeb
%description
c5edeb
The Trivial File Transfer Protocol (TFTP) is normally used only for
c5edeb
booting diskless workstations.  The tftp package provides the user
c5edeb
interface for TFTP, which allows users to transfer files to and from a
c5edeb
remote machine.  This program and TFTP provide very little security,
c5edeb
and should not be enabled unless it is expressly needed.
c5edeb
c5edeb
%package server
c5edeb
Group: System Environment/Daemons
c5edeb
Summary: The server for the Trivial File Transfer Protocol (TFTP)
c5edeb
Requires: systemd-units
c5edeb
Requires(post): systemd-units
c5edeb
Requires(postun): systemd-units
c5edeb
c5edeb
%description server
c5edeb
The Trivial File Transfer Protocol (TFTP) is normally used only for
c5edeb
booting diskless workstations.  The tftp-server package provides the
c5edeb
server for TFTP, which allows users to transfer files to and from a
c5edeb
remote machine. TFTP provides very little security, and should not be
c5edeb
enabled unless it is expressly needed.  The TFTP server is run by using
c5edeb
systemd socket activation, and is disabled by default.
c5edeb
c5edeb
%prep
c5edeb
%setup -q -n tftp-hpa-%{version}
c5edeb
%patch0 -p1 -b .zero
c5edeb
%patch2 -p1 -b .tzfix
c5edeb
%patch3 -p1 -b .tftpboot
c5edeb
%patch4 -p1 -b .chk_retcodes
c5edeb
%patch5 -p1 -b .fortify-strcpy-crash
c5edeb
%patch6 -p1 -b .cmd_arg
c5edeb
%patch7 -p1 -b .stats
c5edeb
%patch8 -p1 -b .pktinfo
c5edeb
%patch9 -p1 -b .doc
c5edeb
%patch10 -p1 -b .logging
c5edeb
c5edeb
%build
c5edeb
autoreconf
c5edeb
%configure
c5edeb
make %{?_smp_mflags}
c5edeb
c5edeb
%install
c5edeb
rm -rf ${RPM_BUILD_ROOT}
c5edeb
mkdir -p ${RPM_BUILD_ROOT}%{_bindir}
c5edeb
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,8}
c5edeb
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
c5edeb
mkdir -p ${RPM_BUILD_ROOT}%{_localstatedir}/lib/tftpboot
c5edeb
mkdir -p ${RPM_BUILD_ROOT}%{_unitdir}
c5edeb
c5edeb
make INSTALLROOT=${RPM_BUILD_ROOT} SBINDIR=%{_sbindir} MANDIR=%{_mandir} INSTALL='install -p' install
c5edeb
c5edeb
install -p -m 644 %SOURCE1 ${RPM_BUILD_ROOT}%{_unitdir}
c5edeb
install -p -m 644 %SOURCE2 ${RPM_BUILD_ROOT}%{_unitdir}
c5edeb
c5edeb
%post server
c5edeb
%systemd_post tftp.socket
c5edeb
c5edeb
%preun server
c5edeb
%systemd_preun tftp.socket
c5edeb
c5edeb
%postun server
c5edeb
%systemd_postun_with_restart tftp.socket
c5edeb
c5edeb
c5edeb
%clean
c5edeb
rm -rf ${RPM_BUILD_ROOT}
c5edeb
c5edeb
%files
c5edeb
%doc README README.security CHANGES
c5edeb
%{_bindir}/tftp
c5edeb
%{_mandir}/man1/*
c5edeb
c5edeb
%files server
c5edeb
%doc README README.security CHANGES
c5edeb
%dir %{_localstatedir}/lib/tftpboot
c5edeb
%{_sbindir}/in.tftpd
c5edeb
%{_mandir}/man8/*
c5edeb
%{_unitdir}/*
c5edeb
c5edeb
%changelog
c5edeb
* Fri Feb 09 2018 Igor Gnatenko <ignatenkobrain@fedoraproject.org> - 5.2-24
c5edeb
- Escape macros in %%changelog
c5edeb
c5edeb
* Mon Dec  4 2017 Jan Synáček <jsynacek@redhat.com> - 5.2-23
c5edeb
- remove build dependency on tcp_wrappers (#1518793)
c5edeb
c5edeb
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-22
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
c5edeb
c5edeb
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-21
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
c5edeb
c5edeb
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-20
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
c5edeb
c5edeb
* Thu Jan 12 2017 Igor Gnatenko <ignatenko@redhat.com> - 5.2-19
c5edeb
- Rebuild for readline 7.x
c5edeb
c5edeb
* Thu Mar  3 2016 Jan Synáček <jsynacek@redhat.com> - 5.2-18
c5edeb
- enhance in.tftpd logging capabilities
c5edeb
c5edeb
* Fri Feb 05 2016 Fedora Release Engineering <releng@fedoraproject.org> - 5.2-17
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
c5edeb
c5edeb
* Fri Jun 19 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-16
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
c5edeb
c5edeb
* Mon Aug 18 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-15
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
c5edeb
c5edeb
* Sun Jun 08 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-14
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
c5edeb
c5edeb
* Mon Feb 24 2014 Jan Synáček <jsynacek@redhat.com> - 5.2-13
c5edeb
- add documentation reference to the service file
c5edeb
c5edeb
* Wed Feb 19 2014 Jan Synáček <jsynacek@redhat.com> - 5.2-12
c5edeb
- start socket as well when starting the service
c5edeb
c5edeb
* Thu Feb 13 2014 Jan Synáček <jsynacek@redhat.com> - 5.2-11
c5edeb
- don't depend on xinetd anymore (#1059641)
c5edeb
c5edeb
* Sun Aug 04 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-10
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
c5edeb
c5edeb
* Tue Apr 23 2013 Jan Synáček <jsynacek@redhat.com> - 5.2-9
c5edeb
- harden the package (#955197)
c5edeb
c5edeb
* Fri Apr 19 2013 Jan Synáček <jsynacek@redhat.com> - 5.2-8
c5edeb
- documentation fixes
c5edeb
c5edeb
* Fri Feb 15 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-7
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
c5edeb
c5edeb
* Wed Aug 22 2012 Jan Synáček <jsynacek@redhat.com> - 5.2-6
c5edeb
- add systemd-rpm macros
c5edeb
- Resolves: #850338
c5edeb
c5edeb
* Sat Jul 21 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 5.2-5
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
c5edeb
c5edeb
* Thu Jul 19 2012 Jan Synáček <jsynacek@redhat.com> - 5.2.4
c5edeb
- make fedora-review-friendly
c5edeb
c5edeb
* Wed Jul 18 2012 Jan Synáček <jsynacek@redhat.com> - 5.2-4
c5edeb
- update spec: fix Source0
c5edeb
c5edeb
* Wed May 30 2012 Jan Synáček <jsynacek@redhat.com> - 5.2-4
c5edeb
- use systemd instead of xinetd as a default
c5edeb
c5edeb
* Tue May 22 2012 Jan Synáček <jsynacek@redhat.com> - 5.2-3
c5edeb
- provide native systemd service files
c5edeb
- Resolves: #737212
c5edeb
c5edeb
* Wed Jan 04 2012 Jiri Skala <jskala@redhat.com> - 5.2-2
c5edeb
- fixes #739534 - TFTP to an IP alias of FC15 tftp server failed
c5edeb
c5edeb
* Wed Dec 14 2011 Jiri Skala <jskala@redhat.com> - 5.2-1
c5edeb
- updated to latest upstream - 5.2
c5edeb
c5edeb
* Thu Oct 06 2011 Jiri Skala <jskala@redhat.com> - 5.1-1
c5edeb
- updated to latest upstream - 5.1
c5edeb
c5edeb
* Mon Jun 20 2011 Jiri Skala <jskala@redhat.com> - 0.49-9
c5edeb
- fixes #714261 - CVE-2011-2199: buffer overflow when setting utimeout option
c5edeb
c5edeb
* Wed Feb 09 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-8
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
c5edeb
c5edeb
* Mon Jan 03 2011 Jiri Skala <jskala@redhat.com> - 0.49-7
c5edeb
- fixes #666746 - Packaging mistake: confusing %%doc files patched+unpatched
c5edeb
- fixes printing statistics using -v option
c5edeb
c5edeb
* Fri May 28 2010 Jiri Skala <jskala@redhat.com> - 0.49-6
c5edeb
- patched handling arguments of commands (put)
c5edeb
c5edeb
* Wed Aug 05 2009 Warren Togami <wtogami@redhat.com> - 0.49-5
c5edeb
- Bug #515361 tftp FORTIFY_SOURCE strcpy crash 
c5edeb
c5edeb
* Sun Jul 26 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-4
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
c5edeb
c5edeb
* Wed Feb 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 0.49-3
c5edeb
- Rebuilt for https://fedoraproject.org/wiki/Fedora_11_Mass_Rebuild
c5edeb
c5edeb
* Thu Jan 15 2009 Jiri Skala <jskala@redhat.com> - 0.49-2
c5edeb
- #473487 - unchecked return values
c5edeb
c5edeb
* Tue Nov 25 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 0.49-1
c5edeb
- update to 0.49
c5edeb
c5edeb
* Wed May 21 2008 Warren Togami 
c5edeb
- undo symlink stuff completely because they are problematic
c5edeb
  See Bug #447135 for details.
c5edeb
c5edeb
* Wed May 21 2008 Martin Nagy <mnagy@redhat.com> - 0.48-5
c5edeb
- fix troubles caused by added symlink
c5edeb
c5edeb
* Tue May 20 2008 Martin Nagy <mnagy@redhat.com> - 0.48-4
c5edeb
- add symlink to /var/lib/tftpboot
c5edeb
c5edeb
* Mon Mar 03 2008 Martin Nagy <mnagy@redhat.com> - 0.48-3
c5edeb
- changed description (#234099)
c5edeb
c5edeb
* Mon Feb 11 2008 Martin Nagy <mnagy@redhat.com> - 0.48-2
c5edeb
- rebuild for gcc-4.3
c5edeb
c5edeb
* Tue Jan 22 2008 Martin Nagy <mnagy@redhat.com> - 0.48-1
c5edeb
- upgrade to 0.48
c5edeb
- remove the old sigjmp patch (fixed in upstream)
c5edeb
- make some changes in spec file (#226489)
c5edeb
c5edeb
* Tue Jan 22 2008 Martin Nagy <mnagy@redhat.com> - 0.42-6
c5edeb
- changed the location of tftpboot directory to /var/lib/
c5edeb
c5edeb
* Fri Aug 31 2007 Maros Barabas <mbarabas@redhat.com> - 0.42-5
c5edeb
- rebuild
c5edeb
c5edeb
* Mon Feb 19 2007 Maros Barabas <mbarabas@redhat.com> - 0.42-4
c5edeb
- make some changes in spec file (review)
c5edeb
- Resolves #226489
c5edeb
c5edeb
* Mon Dec 04 2006 Maros Barabas <mbarabas@redhat.com> - 0.42-3.2
c5edeb
- change BuildRequires from tcp_wrappers to tcp_wrappers-devel
c5edeb
c5edeb
* Wed Jul 12 2006 Jesse Keating <jkeating@redhat.com> - 0.42-3.1
c5edeb
- rebuild
c5edeb
c5edeb
* Mon Apr 10 2006 Radek Vokál <rvokal@redhat.com> 0.42-3
c5edeb
- show localtime instead of GMT (#172274)
c5edeb
c5edeb
* Wed Mar 22 2006 Radek Vokál <rvokal@redhat.com> 0.42-2
c5edeb
- fix double free error when hitting ^C (#186201)
c5edeb
c5edeb
* Wed Feb 22 2006 Radek Vokál <rvokal@redhat.com> 0.42-1
c5edeb
- upgrade to 0.42
c5edeb
c5edeb
* Fri Feb 10 2006 Jesse Keating <jkeating@redhat.com> - 0.41-1.2.1
c5edeb
- bump again for double-long bug on ppc(64)
c5edeb
c5edeb
* Tue Feb 07 2006 Jesse Keating <jkeating@redhat.com> - 0.41-1.2
c5edeb
- rebuilt for new gcc4.1 snapshot and glibc changes
c5edeb
c5edeb
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
c5edeb
- rebuilt
c5edeb
c5edeb
* Thu Nov 03 2005 Radek Vokal <rvokal@redhat.com> 0.41-1
c5edeb
- upstream update (patterns fixes)
c5edeb
c5edeb
* Tue Apr 19 2005 Radek Vokal <rvokal@redhat.com> 0.40-6
c5edeb
- fix remap rules convert error <pjones@redhat.com>
c5edeb
c5edeb
* Wed Mar 23 2005 Radek Vokal <rvokal@redhat.com> 0.40-5
c5edeb
- use tftp-xinetd from tarball (#143589)
c5edeb
c5edeb
* Fri Mar 04 2005 Radek Vokal <rvokal@redhat.com> 0.40-4
c5edeb
- gcc4 rebuilt
c5edeb
c5edeb
* Sun Feb 27 2005 Florian La Roche <laroche@redhat.com>
c5edeb
- Copyright: -> License
c5edeb
c5edeb
* Wed Jan 12 2005 Tim Waugh <twaugh@redhat.com> 0.40-2
c5edeb
- Rebuilt for new readline.
c5edeb
c5edeb
* Mon Nov 15 2004 Radek Vokal <rvokal@redhat.com> 0.40-1
c5edeb
- Update to new upstream version, fixes #139328
c5edeb
c5edeb
* Mon Sep 13 2004 Elliot Lee <sopwith@redhat.com> 0.39-1
c5edeb
- Update to new version makes tftp work, says upstream.
c5edeb
- Remove malta patch
c5edeb
c5edeb
* Mon Sep 13 2004 Elliot Lee <sopwith@redhat.com> 0.38-1
c5edeb
- Update to new version fixes #131736
c5edeb
c5edeb
* Tue Jun 15 2004 Elliot Lee <sopwith@redhat.com>
c5edeb
- rebuilt
c5edeb
c5edeb
* Thu Jun 03 2004 Elliot Lee <sopwith@redhat.com> 0.36-1
c5edeb
- Update version
c5edeb
c5edeb
* Fri Feb 13 2004 Elliot Lee <sopwith@redhat.com>
c5edeb
- rebuilt
c5edeb
c5edeb
* Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
c5edeb
- rebuilt
c5edeb
c5edeb
* Fri Apr 11 2003 Elliot Lee <sopwith@redhat.com>
c5edeb
- 0.33
c5edeb
- Add /tftpboot directory (#88204)
c5edeb
c5edeb
* Mon Feb 24 2003 Elliot Lee <sopwith@redhat.com>
c5edeb
- rebuilt
c5edeb
c5edeb
* Sun Feb 23 2003 Tim Powers <timp@redhat.com>
c5edeb
- add BuildPreReq on tcp_wrappers
c5edeb
c5edeb
* Wed Jan 22 2003 Tim Powers <timp@redhat.com>
c5edeb
- rebuilt
c5edeb
c5edeb
* Mon Nov 11 2002 Elliot Lee <sopwith@redhat.com> 0.32-1
c5edeb
- Update to 0.32
c5edeb
c5edeb
* Wed Oct 23 2002 Elliot Lee <sopwith@redhat.com> 0.30-1
c5edeb
- Fix #55789
c5edeb
- Update to 0.30
c5edeb
c5edeb
* Thu Jun 27 2002 Elliot Lee <sopwith@redhat.com>
c5edeb
- Try applying HJ's patch from #65476
c5edeb
c5edeb
* Fri Jun 21 2002 Tim Powers <timp@redhat.com>
c5edeb
- automated rebuild
c5edeb
c5edeb
* Mon Jun 17 2002 Elliot Lee <sopwith@redhat.com>
c5edeb
- Update to 0.29
c5edeb
c5edeb
* Thu May 23 2002 Tim Powers <timp@redhat.com>
c5edeb
- automated rebuild
c5edeb
c5edeb
* Wed Jan 09 2002 Tim Powers <timp@redhat.com>
c5edeb
- automated rebuild
c5edeb
c5edeb
* Tue Dec 18 2001 Elliot Lee <sopwith@redhat.com> 0.17-15
c5edeb
- Add patch4: netkit-tftp-0.17-defaultport.patch for bug #57562
c5edeb
- Update to tftp-hpa-0.28 (bug #56131)
c5edeb
- Remove include/arpa/tftp.h to fix #57259
c5edeb
- Add resource limits in tftp-xinetd (#56722)
c5edeb
c5edeb
* Sun Jun 24 2001 Elliot Lee <sopwith@redhat.com>
c5edeb
- Bump release + rebuild.
c5edeb
c5edeb
* Tue Jun 12 2001 Helge Deller <hdeller@redhat.de> (0.17-13)
c5edeb
- updated tftp-hpa source to tftp-hpa-0.17
c5edeb
- tweaked specfile with different defines for tftp-netkit and tftp-hpa version
c5edeb
- use hpa's tftpd.8 man page instead of the netkits one
c5edeb
c5edeb
* Mon May 07 2001 Helge Deller <hdeller@redhat.de>
c5edeb
- rebuilt in 7.1.x
c5edeb
c5edeb
* Wed Apr 18 2001 Helge Deller <hdeller@redhat.de>
c5edeb
- fix tftp client's put problems (#29529)
c5edeb
- update to tftp-hpa-0.16
c5edeb
c5edeb
* Wed Apr  4 2001 Jakub Jelinek <jakub@redhat.com>
c5edeb
- don't let configure to guess compiler, it can pick up egcs
c5edeb
c5edeb
* Thu Feb 08 2001 Helge Deller <hdeller@redhat.de>
c5edeb
- changed "wait" in xinetd file to "yes" (hpa-tftpd forks and exits) (#26467)
c5edeb
- fixed hpa-tftpd to handle files greater than 32MB (#23725)
c5edeb
- added "-l" flag to hpa-tftpd for file-logging (#26467)
c5edeb
- added description for "-l" to the man-page 
c5edeb
c5edeb
* Thu Feb 08 2001 Helge Deller <hdeller@redhat.de>
c5edeb
- updated tftp client to 0.17 stable (#19640),
c5edeb
- drop dependency on xinetd for tftp client (#25051),
c5edeb
c5edeb
* Wed Jan 17 2001 Jeff Johnson <jbj@redhat.com>
c5edeb
- xinetd shouldn't wait on tftp (which forks) (#23923).
c5edeb
c5edeb
* Sat Jan  6 2001 Jeff Johnson <jbj@redhat.com>
c5edeb
- fix to permit tftp put's (#18128).
c5edeb
- startup as root with chroot to /tftpboot with early reversion to nobody
c5edeb
  is preferable to starting as nobody w/o ability to chroot.
c5edeb
- %%post is needed by server, not client. Add %%postun for erasure as well.
c5edeb
c5edeb
* Wed Aug 23 2000 Nalin Dahyabhai <nalin@redhat.com>
c5edeb
- default to being disabled
c5edeb
c5edeb
* Thu Aug 17 2000 Jeff Johnson <jbj@redhat.com>
c5edeb
- correct group.
c5edeb
c5edeb
* Tue Jul 25 2000 Nalin Dahyabhai <nalin@redhat.com>
c5edeb
- change user from root to nobody
c5edeb
c5edeb
* Sat Jul 22 2000 Jeff Johnson <jbj@redhat.com>
c5edeb
- update to tftp-hpa-0.14 (#14003).
c5edeb
- add server_args (#14003).
c5edeb
- remove -D_BSD_SOURCE (#14003).
c5edeb
c5edeb
* Fri Jul 21 2000 Nalin Dahyabhai <nalin@redhat.com>
c5edeb
- cook up an xinetd config file for tftpd
c5edeb
c5edeb
* Wed Jul 12 2000 Prospector <bugzilla@redhat.com>
c5edeb
- automatic rebuild
c5edeb
c5edeb
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
c5edeb
- FHS packaging.
c5edeb
- update to 0.17.
c5edeb
c5edeb
* Fri May  5 2000 Matt Wilson <msw@redhat.com>
c5edeb
- use _BSD_SOURCE for hpa's tftpd so we get BSD signal semantics.
c5edeb
c5edeb
* Fri Feb 11 2000 Bill Nottingham <notting@redhat.com>
c5edeb
- fix description
c5edeb
c5edeb
* Wed Feb  9 2000 Jeff Johnson <jbj@redhat.com>
c5edeb
- compress man pages (again).
c5edeb
c5edeb
* Wed Feb 02 2000 Cristian Gafton <gafton@redhat.com>
c5edeb
- man pages are compressed
c5edeb
- fix description and summary
c5edeb
c5edeb
* Tue Jan  4 2000 Bill Nottingham <notting@redhat.com>
c5edeb
- split client and server
c5edeb
c5edeb
* Tue Dec 21 1999 Jeff Johnson <jbj@redhat.com>
c5edeb
- update to 0.16.
c5edeb
c5edeb
* Sat Aug 28 1999 Jeff Johnson <jbj@redhat.com>
c5edeb
- update to 0.15.
c5edeb
c5edeb
* Wed Apr  7 1999 Jeff Johnson <jbj@redhat.com>
c5edeb
- tftpd should truncate file when overwriting (#412)
c5edeb
c5edeb
* Sun Mar 21 1999 Cristian Gafton <gafton@redhat.com> 
c5edeb
- auto rebuild in the new build environment (release 22)
c5edeb
c5edeb
* Mon Mar 15 1999 Jeff Johnson <jbj@redhat.com>
c5edeb
- compile for 6.0.
c5edeb
c5edeb
* Fri Aug  7 1998 Jeff Johnson <jbj@redhat.com>
c5edeb
- build root
c5edeb
c5edeb
* Mon Apr 27 1998 Prospector System <bugs@redhat.com>
c5edeb
- translations modified for de, fr, tr
c5edeb
c5edeb
* Mon Sep 22 1997 Erik Troan <ewt@redhat.com>
c5edeb
- added check for getpwnam() failure
c5edeb
c5edeb
* Tue Jul 15 1997 Erik Troan <ewt@redhat.com>
c5edeb
- initial build