- fix HOPLIMIT option for setsockopt() (#175471)
This commit is contained in:
parent
026f884c83
commit
d01c5ba680
@ -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: 31.1
|
Release: 32
|
||||||
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
|
||||||
@ -26,6 +26,7 @@ Patch15: iputils-20020927-12-arping.patch
|
|||||||
Patch16: iputils-getaddrinfo.patch
|
Patch16: iputils-getaddrinfo.patch
|
||||||
Patch17: iputils-flood.patch
|
Patch17: iputils-flood.patch
|
||||||
Patch18: iputils-ping-168166.patch
|
Patch18: iputils-ping-168166.patch
|
||||||
|
Patch19: iputils-ipv6-hoplimit.patch
|
||||||
Prefix: %{_prefix}
|
Prefix: %{_prefix}
|
||||||
BuildRoot: %{_tmppath}/%{name}-root
|
BuildRoot: %{_tmppath}/%{name}-root
|
||||||
BuildPreReq: docbook-utils perl-SGMLSpm
|
BuildPreReq: docbook-utils perl-SGMLSpm
|
||||||
@ -59,6 +60,7 @@ the target machine is alive and receiving network traffic.
|
|||||||
%patch16 -p1 -b .getaddrinfo
|
%patch16 -p1 -b .getaddrinfo
|
||||||
%patch17 -p1 -b .flood
|
%patch17 -p1 -b .flood
|
||||||
%patch18 -p1 -b .memset
|
%patch18 -p1 -b .memset
|
||||||
|
%patch19 -p1 -b .hoplimit
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%ifarch s390 s390x
|
%ifarch s390 s390x
|
||||||
@ -158,6 +160,9 @@ rm -rf ${RPM_BUILD_ROOT}
|
|||||||
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
%config(noreplace) %{_sysconfdir}/rc.d/init.d/rdisc
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Dec 13 2005 Radek Vokal <rvokal@redhat.com> 20020927-32
|
||||||
|
- fix HOPLIMIT option for setsockopt() (#175471)
|
||||||
|
|
||||||
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
* Fri Dec 09 2005 Jesse Keating <jkeating@redhat.com>
|
||||||
- rebuilt
|
- rebuilt
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user