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 Name: iputils
Version: 20001110 Version: 20001110
Release: 5 Release: 6
Copyright: BSD Copyright: BSD
Group: System Environment/Daemons Group: System Environment/Daemons
Source0: http://ftp.sunet.se/pub/os/Linux/ip-routing/iputils-ss001110.tar.gz 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 Patch9: iputils-20001007-compilerwarnings.patch
Patch10: iputils-20001007-deadline.patch Patch10: iputils-20001007-deadline.patch
Patch11: iputils-20001110-overflow.patch Patch11: iputils-20001110-overflow.patch
Patch12: iputils-20001110-datalen.patch
Prefix: %{_prefix} Prefix: %{_prefix}
BuildRoot: %{_tmppath}/%{name}-root BuildRoot: %{_tmppath}/%{name}-root
%description %description
The iputils package contains ping, a basic networking tool. The ping The iputils package contains basic utilities for monitoring a network,
command sends a series of ICMP protocol ECHO_REQUEST packets to a including ping. The ping command sends a series of ICMP protocol
specified network host and can tell you if that machine is alive and ECHO_REQUEST packets to a specified network host to discover whether
receiving network traffic. the target machine is alive and receiving network traffic.
%prep %prep
%setup -q -n %{name} -a 1 %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 %patch9 -p1 -b .compilerwarnings
%patch10 -p1 -b .deadline %patch10 -p1 -b .deadline
%patch11 -p1 -b .overflow %patch11 -p1 -b .overflow
%patch12 -p1 -b .datalen
%build %build
make make
@ -108,6 +110,9 @@ rm -rf ${RPM_BUILD_ROOT}
%{_mandir}/man8/* %{_mandir}/man8/*
%changelog %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> * Mon Jul 01 2001 Philipp Knirsch <pknirsch@redhat.de>
- Made ping6 and traceroute6 setuid (safe as they drop it VERY early) (#46769) - Made ping6 and traceroute6 setuid (safe as they drop it VERY early) (#46769)