- fixed ping -f, flooding works again (#134859,#169141)
This commit is contained in:
parent
2567b08579
commit
f5c654ed4e
@ -1,7 +1,7 @@
|
|||||||
Summary: Network monitoring tools including ping.
|
Summary: Network monitoring tools including ping.
|
||||||
Name: iputils
|
Name: iputils
|
||||||
Version: 20020927
|
Version: 20020927
|
||||||
Release: 26
|
Release: 27
|
||||||
License: BSD
|
License: BSD
|
||||||
Group: System Environment/Daemons
|
Group: System Environment/Daemons
|
||||||
Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
|
Source0: http://www.tux.org/pub/net/ip-routing/%{name}-ss020927.tar.gz
|
||||||
@ -25,6 +25,7 @@ Patch13: iputils-20020927-ia64_align.patch
|
|||||||
Patch14: iputils-arping_buf_overflow.patch
|
Patch14: iputils-arping_buf_overflow.patch
|
||||||
Patch15: iputils-20020927-12-arping.patch
|
Patch15: iputils-20020927-12-arping.patch
|
||||||
Patch16: iputils-getaddrinfo.patch
|
Patch16: iputils-getaddrinfo.patch
|
||||||
|
Patch17: iputils-flood.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildPreReq: docbook-utils perl-SGMLSpm
|
BuildPreReq: docbook-utils perl-SGMLSpm
|
||||||
@ -58,6 +59,7 @@ cp %{SOURCE2} .
|
|||||||
%patch14 -p1 -b .buf_overflow
|
%patch14 -p1 -b .buf_overflow
|
||||||
%patch15 -p1 -b .timeout
|
%patch15 -p1 -b .timeout
|
||||||
%patch16 -p1 -b .getaddrinfo
|
%patch16 -p1 -b .getaddrinfo
|
||||||
|
%patch17 -p1 -b .flood
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -154,6 +156,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Sep 26 2005 Radek Vokal <rvokal@redhat.com> 20020927-27
|
||||||
|
- fixed ping -f, flooding works again (#134859,#169141)
|
||||||
|
|
||||||
* Thu Sep 08 2005 Radek Vokal <rvokal@redhat.com> 20020927-26
|
* Thu Sep 08 2005 Radek Vokal <rvokal@redhat.com> 20020927-26
|
||||||
- tracepath6 and tracepath fix, use getaddrinfo instead of gethostbyname(2)
|
- tracepath6 and tracepath fix, use getaddrinfo instead of gethostbyname(2)
|
||||||
(#100778,#167735)
|
(#100778,#167735)
|
||||||
|
Loading…
Reference in New Issue
Block a user