auto-import changelog data from tftp-0.17-12.src.rpm

Mon May 07 2001 Helge Deller <hdeller@redhat.de>
- rebuilt in 7.1.x
Wed Apr 18 2001 Helge Deller <hdeller@redhat.de>
- fix tftp client's put problems (#29529)
- update to tftp-hpa-0.16
Wed Apr 04 2001 Jakub Jelinek <jakub@redhat.com>
- don't let configure to guess compiler, it can pick up egcs
This commit is contained in:
cvsdist 2004-09-09 13:15:17 +00:00
parent 201da7f94e
commit 5331527bfe
3 changed files with 33 additions and 28 deletions

View File

@ -1,2 +1,2 @@
netkit-tftp-0.17.tar.gz
tftp-hpa-0.14.tar.gz
netkit-tftp-0.17.tar.bz2
tftp-hpa-0.16.tar.bz2

View File

@ -1,2 +1,2 @@
b7262c798e2ff50e29c2ff50dfd8d6a8 netkit-tftp-0.17.tar.gz
b8d0594c500c672d5d7861b7aab5ef26 tftp-hpa-0.14.tar.gz
dcc9f871b0783d26a13a48d15f03b820 netkit-tftp-0.17.tar.bz2
89b7eabdce87d551246d7a4ccaefda8a tftp-hpa-0.16.tar.bz2

View File

@ -1,15 +1,16 @@
Summary: The client for the Trivial File Transfer Protocol (TFTP).
Name: tftp
Version: 0.17
Release: 9
Release: 12
Copyright: BSD
Group: Applications/Internet
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-tftp-%{version}.tar.gz
Source1: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-0.14.tar.gz
Source0: ftp://ftp.uk.linux.org/pub/linux/Networking/netkit/netkit-tftp-%{version}.tar.bz2
Source1: http://www.kernel.org/pub/software/network/tftp/tftp-hpa-0.16.tar.bz2
Source2: tftp-xinetd
Patch0: tftp-hpa-0.14-bug18128.patch
Patch1: tftp-hpa-0.14-tftpd.patch
Patch2: tftp-hpa-0.14-tftpd-manpage.patch
Patch0: tftp-netkit-tftp-0.17-segsize.patch
Patch1: tftp-hpa-0.14-tftpd-ushort.patch
Patch2: tftp-hpa-0.14-tftpd-logging.patch
Patch3: tftp-hpa-0.14-tftpd-manpage.patch
BuildRoot: %{_tmppath}/%{name}-root
%description
@ -34,14 +35,15 @@ enabled unless it is expressly needed. The TFTP server is run from
%prep
%setup -q -n netkit-tftp-%{version} -a 1
%patch0 -p1 -b .bug18128
%patch1 -p1 -b .bug23725
%patch2 -p1 -b .oldman
chmod +x tftp-hpa-0.14/configure
%patch0 -p1 -b .bug29529
cd tftp-hpa-0.16
%patch1 -p2 -b .bug23725
%patch2 -p2 -b .logging
%patch3 -p2 -b .oldman
cd ..
%build
sh configure
sh configure --with-c-compiler=gcc
perl -pi -e '
s,^CC=.*$,CC=cc,;
s,^BINDIR=.*$,BINDIR=%{_bindir},;
@ -51,15 +53,8 @@ perl -pi -e '
make
cd tftp-hpa-0.14
sh configure --prefix=/usr
perl -pi -e '
s,^CC=.*$,CC=cc,;
s,^BINDIR=.*$,BINDIR=%{_bindir},;
s,^MANDIR=.*$,MANDIR=%{_mandir},;
s,^SBINDIR=.*$,SBINDIR=%{_sbindir},;
' MCONFIG
cd tftp-hpa-0.16
%configure
make -C tftpd
%install
@ -69,7 +64,7 @@ mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man{1,8}
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
make INSTALLROOT=${RPM_BUILD_ROOT} install
make -C tftp-hpa-0.14/tftpd INSTALLROOT=${RPM_BUILD_ROOT} \
make -C tftp-hpa-0.16/tftpd INSTALLROOT=${RPM_BUILD_ROOT} \
SBINDIR=%{_sbindir} MANDIR=%{_mandir} \
install
install -m755 -d ${RPM_BUILD_ROOT}%{_sysconfdir}/xinetd.d/
@ -98,13 +93,23 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/*
%changelog
* Thu Feb 08 2001 Helge Deller <hdeller@redhat.de>
* Mon May 07 2001 Helge Deller <hdeller@redhat.de>
- rebuilt in 7.1.x
* Wed Apr 18 2001 Helge Deller <hdeller@redhat.de>
- fix tftp client's put problems (#29529)
- update to tftp-hpa-0.16
* Wed Apr 4 2001 Jakub Jelinek <jakub@redhat.com>
- don't let configure to guess compiler, it can pick up egcs
* Thu Feb 08 2001 Helge Deller <hdeller@redhat.de>
- changed "wait" in xinetd file to "yes" (hpa-tftpd forks and exits) (#26467)
- fixed hpa-tftpd to handle files greater than 32MB (#23725)
- added "-l" flag to hpa-tftpd for file-logging (#26467)
- added description for "-l" to the man-page
* Thu Feb 08 2001 Helge Deller <hdeller@redhat.de>
* Thu Feb 08 2001 Helge Deller <hdeller@redhat.de>
- updated tftp client to 0.17 stable (#19640),
- drop dependency on xinetd for tftp client (#25051),