iputils/iputils.spec
cvsdist e009efbbbe auto-import changelog data from iputils-20001110-6.src.rpm
Mon Aug 27 2001 Philipp Knirsch <pknirsch@redhat.de> 20001110-6
- Fixed buffer overflow problem in traceroute6.c (#51135)
2004-09-09 06:21:01 +00:00

183 lines
5.5 KiB
RPMSpec

Summary: Network monitoring tools including ping.
Name: iputils
Version: 20001110
Release: 6
Copyright: BSD
Group: System Environment/Daemons
Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss001110.tar.gz
Source1: bonding-0.2.tar.gz
Patch0: ping-deadline.patch
Patch1: iputils-991024.manfix
Patch2: iputils-20000418-reverseDNS.patch
Patch3: iputils-20000418-glibc22.patch
Patch4: iputils-20000418-doco.patch
Patch5: iputils-20000418-timetravel.patch
Patch6: iputils-20000418-speling.patch
Patch7: iputils-20001007-rh7.patch
Patch8: iputils-20001007-bug23844.patch
Patch9: iputils-20001007-compilerwarnings.patch
Patch10: iputils-20001007-deadline.patch
Patch11: iputils-20001110-overflow.patch
Patch12: iputils-20001110-datalen.patch
Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root
%description
The iputils package contains basic utilities for monitoring a network,
including ping. The ping command sends a series of ICMP protocol
ECHO_REQUEST packets to a specified network host to discover whether
the target machine is alive and receiving network traffic.
%prep
%setup -q -n %{name} -a 1
rm -f bonding-0.2/ifenslave
mv -f bonding-0.2/README bonding-0.2/README.ifenslave
%patch0 -p1 -b .deadline
#%patch1 -p1 -b .manfix
#%patch2 -p1 -b .reverseDNS
# XXX hack around <arpa/inet.h> include problem with glibc-2.2
#%patch3 -p1 -b .glibc22
#%patch4 -p1 -b .doco
#%patch5 -p1 -b .timetravel
#%patch6 -p1 -b .speling
%patch7 -p1 -b .rh7
%patch8 -p1 -b .bug23844
%patch9 -p1 -b .compilerwarnings
%patch10 -p1 -b .deadline
%patch11 -p1 -b .overflow
%patch12 -p1 -b .datalen
%build
make
make ifenslave -C bonding-0.2
%install
rm -rf ${RPM_BUILD_ROOT}
mkdir -p ${RPM_BUILD_ROOT}%{_sbindir}
mkdir -p ${RPM_BUILD_ROOT}/{bin,sbin}
install -c clockdiff ${RPM_BUILD_ROOT}%{_sbindir}/
%ifos linux
install -c arping ${RPM_BUILD_ROOT}/sbin/
ln -s ../../sbin/arping ${RPM_BUILD_ROOT}%{_sbindir}/arping
install -c ping ${RPM_BUILD_ROOT}/bin/
install -c bonding-0.2/ifenslave ${RPM_BUILD_ROOT}/sbin/
%else
install -c arping ${RPM_BUILD_ROOT}%{_sbindir}/
install -c ping ${RPM_BUILD_ROOT}%{_sbindir}/
install -c bonding-0.2/ifenslave ${RPM_BUILD_ROOT}%{_sbindir}/
%endif
install -c ping6 ${RPM_BUILD_ROOT}%{_sbindir}/
install -c rdisc ${RPM_BUILD_ROOT}%{_sbindir}/
install -c tracepath ${RPM_BUILD_ROOT}%{_sbindir}/
install -c tracepath6 ${RPM_BUILD_ROOT}%{_sbindir}/
install -c traceroute6 ${RPM_BUILD_ROOT}%{_sbindir}/
mkdir -p ${RPM_BUILD_ROOT}%{_mandir}/man8
install -c arping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
install -c clockdiff.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
install -c in.rdisc.8c ${RPM_BUILD_ROOT}%{_mandir}/man8/rdisc.8
install -c ping.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
install -c tracepath.8 ${RPM_BUILD_ROOT}%{_mandir}/man8/
%clean
rm -rf ${RPM_BUILD_ROOT}
%files
%defattr(-,root,root)
%doc README RELNOTES bonding*/README.ifenslave
%{_sbindir}/clockdiff
%ifos linux
%attr(4755,root,root) /bin/ping
/sbin/arping
%{_sbindir}/arping
/sbin/ifenslave
%else
%attr(4755,root,root) %{_sbindir}/ping
%{_sbindir}/arping
%{_sbindir}/ifenslave
%endif
%attr(4755,root,root) %{_sbindir}/ping6
%{_sbindir}/tracepath
%{_sbindir}/tracepath6
%attr(4755,root,root) %{_sbindir}/traceroute6
%{_sbindir}/rdisc
%{_mandir}/man8/*
%changelog
* Mon Aug 27 2001 Philipp Knirsch <pknirsch@redhat.de> 20001110-6
- Fixed buffer overflow problem in traceroute6.c (#51135)
* Mon Jul 01 2001 Philipp Knirsch <pknirsch@redhat.de>
- Made ping6 and traceroute6 setuid (safe as they drop it VERY early) (#46769)
* Thu Jun 28 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed ping statistics overflow bug (#43801)
* Tue Jun 26 2001 Philipp Knirsch <pknirsch@redhat.de>
- Fixed a bunch of compiler warnings (#37131)
- Fixed wrong exit code for no packets and deadline (#40323)
- Moved arping to /sbin from /usr/sbin due to ifup call (#45785). Symlink from
/usr/sbin/ provided for backwards compatibility.
* Mon Apr 30 2001 Preston Brown <pbrown@redhat.com>
- install in.rdisc.8c as rdisc.8
* Tue Jan 16 2001 Jeff Johnson <jbj@redhat.com>
- update to ss001110
- doco fixes (#23844).
* Sun Oct 8 2000 Jeff Johnson <jbj@redhat.com>
- update to ss001007.
* Tue Aug 8 2000 Tim Waugh <twaugh@redhat.com>
- fix spelling mistake (#15714).
* Tue Aug 8 2000 Tim Waugh <twaugh@redhat.com>
- turn on -U on machines without TSC (#15223).
* Tue Aug 1 2000 Jeff Johnson <jbj@redhat.com>
- better doco patch (#15050).
* Tue Jul 25 2000 Jakub Jelinek <jakub@redhat.com>
- fix include-glibc/ to work with new glibc 2.2 resolver headers
* Thu Jul 13 2000 Prospector <bugzilla@redhat.com>
- automatic rebuild
* Sun Jun 18 2000 Jeff Johnson <jbj@redhat.com>
- FHS packaging.
- update to ss000418.
- perform reverse DNS lookup only once for same input.
* Sun Mar 5 2000 Jeff Johnson <jbj@redhat.com>
- include README.ifenslave doco.
- "ping -i N" was broke for N >= 3 (#9929).
- update to ss000121:
-- clockdiff: preserve raw socket errno.
-- ping: change error exit code to 1 (used to be 92,93, ...)
-- ping,ping6: if -w specified, transmit until -c limit is reached.
-- ping,ping6: exit code non-zero if some packets not received within deadline.
* Tue Feb 22 2000 Jeff Johnson <jbj@redhat.com>
- man page corrections (#9690).
* Wed Feb 9 2000 Jeff Johnson <jbj@jbj.org>
- add ifenslave.
* Thu Feb 3 2000 Elliot Lee <sopwith@redhat.com>
- List /usr/sbin/rdisc in %files list.
* Thu Jan 27 2000 Jeff Johnson <jbj@redhat.com>
- add remaining binaries.
- casts to remove compilation warnings.
- terminate if -w deadline is reached exactly (#8724).
* Fri Dec 24 1999 Jeff Johnson <jbj@redhat.com>
- create (only ping for now, traceroute et al soon).