Summary: The client for the Trivial File Transfer Protocol (TFTP). Summary(ja): TFTP (Trivial File Transfer Protocol) クライアント Name: tftp Version: 0.42 Release: 4%{?_dist_release} License: BSD Group: Applications/Internet Source: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-%{version}.tar.gz Patch0: tftp-0.40-remap.patch Patch1: tftp-hpa-0.42-sigjmp.patch Patch2: tftp-hpa-0.39-tzfix.patch BuildPreReq: tcp_wrappers readline-devel BuildRoot: %{_tmppath}/%{name}-%{version}-root %description The Trivial File Transfer Protocol (TFTP) is normally used only for booting diskless workstations. The tftp package provides the user interface for TFTP, which allows users to transfer files to and from a remote machine. This program and TFTP provide very little security, and should not be enabled unless it is expressly needed. %description -l ja TFTP (Trivial File Transfer Protocol) は通常 ディスクレスワークステーションの起動時にのみ使われます. tftp パッケージはこの TFTP のインタフェースを提供し,リモート機から ファイルを転送することが出来ます.このプログラムと TFTP は セキュリティ面に於いて非常に弱いので,どうしても必要な場合以外は 使わない方が良いでしょう. %package server Group: System Environment/Daemons Summary: The server for the Trivial File Transfer Protocol (TFTP). Summary(ja): TFTP (Trivial File Transfer Protocol) サーバ Requires: inetd %description server The Trivial File Transfer Protocol (TFTP) is normally used only for booting diskless workstations. The tftp-server package provides the server for TFTP, which allows users to transfer files to and from a remote machine. TFTP provides very little security, and should not be enabled unless it is expressly needed. The TFTP server is run from /etc/inetd.conf, and is disabled by default on Red Hat Linux systems. %description server -l ja TFTP (Trivial File Transfer Protocol) は通常 ディスクレスワークステーションの起動時にのみ使われます. tftp-server パッケージには TFTP のサーバプログラムが収められており, リモート機間とのファイル転送を可能にします.このプログラムと TFTP は セキュリティ面に於いて非常に弱いので,どうしても必要な場合以外は 使わない方が良いでしょう. TFTP サーバは /etc/inetd.conf から起動され,Red Hat Linux システムでは デフォルトでオフにされています. %prep %setup -q -n tftp-hpa-%{version} %patch0 -p1 -b .zero %patch1 -p1 -b .sigjmp %patch2 -p1 -b .tzfix %build %configure make %{?_smp_mflags} %install rm -rf $RPM_BUILD_ROOT mkdir -p ${RPM_BUILD_ROOT}%{_bindir} mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,8} mkdir -p ${RPM_BUILD_ROOT}%{_sbindir} make INSTALLROOT=${RPM_BUILD_ROOT} \ SBINDIR=%{_sbindir} MANDIR=%{_mandir} \ install %clean rm -rf $RPM_BUILD_ROOT %files %defattr(-,root,root) %{_bindir}/tftp %{_mandir}/man1/* %files server %defattr(-,root,root) %{_sbindir}/in.tftpd %{_mandir}/man8/* %changelog * Sun Oct 12 2008 Shu KONNO 0.42-4vl5 - applied new versioning policy, spec in utf-8 * Sat Apr 15 2006 Ryoichi INAGAKI 0.42-3vl1 - rebuilt with readline 5.1 - new upstream release - added patches from Fedora * Mon Apr 10 2006 Radek Vok叩l 0.42-3 - show localtime instead of GMT (#172274) * Wed Mar 22 2006 Radek Vok叩l 0.42-2 - fix double free error when hitting ^C (#186201) * Sat May 28 2005 Ryoichi INAGAKI 0.40-6vl1 - updated to 0.40 based on Fedora * Tue Apr 19 2005 Radek Vokal 0.40-6 - fix remap rules convert error - changed tftp Group * Thu Jul 24 2003 Ryoichi INAGAKI 0.33-2vl1 - updated to 0.33 - rebuild with new toolchains - s/Copyright/License/ - add BuildPreReq on tcp_wrappers (based on Rawhide) * Wed Jan 10 2001 MATSUBAYASHI 'Shaolin' Kohji - 0.16-5vl1 - use better macros (%%{_bindir},%%{_sbindir},%%{_mandir}) - added Japanese summary and description * Fri Feb 11 2000 Bill Nottingham - fix description * Wed Feb 9 2000 Jeff Johnson - compress man pages (again). * Wed Feb 02 2000 Cristian Gafton - man pages are compressed - fix description and summary * Tue Jan 4 2000 Bill Nottingham - split client and server * Tue Dec 21 1999 Jeff Johnson - update to 0.16. * Sat Aug 28 1999 Jeff Johnson - update to 0.15. * Wed Apr 7 1999 Jeff Johnson - tftpd should truncate file when overwriting (#412) * Sun Mar 21 1999 Cristian Gafton - auto rebuild in the new build environment (release 22) * Mon Mar 15 1999 Jeff Johnson - compile for 6.0. * Fri Aug 7 1998 Jeff Johnson - build root * Mon Apr 27 1998 Prospector System - translations modified for de, fr, tr * Mon Sep 22 1997 Erik Troan - added check for getpwnam() failure * Tue Jul 15 1997 Erik Troan - initial build