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)
This commit is contained in:
cvsdist 2004-09-09 06:21:01 +00:00
parent 7e637d33b1
commit e009efbbbe

View File

@ -1,7 +1,7 @@
Summary: The ping program for checking to see if network hosts are alive.
Summary: Network monitoring tools including ping.
Name: iputils
Version: 20001110
Release: 5
Release: 6
Copyright: BSD
Group: System Environment/Daemons
Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss001110.tar.gz
@ -18,14 +18,15 @@ 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 ping, a basic networking tool. The ping
command sends a series of ICMP protocol ECHO_REQUEST packets to a
specified network host and can tell you if that machine is alive and
receiving network traffic.
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
@ -49,6 +50,7 @@ mv -f bonding-0.2/README bonding-0.2/README.ifenslave
%patch9 -p1 -b .compilerwarnings
%patch10 -p1 -b .deadline
%patch11 -p1 -b .overflow
%patch12 -p1 -b .datalen
%build
make
@ -108,6 +110,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_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)